diff --git a/Cargo.lock b/Cargo.lock index e83f429fae5..eb3355faf50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,9 +47,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.58" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" +checksum = "1485d4d2cc45e7b201ee3767015c96faa5904387c9d87c6efdd0fb511f12d305" [[package]] name = "anymap" diff --git a/sled-agent/Cargo.toml b/sled-agent/Cargo.toml index a01aa3eb72f..ae0aa4a885c 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.58" +anyhow = "1.0.62" async-trait = "0.1.53" bincode = "1.3.3" bytes = "1.2"