diff --git a/Cargo.lock b/Cargo.lock index 47eaf6ff70..f16beade5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,9 +97,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "async-compression" diff --git a/Cargo.toml b/Cargo.toml index 3f607f0903..0c1da418af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ polkitgobject = { name = "polkit-gobject-1", version = "0" } rpm = "4" [dependencies] -anyhow = "1.0.93" +anyhow = "1.0.94" 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 2cc8874ed3..94392ee87a 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.93" +anyhow = "1.0.94" serde = { version = "1.0.210", features = ["derive"] } serde_derive = "1.0.118" serde_json = "1.0.133"