From 4afdcc7feef91b1e3342036770c8a0a4226ed5e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 12:35:52 +0000 Subject: [PATCH] Bump anyhow from 1.0.64 to 1.0.65 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.64 to 1.0.65. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.64...1.0.65) --- 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/export-validator/Cargo.toml | 4 ++-- tools/release-operator/Cargo.toml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72ea9e89ae..ff2675217e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,9 +85,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.64" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7" +checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" [[package]] name = "anymap" diff --git a/crates/fj-app/Cargo.toml b/crates/fj-app/Cargo.toml index 5f758aed6f..8474064edd 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.64" +anyhow = "1.0.65" [dependencies.clap] version = "3.2.20" diff --git a/crates/fj-kernel/Cargo.toml b/crates/fj-kernel/Cargo.toml index fd67147caf..5955c29a6e 100644 --- a/crates/fj-kernel/Cargo.toml +++ b/crates/fj-kernel/Cargo.toml @@ -36,4 +36,4 @@ path = "../fj-math" [dev-dependencies] -anyhow = "1.0.64" +anyhow = "1.0.65" diff --git a/tools/autolib/Cargo.toml b/tools/autolib/Cargo.toml index 8ee83f38db..fe17ca0a40 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.64" +anyhow = "1.0.65" log = "0.4.17" regex = "1.6.0" semver = "1.0.13" diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index a5ae24a54d..e9f63cd043 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.64" +anyhow = "1.0.65" 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 19b634e346..18f2a049a7 100644 --- a/tools/export-validator/Cargo.toml +++ b/tools/export-validator/Cargo.toml @@ -6,8 +6,8 @@ publish = false [dependencies] -anyhow = "1.0.64" +anyhow = "1.0.65" tempfile = "3.3.0" [build-dependencies] -anyhow = "1.0.64" +anyhow = "1.0.65" diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index fa6b16c34b..10caab3e63 100644 --- a/tools/release-operator/Cargo.toml +++ b/tools/release-operator/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] -anyhow = "1.0.64" +anyhow = "1.0.65" cargo_metadata = "0.15.0" cmd_lib = "1.3.0" env_logger = "0.9.0"