From d5e73f47fb61b7c8c0c0eaa76125a3ac0aa5bd38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 13:53:48 +0000 Subject: [PATCH] Bump anyhow from 1.0.66 to 1.0.68 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.66 to 1.0.68. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.66...1.0.68) --- 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 acde239dc..90535a662 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -75,9 +75,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.66" +version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" +checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" [[package]] name = "approx" diff --git a/crates/fj-app/Cargo.toml b/crates/fj-app/Cargo.toml index eb3159d47..5f01c9b95 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.66" +anyhow = "1.0.68" 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 d4bc5dcde..ddc411505 100644 --- a/crates/fj-kernel/Cargo.toml +++ b/crates/fj-kernel/Cargo.toml @@ -23,4 +23,4 @@ thiserror = "1.0.35" type-map = "0.5.0" [dev-dependencies] -anyhow = "1.0.66" +anyhow = "1.0.68" diff --git a/crates/fj/Cargo.toml b/crates/fj/Cargo.toml index ba73e3027..4e609d902 100644 --- a/crates/fj/Cargo.toml +++ b/crates/fj/Cargo.toml @@ -12,7 +12,7 @@ categories.workspace = true [build-dependencies] -anyhow = "1.0.66" +anyhow = "1.0.68" [dependencies] diff --git a/tools/autolib/Cargo.toml b/tools/autolib/Cargo.toml index c83f2d31e..8659a4bf5 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.66" +anyhow = "1.0.68" log = "0.4.17" regex = "1.7.0" semver = "1.0.14" diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index c4e1a2c01..49b0522c6 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.66" +anyhow = "1.0.68" chrono = "0.4.23" map-macro = "0.2.4" octocrab = "0.17.0" diff --git a/tools/cross-compiler/Cargo.toml b/tools/cross-compiler/Cargo.toml index 657dbbce3..92f0c04e2 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.66" +anyhow = "1.0.68" diff --git a/tools/export-validator/Cargo.toml b/tools/export-validator/Cargo.toml index d0162afd6..5962c51e7 100644 --- a/tools/export-validator/Cargo.toml +++ b/tools/export-validator/Cargo.toml @@ -6,8 +6,8 @@ publish = false [dependencies] -anyhow = "1.0.66" +anyhow = "1.0.68" tempfile = "3.3.0" [build-dependencies] -anyhow = "1.0.66" +anyhow = "1.0.68" diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index 7f2fd8110..1149df3ce 100644 --- a/tools/release-operator/Cargo.toml +++ b/tools/release-operator/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] -anyhow = "1.0.66" +anyhow = "1.0.68" cargo_metadata = "0.15.2" cmd_lib = "1.3.0" env_logger = "0.10.0"