From 86a54a2658593106016d379985e357c8580a1caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 16:52:26 +0000 Subject: [PATCH] build: bump log from 0.4.14 to 0.4.16 Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.16. - [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/commits) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- arch/Cargo.toml | 2 +- block_util/Cargo.toml | 2 +- devices/Cargo.toml | 2 +- hypervisor/Cargo.toml | 2 +- net_util/Cargo.toml | 2 +- pci/Cargo.toml | 2 +- qcow/Cargo.toml | 2 +- rate_limiter/Cargo.toml | 2 +- vfio_user/Cargo.toml | 2 +- vhdx/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 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4cd451030..a381427c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -483,9 +483,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.14" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" +checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8" dependencies = [ "cfg-if", ] diff --git a/Cargo.toml b/Cargo.toml index bb84f57d1..b6731885d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ epoll = "4.3.1" event_monitor = { path = "event_monitor" } hypervisor = { path = "hypervisor" } libc = "0.2.121" -log = { version = "0.4.14", features = ["std"] } +log = { version = "0.4.16", features = ["std"] } option_parser = { path = "option_parser" } seccompiler = "0.2.0" serde_json = "1.0.79" diff --git a/arch/Cargo.toml b/arch/Cargo.toml index c6aa85a19..3b6352d9e 100644 --- a/arch/Cargo.toml +++ b/arch/Cargo.toml @@ -16,7 +16,7 @@ byteorder = "1.4.3" hypervisor = { path = "../hypervisor" } libc = "0.2.121" linux-loader = { version = "0.4.0", features = ["elf", "bzimage", "pe"] } -log = "0.4.14" +log = "0.4.16" serde = { version = "1.0.136", features = ["rc"] } serde_derive = "1.0.136" thiserror = "1.0.30" diff --git a/block_util/Cargo.toml b/block_util/Cargo.toml index 8eaa24971..ec128e72c 100644 --- a/block_util/Cargo.toml +++ b/block_util/Cargo.toml @@ -10,7 +10,7 @@ default = [] [dependencies] io-uring = "0.5.2" libc = "0.2.121" -log = "0.4.14" +log = "0.4.16" qcow = { path = "../qcow" } thiserror = "1.0.30" versionize = "0.1.6" diff --git a/devices/Cargo.toml b/devices/Cargo.toml index 7fd5d6191..c3f701e76 100644 --- a/devices/Cargo.toml +++ b/devices/Cargo.toml @@ -12,7 +12,7 @@ bitflags = "1.3.2" byteorder = "1.4.3" epoll = "4.3.1" libc = "0.2.121" -log = "0.4.14" +log = "0.4.16" versionize = "0.1.6" versionize_derive = "0.1.4" vm-device = { path = "../vm-device" } diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 585612cd4..bfd7a234b 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "1.0.56" epoll = "4.3.1" thiserror = "1.0.30" libc = "0.2.121" -log = "0.4.14" +log = "0.4.16" kvm-ioctls = { version = "0.11.0", optional = true } kvm-bindings = { git = "https://github.com/cloud-hypervisor/kvm-bindings", branch = "ch-v0.5.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 798e7f4e7..fa8cc53b1 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" epoll = "4.3.1" getrandom = "0.2" libc = "0.2.121" -log = "0.4.14" +log = "0.4.16" net_gen = { path = "../net_gen" } rate_limiter = { path = "../rate_limiter" } serde = "1.0.136" diff --git a/pci/Cargo.toml b/pci/Cargo.toml index e2cffae6d..51ef1acea 100644 --- a/pci/Cargo.toml +++ b/pci/Cargo.toml @@ -17,7 +17,7 @@ vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", defau vfio_user = { path = "../vfio_user" } vmm-sys-util = "0.9.0" libc = "0.2.121" -log = "0.4.14" +log = "0.4.16" serde = "1.0.136" serde_derive = "1.0.136" thiserror = "1.0.30" diff --git a/qcow/Cargo.toml b/qcow/Cargo.toml index 02577c3dc..65f7fadc5 100644 --- a/qcow/Cargo.toml +++ b/qcow/Cargo.toml @@ -11,6 +11,6 @@ path = "src/qcow.rs" [dependencies] byteorder = "1.4.3" libc = "0.2.121" -log = "0.4.14" +log = "0.4.16" remain = "0.2.2" vmm-sys-util = "0.9.0" diff --git a/rate_limiter/Cargo.toml b/rate_limiter/Cargo.toml index ab1ea7e41..ee1f254c8 100644 --- a/rate_limiter/Cargo.toml +++ b/rate_limiter/Cargo.toml @@ -5,5 +5,5 @@ edition = "2018" [dependencies] libc = "0.2.121" -log = "0.4.14" +log = "0.4.16" vmm-sys-util = "0.9.0" diff --git a/vfio_user/Cargo.toml b/vfio_user/Cargo.toml index 8e9f41c4d..ca35b1d08 100644 --- a/vfio_user/Cargo.toml +++ b/vfio_user/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] anyhow = "1.0.56" libc = "0.2.121" -log = "0.4.14" +log = "0.4.16" serde = {version = ">=1.0.27", features = ["rc"] } serde_derive = ">=1.0.27" serde_json = ">=1.0.9" diff --git a/vhdx/Cargo.toml b/vhdx/Cargo.toml index f21d6a748..988ec805e 100644 --- a/vhdx/Cargo.toml +++ b/vhdx/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" byteorder = "1.4.3" crc32c = "0.6.1" libc = "0.2.121" -log = "0.4.14" +log = "0.4.16" remain = "0.2.2" thiserror = "1.0" uuid = { version = "0.8.2", features = ["v4"] } diff --git a/vhost_user_block/Cargo.toml b/vhost_user_block/Cargo.toml index 9e898896a..76f6afeab 100644 --- a/vhost_user_block/Cargo.toml +++ b/vhost_user_block/Cargo.toml @@ -10,7 +10,7 @@ clap = { version = "3.1.6", features = ["wrap_help"] } env_logger = "0.9.0" epoll = "4.3.1" libc = "0.2.121" -log = "0.4.14" +log = "0.4.16" option_parser = { path = "../option_parser" } qcow = { path = "../qcow" } vhost = { version = "0.4.0", features = ["vhost-user-slave"] } diff --git a/vhost_user_net/Cargo.toml b/vhost_user_net/Cargo.toml index 8fc0f7f32..f09c228f1 100644 --- a/vhost_user_net/Cargo.toml +++ b/vhost_user_net/Cargo.toml @@ -9,7 +9,7 @@ clap = { version = "3.1.6", features = ["wrap_help"] } env_logger = "0.9.0" epoll = "4.3.1" libc = "0.2.121" -log = "0.4.14" +log = "0.4.16" net_util = { path = "../net_util" } option_parser = { path = "../option_parser" } vhost = { version = "0.4.0", features = ["vhost-user-slave"] } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index c4d80193b..bc5552e58 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -17,7 +17,7 @@ epoll = "4.3.1" event_monitor = { path = "../event_monitor" } io-uring = "0.5.2" libc = "0.2.121" -log = "0.4.14" +log = "0.4.16" 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 620c41be6..8e9d4a795 100644 --- a/vm-virtio/Cargo.toml +++ b/vm-virtio/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" default = [] [dependencies] -log = "0.4.14" +log = "0.4.16" virtio-bindings = { version = "0.1.0", features = ["virtio-v5_0_0"] } virtio-queue = "0.2.0" vm-memory = { version = "0.7.0", features = ["backend-mmap", "backend-atomic", "backend-bitmap"] } diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 300e92f30..a285633a8 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -31,7 +31,7 @@ hypervisor = { path = "../hypervisor" } lazy_static = "1.4.0" libc = "0.2.121" linux-loader = { version = "0.4.0", features = ["elf", "bzimage", "pe"] } -log = "0.4.14" +log = "0.4.16" micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" } net_util = { path = "../net_util" } option_parser = { path = "../option_parser" }