From d5311c18b1a8e4cfc49de25ed3abff8f034b809d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:23:20 +0000 Subject: [PATCH] Bump the cargo group with 2 updates Bumps the cargo group with 2 updates: [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) and [anyhow](https://github.com/dtolnay/anyhow). Updates `pretty_assertions` from 1.4.0 to 1.4.1 - [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases) - [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-pretty-assertions/rust-pretty-assertions/compare/v1.4.0...v1.4.1) Updates `anyhow` from 1.0.87 to 1.0.89 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.89) --- updated-dependencies: - dependency-name: pretty_assertions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ crates/fj-core/Cargo.toml | 4 ++-- tools/autolib/Cargo.toml | 2 +- tools/automator/Cargo.toml | 2 +- tools/cross-compiler/Cargo.toml | 2 +- tools/export-validator/Cargo.toml | 4 ++-- tools/release-operator/Cargo.toml | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1a52395e..c50644714 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,9 +174,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "approx" @@ -2579,9 +2579,9 @@ checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" [[package]] name = "pretty_assertions" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" +checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" dependencies = [ "diff", "yansi", @@ -4609,9 +4609,9 @@ checksum = "af4e2e2f7cba5a093896c1e150fbfe177d1883e7448200efb81d40b9d339ef26" [[package]] name = "yansi" -version = "0.5.1" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" +checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" [[package]] name = "zerocopy" diff --git a/crates/fj-core/Cargo.toml b/crates/fj-core/Cargo.toml index 9ba19f094..ac97e3741 100644 --- a/crates/fj-core/Cargo.toml +++ b/crates/fj-core/Cargo.toml @@ -24,5 +24,5 @@ thiserror = "1.0.63" type-map = "0.5.0" [dev-dependencies] -pretty_assertions = "1.4.0" -anyhow = "1.0.87" +pretty_assertions = "1.4.1" +anyhow = "1.0.89" diff --git a/tools/autolib/Cargo.toml b/tools/autolib/Cargo.toml index 31a3abda4..e8e098a71 100644 --- a/tools/autolib/Cargo.toml +++ b/tools/autolib/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -anyhow = "1.0.87" +anyhow = "1.0.89" log = "0.4.22" regex = "1.10.6" semver = "1.0.23" diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index 45d1f3520..d30766231 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.87" +anyhow = "1.0.89" chrono = "0.4.38" map-macro = "0.3.0" octocrab = "0.39.0" diff --git a/tools/cross-compiler/Cargo.toml b/tools/cross-compiler/Cargo.toml index fb3e65d8a..c2ddba1e8 100644 --- a/tools/cross-compiler/Cargo.toml +++ b/tools/cross-compiler/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.0" edition = "2021" [dependencies] -anyhow = "1.0.87" +anyhow = "1.0.89" diff --git a/tools/export-validator/Cargo.toml b/tools/export-validator/Cargo.toml index dc951adcd..fffcb0a0f 100644 --- a/tools/export-validator/Cargo.toml +++ b/tools/export-validator/Cargo.toml @@ -6,8 +6,8 @@ publish = false [dependencies] -anyhow = "1.0.87" +anyhow = "1.0.89" tempfile = "3.12.0" [build-dependencies] -anyhow = "1.0.87" +anyhow = "1.0.89" diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index 95a540c25..7f1dba3dc 100644 --- a/tools/release-operator/Cargo.toml +++ b/tools/release-operator/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] -anyhow = "1.0.87" +anyhow = "1.0.89" cargo_metadata = "0.18.1" cmd_lib = "1.9.4" env_logger = "0.11.5"