From 93b35f4d3f77c42b38b8fb14cb391cf9c7ef5539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 13:18:58 +0000 Subject: [PATCH] Bump anyhow from 1.0.59 to 1.0.60 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.59 to 1.0.60. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.59...1.0.60) --- 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 a9be22574..8f93f801d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,9 +55,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.59" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c91f1f46651137be86f3a2b9a8359f9ab421d04d941c62b5982e1ca21113adf9" +checksum = "c794e162a5eff65c72ef524dfe393eb923c354e350bb78b9c7383df13f3bc142" [[package]] name = "anymap" diff --git a/crates/fj-app/Cargo.toml b/crates/fj-app/Cargo.toml index 605bcfd55..40bb21a0e 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.59" +anyhow = "1.0.60" [dependencies.clap] version = "3.2.16" diff --git a/crates/fj-kernel/Cargo.toml b/crates/fj-kernel/Cargo.toml index a47276ba5..d1b24b2f7 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.59" +anyhow = "1.0.60" pretty_assertions = "1.2.1" diff --git a/tools/export-validator/Cargo.toml b/tools/export-validator/Cargo.toml index da99f4cba..b8633c4f8 100644 --- a/tools/export-validator/Cargo.toml +++ b/tools/export-validator/Cargo.toml @@ -6,8 +6,8 @@ publish = false [dependencies] -anyhow = "1.0.59" +anyhow = "1.0.60" tempfile = "3.3.0" [build-dependencies] -anyhow = "1.0.59" +anyhow = "1.0.60" diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index da34aa0e4..3d1cca7e2 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.59" +anyhow = "1.0.60" cargo_metadata = "0.15.0" cmd_lib = "1.3.0" env_logger = "0.9.0"