From 6e58663cc1922aa94e4a40410fc843084d28b46c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:35:41 -0400 Subject: [PATCH] Combined PRs (#1487) * Bump env_logger from 0.11.2 to 0.11.3 Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.2 to 0.11.3. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump anyhow from 1.0.80 to 1.0.81 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.80 to 1.0.81. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.80...1.0.81) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump arboard from 3.3.1 to 3.3.2 Bumps [arboard](https://github.com/1Password/arboard) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/1Password/arboard/releases) - [Changelog](https://github.com/1Password/arboard/blob/master/CHANGELOG.md) - [Commits](https://github.com/1Password/arboard/compare/v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: arboard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump proc-macro2 from 1.0.78 to 1.0.79 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.78 to 1.0.79. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.78...1.0.79) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 4 ++-- xtask/Cargo.toml | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7454cb7d..ec4aac304 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,15 +126,15 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.80" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" +checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" [[package]] name = "arboard" -version = "3.3.1" +version = "3.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1faa3c733d9a3dd6fbaf85da5d162a2e03b2e0033a90dceb0e2a90fdd1e5380a" +checksum = "a2041f1943049c7978768d84e6d0fd95de98b76d6c4727b09e78ec253d29fa58" dependencies = [ "clipboard-win", "core-graphics", @@ -1457,9 +1457,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c012a26a7f605efc424dd53697843a72be7dc86ad2d01f7814337794a12231d" +checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9" dependencies = [ "anstream", "anstyle", @@ -3378,9 +3378,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.78" +version = "1.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" +checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" dependencies = [ "unicode-ident", ] diff --git a/Cargo.toml b/Cargo.toml index da418e296..973cdae2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ js-sys = "0.3.69" libm = "0.2.8" log = { default-features = false, version = "0.4.21" } pretty_assertions = "1.4" -proc-macro2 = "1.0.69" +proc-macro2 = "1.0.79" protobuf = "3.3" protobuf-codegen = "3.3" quote = "1.0.33" @@ -91,7 +91,7 @@ pollster = "0.3" wgpu = "0.18.0" # Burnbench -arboard = "3.3.1" +arboard = "3.3.2" github-device-flow = "0.2.0" bincode = { version = "2.0.0-rc.3", features = [ diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 5e6f05206..dcca42e07 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -7,10 +7,10 @@ license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.80" +anyhow = "1.0.81" clap = { version = "4.5.2", features = ["derive"] } derive_more = { version = "0.99.17", features = ["display"], default-features = false } -env_logger = "0.11.2" +env_logger = "0.11.3" log = "0.4.21" rand = { workspace = true, features = ["std"] } serde_json = { version = "1" }