diff --git a/Cargo.lock b/Cargo.lock index 85db8ee4ff3..3d9fc9ded0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -76,9 +76,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.58" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" +checksum = "c794e162a5eff65c72ef524dfe393eb923c354e350bb78b9c7383df13f3bc142" [[package]] name = "anymap" @@ -6190,8 +6190,8 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 0.1.10", - "rand 0.4.6", + "cfg-if 1.0.0", + "rand 0.8.5", "static_assertions", ] diff --git a/sled-agent/Cargo.toml b/sled-agent/Cargo.toml index 4ee678c649d..d2be2efba33 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.60" async-trait = "0.1.53" bincode = "1.3.3" bytes = "1.2"