From ec54551c0cc7ff03050816e6cc8ee1dec080c282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 03:30:38 +0000 Subject: [PATCH] Bump log from 0.4.20 to 0.4.27 Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.27. - [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.27) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.27 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..0a16608d 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" @@ -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.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" +checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" [[package]] name = "mach2" diff --git a/bins/asvisor-d/Cargo.toml b/bins/asvisor-d/Cargo.toml index 79e3faf8..a33bdeb8 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.27" 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..352911fe 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.27" 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..685f9567 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.27" 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.