From 2cee235ca3b334918bb9e9be2e6b8ddd7759d02b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:07:54 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.91 to 1.0.93 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.91 to 1.0.93. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.91...1.0.93) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a6924d51..548b347c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -92,9 +92,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.91" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" +checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" [[package]] name = "assert_cmd" diff --git a/Cargo.toml b/Cargo.toml index 65c0a9a5..18bff914 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ dunce = "1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" semver = "1.0.18" -anyhow = "1.0.72" +anyhow = "1.0.93" tempfile = "3.12" flate2 = "1.0" tar = "0.4.39" @@ -74,7 +74,7 @@ reqwest = { version = "0.12", default-features = false, features = ["blocking", nix = { version = "0.29.0", features = ["process"] } [build-dependencies] -anyhow = "1.0.72" +anyhow = "1.0.93" itertools = "0.13.0" serde = { version = "1.0.175", features = ["derive"] } serde_json = "1.0.103"