diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 014cde133..ffa30956d 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -150,9 +150,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.95" +version = "1.0.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" +checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" [[package]] name = "arbitrary" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index cf76c2b6c..47ee4a2d0 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -32,7 +32,7 @@ license = "Apache-2.0" edition = "2021" [workspace.dependencies] -anyhow = "1.0.95" +anyhow = "1.0.97" arboard = { version = "3.4.0", default-features = false } async-trait = { version = "0.1", default-features = false } atomicwrites = "0.4.4"