diff --git a/Cargo.lock b/Cargo.lock index 7b3490a2dec..617884893b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,9 +47,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.62" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1485d4d2cc45e7b201ee3767015c96faa5904387c9d87c6efdd0fb511f12d305" +checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7" [[package]] name = "anymap" diff --git a/sled-agent/Cargo.toml b/sled-agent/Cargo.toml index 359fa1fcbad..366168e07d7 100644 --- a/sled-agent/Cargo.toml +++ b/sled-agent/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "MPL-2.0" [dependencies] -anyhow = "1.0.62" +anyhow = "1.0.64" async-trait = "0.1.53" bincode = "1.3.3" bytes = "1.2"