From c80c7c11571deef03c547473a2bbc32ca97877d0 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 04:29:58 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.104 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" }