From 0c25f88c1abe8bbb4fa1b9b39a33077765a729b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 12:59:53 +0000 Subject: [PATCH] Bump anyhow from 1.0.69 to 1.0.70 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.69 to 1.0.70. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.69...1.0.70) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/fj-app/Cargo.toml | 2 +- crates/fj-kernel/Cargo.toml | 2 +- crates/fj/Cargo.toml | 2 +- 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 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 548b5c6b6d..b6c6503ab7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -100,9 +100,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.69" +version = "1.0.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" +checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" [[package]] name = "approx" diff --git a/crates/fj-app/Cargo.toml b/crates/fj-app/Cargo.toml index 4ce5ea7f84..fd5747ae90 100644 --- a/crates/fj-app/Cargo.toml +++ b/crates/fj-app/Cargo.toml @@ -11,7 +11,7 @@ keywords.workspace = true categories.workspace = true [dependencies] -anyhow = "1.0.69" +anyhow = "1.0.70" fj.workspace = true fj-export.workspace = true fj-host.workspace = true diff --git a/crates/fj-kernel/Cargo.toml b/crates/fj-kernel/Cargo.toml index b3874f8797..eb896e5d33 100644 --- a/crates/fj-kernel/Cargo.toml +++ b/crates/fj-kernel/Cargo.toml @@ -23,4 +23,4 @@ thiserror = "1.0.39" type-map = "0.5.0" [dev-dependencies] -anyhow = "1.0.69" +anyhow = "1.0.70" diff --git a/crates/fj/Cargo.toml b/crates/fj/Cargo.toml index 772f6d82e0..5cfb94b593 100644 --- a/crates/fj/Cargo.toml +++ b/crates/fj/Cargo.toml @@ -12,7 +12,7 @@ categories.workspace = true [build-dependencies] -anyhow = "1.0.69" +anyhow = "1.0.70" [dependencies] diff --git a/tools/autolib/Cargo.toml b/tools/autolib/Cargo.toml index 953138d28b..def4b917e2 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.69" +anyhow = "1.0.70" log = "0.4.17" regex = "1.7.0" semver = "1.0.17" diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index aa02974911..6b20c88043 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.69" +anyhow = "1.0.70" chrono = "0.4.24" map-macro = "0.2.5" octocrab = "0.18.1" diff --git a/tools/cross-compiler/Cargo.toml b/tools/cross-compiler/Cargo.toml index 01082b4d0a..a6591ac3e0 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.69" +anyhow = "1.0.70" diff --git a/tools/export-validator/Cargo.toml b/tools/export-validator/Cargo.toml index 91d1e0fab6..92203b31f3 100644 --- a/tools/export-validator/Cargo.toml +++ b/tools/export-validator/Cargo.toml @@ -6,8 +6,8 @@ publish = false [dependencies] -anyhow = "1.0.69" +anyhow = "1.0.70" tempfile = "3.4.0" [build-dependencies] -anyhow = "1.0.69" +anyhow = "1.0.70" diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index ceae4321c6..9c1e7fd5da 100644 --- a/tools/release-operator/Cargo.toml +++ b/tools/release-operator/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] -anyhow = "1.0.69" +anyhow = "1.0.70" cargo_metadata = "0.15.3" cmd_lib = "1.3.0" env_logger = "0.10.0"