Skip to content

Commit 6b04acb

Browse files
Bump log from 0.4.20 to 0.4.25
Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.25. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.20...0.4.25) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bc1a707 commit 6b04acb

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bins/asvisor-d/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
[dependencies]
99
libasvisor = { workspace = true, default-features = false, features = [] }
1010

11-
log = "0.4.20"
11+
log = "0.4.25"
1212
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
1313
axum = { version = "0.6.20", features = ["macros"] }
1414
serde = { version = "1.0.188" }

bins/asvisor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
[dependencies]
99
libasvisor = { workspace = true, default-features = false, features = [] }
1010

11-
log = "0.4.20"
11+
log = "0.4.25"
1212
env_logger = "0.10.0"
1313
clap = { version = "4.3.21", features = ["derive"] }
1414
derive_more = "0.99.17"

libasvisor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ as_hostcall = { workspace = true }
1515
libloading = "0.8.0"
1616
anyhow = "1.0.75"
1717
lazy_static = "1.4.0"
18-
log = "0.4.20"
18+
log = "0.4.25"
1919
env_logger = "0.10.0"
2020
xmas-elf = "0.9.0" # use to parse dynlib elf file.
2121
nix = { version = "0.28.0", features = ["mman"] } # use to call dlmopen, mmap.

0 commit comments

Comments
 (0)