diff --git a/Cargo.lock b/Cargo.lock index ee5091d..c69e496 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,9 +78,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.102" +version = "1.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" +checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470" [[package]] name = "arc-swap" diff --git a/Cargo.toml b/Cargo.toml index 8654d4a..2f667a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ softnpu = { path = "lib" } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.150" tokio = { version = "1.52.3", features = ["sync", "net"] } -anyhow = "1.0.102" +anyhow = "1.0.104" clap = { version = "4.6.1", features = ["derive", "unstable-styles"] } devinfo = { git = "https://github.com/oxidecomputer/devinfo-sys", branch = "main" } dlpi = { git = "https://github.com/oxidecomputer/dlpi-sys", branch = "main" }