From e38fc717a3a1d7511bf268c7c4becc8e93507a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 16:56:23 +0000 Subject: [PATCH] Bump anyhow from 1.0.62 to 1.0.64 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.62 to 1.0.64. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.62...1.0.64) --- 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/automator/Cargo.toml | 2 +- tools/export-validator/Cargo.toml | 4 ++-- tools/release-operator/Cargo.toml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c7132989e6..c4e2dfa2d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,9 +91,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.62" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1485d4d2cc45e7b201ee3767015c96faa5904387c9d87c6efdd0fb511f12d305" +checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7" [[package]] name = "anymap" diff --git a/crates/fj-app/Cargo.toml b/crates/fj-app/Cargo.toml index 959fa007d0..75e4deb4fb 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.62" +anyhow = "1.0.64" [dependencies.clap] version = "3.2.17" diff --git a/crates/fj-kernel/Cargo.toml b/crates/fj-kernel/Cargo.toml index 025792faae..fefb1230e9 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.62" +anyhow = "1.0.64" pretty_assertions = "1.3.0" diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index 577c45c213..3c7f2be28d 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.62" +anyhow = "1.0.64" chrono = "0.4.22" map-macro = "0.2.4" octocrab = "0.17.0" diff --git a/tools/export-validator/Cargo.toml b/tools/export-validator/Cargo.toml index 6615e13108..19b634e346 100644 --- a/tools/export-validator/Cargo.toml +++ b/tools/export-validator/Cargo.toml @@ -6,8 +6,8 @@ publish = false [dependencies] -anyhow = "1.0.62" +anyhow = "1.0.64" tempfile = "3.3.0" [build-dependencies] -anyhow = "1.0.62" +anyhow = "1.0.64" diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index 12e8aa2621..6e9071a227 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.62" +anyhow = "1.0.64" cargo_metadata = "0.15.0" cmd_lib = "1.3.0" env_logger = "0.9.0"