From a9585097e888a9a415e164e81140f5865f465950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:41:13 +0000 Subject: [PATCH] Bump anyhow from 1.0.82 to 1.0.97 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.82 to 1.0.97. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.82...1.0.97) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- bins/asvisor-d/Cargo.toml | 2 +- bins/asvisor/Cargo.toml | 2 +- libasvisor/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d60b4c4..b5192e0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -88,9 +88,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.82" +version = "1.0.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" +checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" [[package]] name = "arbitrary" @@ -129,7 +129,7 @@ version = "0.1.0" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.96", ] [[package]] diff --git a/bins/asvisor-d/Cargo.toml b/bins/asvisor-d/Cargo.toml index 79e3faf8..b563360b 100644 --- a/bins/asvisor-d/Cargo.toml +++ b/bins/asvisor-d/Cargo.toml @@ -12,7 +12,7 @@ log = "0.4.20" tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] } axum = { version = "0.6.20", features = ["macros"] } serde = { version = "1.0.188" } -anyhow = { version = "1.0.75" } +anyhow = { version = "1.0.97" } [features] namespace = ["libasvisor/namespace"] diff --git a/bins/asvisor/Cargo.toml b/bins/asvisor/Cargo.toml index e2998c28..32a2a492 100644 --- a/bins/asvisor/Cargo.toml +++ b/bins/asvisor/Cargo.toml @@ -13,7 +13,7 @@ env_logger = "0.10.0" clap = { version = "4.3.21", features = ["derive"] } derive_more = "0.99.17" thiserror-no-std = "2.0.2" -anyhow = { version = "1.0.82" } +anyhow = { version = "1.0.97" } tokio = { version = "1.32.0", features = [ "macros", "rt-multi-thread", diff --git a/libasvisor/Cargo.toml b/libasvisor/Cargo.toml index be155805..9a1fd30a 100644 --- a/libasvisor/Cargo.toml +++ b/libasvisor/Cargo.toml @@ -13,7 +13,7 @@ lazy_static = "1.4.0" as_hostcall = { workspace = true } libloading = "0.8.0" -anyhow = "1.0.75" +anyhow = "1.0.97" lazy_static = "1.4.0" log = "0.4.20" env_logger = "0.10.0"