From 81b30bf390d9894e3b479334d471d46c5265f0ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 23:47:38 +0000 Subject: [PATCH] build: Bump log from 0.4.17 to 0.4.20 Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.20. - [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.17...0.4.20) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++----- Cargo.toml | 2 +- arch/Cargo.toml | 2 +- block/Cargo.toml | 2 +- devices/Cargo.toml | 2 +- hypervisor/Cargo.toml | 2 +- net_util/Cargo.toml | 2 +- pci/Cargo.toml | 2 +- rate_limiter/Cargo.toml | 2 +- tracer/Cargo.toml | 2 +- vhost_user_block/Cargo.toml | 2 +- vhost_user_net/Cargo.toml | 2 +- virtio-devices/Cargo.toml | 2 +- vm-virtio/Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 15 files changed, 16 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fdba8fd09..2b8009319 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1186,12 +1186,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.17" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" -dependencies = [ - "cfg-if", -] +checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "managed" diff --git a/Cargo.toml b/Cargo.toml index 09929e582..07ac1bc19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ epoll = "4.3.3" event_monitor = { path = "event_monitor" } hypervisor = { path = "hypervisor" } libc = "0.2.147" -log = { version = "0.4.17", features = ["std"] } +log = { version = "0.4.20", features = ["std"] } option_parser = { path = "option_parser" } seccompiler = "0.4.0" serde_json = "1.0.107" diff --git a/arch/Cargo.toml b/arch/Cargo.toml index 7de6d03a2..001050bed 100644 --- a/arch/Cargo.toml +++ b/arch/Cargo.toml @@ -15,7 +15,7 @@ byteorder = "1.4.3" hypervisor = { path = "../hypervisor" } libc = "0.2.147" linux-loader = { version = "0.10.0", features = ["elf", "bzimage", "pe"] } -log = "0.4.17" +log = "0.4.20" serde = { version = "1.0.168", features = ["rc", "derive"] } thiserror = "1.0.40" uuid = "1.3.4" diff --git a/block/Cargo.toml b/block/Cargo.toml index d8b4ebf96..d00944d44 100644 --- a/block/Cargo.toml +++ b/block/Cargo.toml @@ -13,7 +13,7 @@ byteorder = "1.4.3" crc32c = "0.6.4" io-uring = { version = "0.6.1", optional = true } libc = "0.2.147" -log = "0.4.17" +log = "0.4.20" remain = "0.2.11" smallvec = "1.11.0" thiserror = "1.0.40" diff --git a/devices/Cargo.toml b/devices/Cargo.toml index 8c0ac8618..bdc86951f 100644 --- a/devices/Cargo.toml +++ b/devices/Cargo.toml @@ -13,7 +13,7 @@ byteorder = "1.4.3" event_monitor = { path = "../event_monitor" } hypervisor = { path = "../hypervisor" } libc = "0.2.147" -log = "0.4.17" +log = "0.4.20" pci = { path = "../pci" } thiserror = "1.0.40" tpm = { path = "../tpm" } diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 461a2ac62..53a24a37d 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -17,7 +17,7 @@ byteorder = "1.4.3" igvm_defs = { git = "https://github.com/microsoft/igvm", branch = "main" , package = "igvm_defs", optional = true } igvm_parser = { git = "https://github.com/microsoft/igvm", branch = "main" , package = "igvm", optional = true } libc = "0.2.147" -log = "0.4.17" +log = "0.4.20" kvm-ioctls = { version = "0.13.0", optional = true } kvm-bindings = { git = "https://github.com/cloud-hypervisor/kvm-bindings", branch = "ch-v0.6.0-tdx", features = ["with-serde", "fam-wrappers"], optional = true } mshv-bindings = { git = "https://github.com/rust-vmm/mshv", branch = "main", features = ["with-serde", "fam-wrappers"], optional = true } diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index bf8d0cb15..675d05fee 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" epoll = "4.3.3" getrandom = "0.2.10" libc = "0.2.147" -log = "0.4.17" +log = "0.4.20" net_gen = { path = "../net_gen" } rate_limiter = { path = "../rate_limiter" } serde = "1.0.168" diff --git a/pci/Cargo.toml b/pci/Cargo.toml index c7cd3c81c..122d54c6a 100644 --- a/pci/Cargo.toml +++ b/pci/Cargo.toml @@ -19,7 +19,7 @@ vfio_user = { git = "https://github.com/rust-vmm/vfio-user", branch = "main" } vmm-sys-util = "0.11.0" libc = "0.2.147" -log = "0.4.17" +log = "0.4.20" serde = { version = "1.0.168", features = ["derive"] } thiserror = "1.0.40" versionize = "0.1.10" diff --git a/rate_limiter/Cargo.toml b/rate_limiter/Cargo.toml index 17704bdb3..6d9bfc9bc 100644 --- a/rate_limiter/Cargo.toml +++ b/rate_limiter/Cargo.toml @@ -5,5 +5,5 @@ edition = "2021" [dependencies] libc = "0.2.147" -log = "0.4.17" +log = "0.4.20" vmm-sys-util = "0.11.0" diff --git a/tracer/Cargo.toml b/tracer/Cargo.toml index d4efcaace..9a88520b8 100644 --- a/tracer/Cargo.toml +++ b/tracer/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] libc = "0.2.147" -log = "0.4.17" +log = "0.4.20" once_cell = "1.18.0" serde = { version = "1.0.168", features = ["rc", "derive"] } serde_json = "1.0.107" diff --git a/vhost_user_block/Cargo.toml b/vhost_user_block/Cargo.toml index 750d05255..0eef71ad3 100644 --- a/vhost_user_block/Cargo.toml +++ b/vhost_user_block/Cargo.toml @@ -11,7 +11,7 @@ block = { path = "../block" } env_logger = "0.10.0" epoll = "4.3.3" libc = "0.2.147" -log = "0.4.17" +log = "0.4.20" option_parser = { path = "../option_parser" } vhost = { version = "0.9.0", features = ["vhost-user-backend"] } vhost-user-backend = "0.11.0" diff --git a/vhost_user_net/Cargo.toml b/vhost_user_net/Cargo.toml index acfefc3cf..e645ea0ba 100644 --- a/vhost_user_net/Cargo.toml +++ b/vhost_user_net/Cargo.toml @@ -10,7 +10,7 @@ clap = { version = "4.4.7", features = ["wrap_help","cargo"] } env_logger = "0.10.0" epoll = "4.3.3" libc = "0.2.147" -log = "0.4.17" +log = "0.4.20" net_util = { path = "../net_util" } option_parser = { path = "../option_parser" } vhost = { version = "0.9.0", features = ["vhost-user-backend"] } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 728307ddc..6ce0a4819 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -15,7 +15,7 @@ byteorder = "1.4.3" epoll = "4.3.3" event_monitor = { path = "../event_monitor" } libc = "0.2.147" -log = "0.4.17" +log = "0.4.20" net_gen = { path = "../net_gen" } net_util = { path = "../net_util" } pci = { path = "../pci" } diff --git a/vm-virtio/Cargo.toml b/vm-virtio/Cargo.toml index ae6d4acf0..5e229cdad 100644 --- a/vm-virtio/Cargo.toml +++ b/vm-virtio/Cargo.toml @@ -8,6 +8,6 @@ edition = "2021" default = [] [dependencies] -log = "0.4.17" +log = "0.4.20" virtio-queue = "0.10.0" vm-memory = { version = "0.13.1", features = ["backend-mmap", "backend-atomic", "backend-bitmap"] } diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 802169639..86d2e2a4c 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -35,7 +35,7 @@ gdbstub_arch = { version = "0.2.4", optional = true } hypervisor = { path = "../hypervisor" } libc = "0.2.147" linux-loader = { version = "0.10.0", features = ["elf", "bzimage", "pe"] } -log = "0.4.17" +log = "0.4.20" micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" } net_util = { path = "../net_util" } once_cell = "1.18.0"