From d78b0b1ba63cabd699579a82c280bef2e9a4cd31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 03:17:40 +0000 Subject: [PATCH] Bump log from 0.4.20 to 0.4.26 Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.26. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.20...0.4.26) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- bins/asvisor-d/Cargo.toml | 2 +- bins/asvisor/Cargo.toml | 2 +- libasvisor/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d60b4c4..83519a40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,7 +129,7 @@ version = "0.1.0" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.96", ] [[package]] @@ -874,9 +874,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.20" +version = "0.4.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" +checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" [[package]] name = "mach2" diff --git a/bins/asvisor-d/Cargo.toml b/bins/asvisor-d/Cargo.toml index 79e3faf8..49453adf 100644 --- a/bins/asvisor-d/Cargo.toml +++ b/bins/asvisor-d/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] libasvisor = { workspace = true, default-features = false, features = [] } -log = "0.4.20" +log = "0.4.26" tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] } axum = { version = "0.6.20", features = ["macros"] } serde = { version = "1.0.188" } diff --git a/bins/asvisor/Cargo.toml b/bins/asvisor/Cargo.toml index e2998c28..fff5a663 100644 --- a/bins/asvisor/Cargo.toml +++ b/bins/asvisor/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] libasvisor = { workspace = true, default-features = false, features = [] } -log = "0.4.20" +log = "0.4.26" env_logger = "0.10.0" clap = { version = "4.3.21", features = ["derive"] } derive_more = "0.99.17" diff --git a/libasvisor/Cargo.toml b/libasvisor/Cargo.toml index be155805..ce88859c 100644 --- a/libasvisor/Cargo.toml +++ b/libasvisor/Cargo.toml @@ -15,7 +15,7 @@ as_hostcall = { workspace = true } libloading = "0.8.0" anyhow = "1.0.75" lazy_static = "1.4.0" -log = "0.4.20" +log = "0.4.26" env_logger = "0.10.0" xmas-elf = "0.9.0" # use to parse dynlib elf file. nix = { version = "0.28.0", features = ["mman"] } # use to call dlmopen, mmap.