diff --git a/Cargo.lock b/Cargo.lock index 3914db7a59..c188cf091b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,9 +97,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "async-compression" diff --git a/Cargo.toml b/Cargo.toml index 2e5232e214..2c38b706ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ polkitgobject = { name = "polkit-gobject-1", version = "0" } rpm = "4" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.89" 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 b5327b741b..e801ffff42 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.86" +anyhow = "1.0.89" serde = { version = "1.0.210", features = ["derive"] } serde_derive = "1.0.118" serde_json = "1.0.128"