From 2ceeaaebd51725e486c6d7512205efdc4789bd39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 12:32:35 +0000 Subject: [PATCH] Bump anyhow from 1.0.65 to 1.0.66 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.65 to 1.0.66. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.65...1.0.66) --- 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 +- 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 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d03b31c3b..456df2e832 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -76,9 +76,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.65" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" +checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" [[package]] name = "approx" diff --git a/crates/fj-app/Cargo.toml b/crates/fj-app/Cargo.toml index 3a21467721..49acdb82a2 100644 --- a/crates/fj-app/Cargo.toml +++ b/crates/fj-app/Cargo.toml @@ -12,7 +12,7 @@ categories.workspace = true [dependencies] -anyhow = "1.0.65" +anyhow = "1.0.66" 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 d43ccac8a3..0cbf146016 100644 --- a/crates/fj-kernel/Cargo.toml +++ b/crates/fj-kernel/Cargo.toml @@ -21,4 +21,4 @@ spade = "2.0.0" thiserror = "1.0.35" [dev-dependencies] -anyhow = "1.0.65" +anyhow = "1.0.66" diff --git a/tools/autolib/Cargo.toml b/tools/autolib/Cargo.toml index f14c111b0c..228f085462 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.65" +anyhow = "1.0.66" log = "0.4.17" regex = "1.6.0" semver = "1.0.14" diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index 17417a196b..293edd8eb1 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.65" +anyhow = "1.0.66" chrono = "0.4.22" map-macro = "0.2.4" octocrab = "0.17.0" diff --git a/tools/cross-compiler/Cargo.toml b/tools/cross-compiler/Cargo.toml index d24de92dd8..657dbbce32 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.65" +anyhow = "1.0.66" diff --git a/tools/export-validator/Cargo.toml b/tools/export-validator/Cargo.toml index 18f2a049a7..d0162afd6c 100644 --- a/tools/export-validator/Cargo.toml +++ b/tools/export-validator/Cargo.toml @@ -6,8 +6,8 @@ publish = false [dependencies] -anyhow = "1.0.65" +anyhow = "1.0.66" tempfile = "3.3.0" [build-dependencies] -anyhow = "1.0.65" +anyhow = "1.0.66" diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index 952fade671..335cfc928a 100644 --- a/tools/release-operator/Cargo.toml +++ b/tools/release-operator/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] -anyhow = "1.0.65" +anyhow = "1.0.66" cargo_metadata = "0.15.0" cmd_lib = "1.3.0" env_logger = "0.9.1"