From 8e173e33556e977c18819c1456f7205c5692dbd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 13:03:40 +0000 Subject: [PATCH] Bump anyhow from 1.0.70 to 1.0.71 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.70 to 1.0.71. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.70...1.0.71) --- 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 fa2fad175..42e10a59c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,9 +149,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.70" +version = "1.0.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" +checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" [[package]] name = "approx" diff --git a/crates/fj-app/Cargo.toml b/crates/fj-app/Cargo.toml index 78eb11cda..5b28aa0c7 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.70" +anyhow = "1.0.71" 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 73d4dc28c..8b2d93d23 100644 --- a/crates/fj-kernel/Cargo.toml +++ b/crates/fj-kernel/Cargo.toml @@ -23,4 +23,4 @@ type-map = "0.5.0" [dev-dependencies] pretty_assertions = "1.3.0" -anyhow = "1.0.70" +anyhow = "1.0.71" diff --git a/crates/fj/Cargo.toml b/crates/fj/Cargo.toml index 886a896f6..2b8978b84 100644 --- a/crates/fj/Cargo.toml +++ b/crates/fj/Cargo.toml @@ -12,7 +12,7 @@ categories.workspace = true [build-dependencies] -anyhow = "1.0.70" +anyhow = "1.0.71" [dependencies] diff --git a/tools/autolib/Cargo.toml b/tools/autolib/Cargo.toml index f39e5ee4d..97593d700 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.70" +anyhow = "1.0.71" log = "0.4.17" regex = "1.8.1" semver = "1.0.17" diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index 018580828..fe3831384 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.70" +anyhow = "1.0.71" chrono = "0.4.24" map-macro = "0.2.6" octocrab = "0.20.0" diff --git a/tools/cross-compiler/Cargo.toml b/tools/cross-compiler/Cargo.toml index a6591ac3e..eb4a60508 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.70" +anyhow = "1.0.71" diff --git a/tools/export-validator/Cargo.toml b/tools/export-validator/Cargo.toml index d5f602644..5d44fa5ae 100644 --- a/tools/export-validator/Cargo.toml +++ b/tools/export-validator/Cargo.toml @@ -6,8 +6,8 @@ publish = false [dependencies] -anyhow = "1.0.70" +anyhow = "1.0.71" tempfile = "3.5.0" [build-dependencies] -anyhow = "1.0.70" +anyhow = "1.0.71" diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index bd5ee3396..a09f8d8e8 100644 --- a/tools/release-operator/Cargo.toml +++ b/tools/release-operator/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] -anyhow = "1.0.70" +anyhow = "1.0.71" cargo_metadata = "0.15.4" cmd_lib = "1.3.0" env_logger = "0.10.0"