From 056b18ff19277b40987763c42af33cb9c7f9eb9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 07:03:30 +0000 Subject: [PATCH] Bump anyhow from 1.0.60 to 1.0.61 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.60 to 1.0.61. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.60...1.0.61) --- 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/export-validator/Cargo.toml | 4 ++-- tools/release-operator/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bfa2c996d..ad0e8d6af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,9 +55,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.60" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c794e162a5eff65c72ef524dfe393eb923c354e350bb78b9c7383df13f3bc142" +checksum = "508b352bb5c066aac251f6daf6b36eccd03e8a88e8081cd44959ea277a3af9a8" [[package]] name = "anymap" diff --git a/crates/fj-app/Cargo.toml b/crates/fj-app/Cargo.toml index 0f66ee114..3d9774ee1 100644 --- a/crates/fj-app/Cargo.toml +++ b/crates/fj-app/Cargo.toml @@ -16,7 +16,7 @@ categories = ["encoding", "mathematics", "rendering"] [dependencies] -anyhow = "1.0.60" +anyhow = "1.0.61" [dependencies.clap] version = "3.2.17" diff --git a/crates/fj-kernel/Cargo.toml b/crates/fj-kernel/Cargo.toml index 54b163137..c30b37a8b 100644 --- a/crates/fj-kernel/Cargo.toml +++ b/crates/fj-kernel/Cargo.toml @@ -35,5 +35,5 @@ path = "../fj-math" [dev-dependencies] -anyhow = "1.0.60" +anyhow = "1.0.61" pretty_assertions = "1.2.1" diff --git a/tools/export-validator/Cargo.toml b/tools/export-validator/Cargo.toml index b8633c4f8..fec3e708c 100644 --- a/tools/export-validator/Cargo.toml +++ b/tools/export-validator/Cargo.toml @@ -6,8 +6,8 @@ publish = false [dependencies] -anyhow = "1.0.60" +anyhow = "1.0.61" tempfile = "3.3.0" [build-dependencies] -anyhow = "1.0.60" +anyhow = "1.0.61" diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index 92bf9367e..353822867 100644 --- a/tools/release-operator/Cargo.toml +++ b/tools/release-operator/Cargo.toml @@ -7,7 +7,7 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.60" +anyhow = "1.0.61" cargo_metadata = "0.15.0" cmd_lib = "1.3.0" env_logger = "0.9.0"