From 57c71e02510e30b88672cb3552de14badc07a72c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 13:25:18 +0000 Subject: [PATCH] Bump anyhow from 1.0.58 to 1.0.59 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.58 to 1.0.59. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.58...1.0.59) --- 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 38514b439..6d02771c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,9 +55,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.58" +version = "1.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" +checksum = "c91f1f46651137be86f3a2b9a8359f9ab421d04d941c62b5982e1ca21113adf9" [[package]] name = "anymap" diff --git a/crates/fj-app/Cargo.toml b/crates/fj-app/Cargo.toml index 7e39b7218..a85965917 100644 --- a/crates/fj-app/Cargo.toml +++ b/crates/fj-app/Cargo.toml @@ -13,7 +13,7 @@ categories = ["encoding", "mathematics", "rendering"] [dependencies] -anyhow = "1.0.58" +anyhow = "1.0.59" [dependencies.clap] version = "3.2.14" diff --git a/crates/fj-kernel/Cargo.toml b/crates/fj-kernel/Cargo.toml index d203c7e34..fe0436c87 100644 --- a/crates/fj-kernel/Cargo.toml +++ b/crates/fj-kernel/Cargo.toml @@ -32,5 +32,5 @@ path = "../fj-math" [dev-dependencies] -anyhow = "1.0.58" +anyhow = "1.0.59" pretty_assertions = "1.2.1" diff --git a/tools/export-validator/Cargo.toml b/tools/export-validator/Cargo.toml index 90b405a9f..da99f4cba 100644 --- a/tools/export-validator/Cargo.toml +++ b/tools/export-validator/Cargo.toml @@ -6,8 +6,8 @@ publish = false [dependencies] -anyhow = "1.0.58" +anyhow = "1.0.59" tempfile = "3.3.0" [build-dependencies] -anyhow = "1.0.58" +anyhow = "1.0.59" diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index b6e071108..623dff7e4 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.58" +anyhow = "1.0.59" cargo_metadata = "0.15.0" cmd_lib = "1.3.0" env_logger = "0.9.0"