diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 09db81fc5..bd45b9b7a 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -150,9 +150,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.97" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" +checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "arbitrary" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index f4ca227de..15b8e08ea 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -37,7 +37,7 @@ license = "Apache-2.0" edition = "2024" [workspace.dependencies] -anyhow = "1.0.97" +anyhow = "1.0.98" arboard = { version = "3.5.0", default-features = false } async-trait = { version = "0.1", default-features = false } atomicwrites = "0.4.4"