From c2d7eedb0b4b8ef73a218ff1df733972a20f55ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 01:40:23 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.90 to 1.0.93 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.90 to 1.0.93. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.90...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 | 2 +- rust/rpmostree-client/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11b6336f86..5ad8cfbfde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,9 +97,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.90" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" +checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" [[package]] name = "async-compression" diff --git a/Cargo.toml b/Cargo.toml index f0148ce617..c56cfbdd19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ polkitgobject = { name = "polkit-gobject-1", version = "0" } rpm = "4" [dependencies] -anyhow = "1.0.90" +anyhow = "1.0.93" binread = "2.2.0" bitflags = "2.6" camino = "1.1.9" diff --git a/rust/rpmostree-client/Cargo.toml b/rust/rpmostree-client/Cargo.toml index e1115c8678..2cc8874ed3 100644 --- a/rust/rpmostree-client/Cargo.toml +++ b/rust/rpmostree-client/Cargo.toml @@ -11,7 +11,7 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.90" +anyhow = "1.0.93" serde = { version = "1.0.210", features = ["derive"] } serde_derive = "1.0.118" serde_json = "1.0.133"