From 30e06eaabaf115c5015bc30539516edfe2f81bbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 23:56:28 +0000 Subject: [PATCH] build: bump log from 0.4.16 to 0.4.17 Bumps [log](https://github.com/rust-lang/log) from 0.4.16 to 0.4.17. - [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/0.4.17) --- 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 79a38b22e..0e4666e89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -493,9 +493,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.16" +version = "0.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8" +checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" dependencies = [ "cfg-if", ] diff --git a/Cargo.toml b/Cargo.toml index 2244e456a..d0f078532 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.125" -log = { version = "0.4.16", features = ["std"] } +log = { version = "0.4.17", features = ["std"] } option_parser = { path = "option_parser" } seccompiler = "0.2.0" serde_json = "1.0.80" diff --git a/arch/Cargo.toml b/arch/Cargo.toml index 182638fb5..53512fad2 100644 --- a/arch/Cargo.toml +++ b/arch/Cargo.toml @@ -15,7 +15,7 @@ byteorder = "1.4.3" hypervisor = { path = "../hypervisor" } libc = "0.2.125" linux-loader = { version = "0.4.0", features = ["elf", "bzimage", "pe"] } -log = "0.4.16" +log = "0.4.17" serde = { version = "1.0.137", features = ["rc"] } serde_derive = "1.0.137" thiserror = "1.0.31" diff --git a/block_util/Cargo.toml b/block_util/Cargo.toml index 5252ee002..c1ea9c150 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.125" -log = "0.4.16" +log = "0.4.17" qcow = { path = "../qcow" } thiserror = "1.0.31" versionize = "0.1.6" diff --git a/devices/Cargo.toml b/devices/Cargo.toml index eb6a6d503..c6b9e522d 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.125" -log = "0.4.16" +log = "0.4.17" 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 a3ae7e8ba..7f389ebd7 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "1.0.57" epoll = "4.3.1" thiserror = "1.0.31" libc = "0.2.125" -log = "0.4.16" +log = "0.4.17" 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 ab1f3c52f..d18d9264b 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" epoll = "4.3.1" getrandom = "0.2" libc = "0.2.125" -log = "0.4.16" +log = "0.4.17" net_gen = { path = "../net_gen" } rate_limiter = { path = "../rate_limiter" } serde = "1.0.137" diff --git a/pci/Cargo.toml b/pci/Cargo.toml index 239353d00..4b276ee18 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.125" -log = "0.4.16" +log = "0.4.17" serde = "1.0.137" serde_derive = "1.0.137" thiserror = "1.0.31" diff --git a/qcow/Cargo.toml b/qcow/Cargo.toml index 9f4f81612..2570739a0 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.125" -log = "0.4.16" +log = "0.4.17" remain = "0.2.3" vmm-sys-util = "0.9.0" diff --git a/rate_limiter/Cargo.toml b/rate_limiter/Cargo.toml index d3dbfb734..6cf7345b0 100644 --- a/rate_limiter/Cargo.toml +++ b/rate_limiter/Cargo.toml @@ -5,5 +5,5 @@ edition = "2021" [dependencies] libc = "0.2.125" -log = "0.4.16" +log = "0.4.17" vmm-sys-util = "0.9.0" diff --git a/vfio_user/Cargo.toml b/vfio_user/Cargo.toml index d289f5cbb..73a2b7d23 100644 --- a/vfio_user/Cargo.toml +++ b/vfio_user/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] anyhow = "1.0.57" libc = "0.2.125" -log = "0.4.16" +log = "0.4.17" 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 e43e84545..576c62280 100644 --- a/vhdx/Cargo.toml +++ b/vhdx/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" byteorder = "1.4.3" crc32c = "0.6.3" libc = "0.2.125" -log = "0.4.16" +log = "0.4.17" remain = "0.2.3" thiserror = "1.0" uuid = { version = "1.0.0", features = ["v4"] } diff --git a/vhost_user_block/Cargo.toml b/vhost_user_block/Cargo.toml index a26b4ea55..89ae276d2 100644 --- a/vhost_user_block/Cargo.toml +++ b/vhost_user_block/Cargo.toml @@ -10,7 +10,7 @@ clap = { version = "3.1.14", features = ["wrap_help","cargo"] } env_logger = "0.9.0" epoll = "4.3.1" libc = "0.2.125" -log = "0.4.16" +log = "0.4.17" 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 3a7b40025..92962ff9a 100644 --- a/vhost_user_net/Cargo.toml +++ b/vhost_user_net/Cargo.toml @@ -9,7 +9,7 @@ clap = { version = "3.1.14", features = ["wrap_help","cargo"] } env_logger = "0.9.0" epoll = "4.3.1" libc = "0.2.125" -log = "0.4.16" +log = "0.4.17" 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 c8a6515f9..68962ab87 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.125" -log = "0.4.16" +log = "0.4.17" 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 007b72e8f..a164405dd 100644 --- a/vm-virtio/Cargo.toml +++ b/vm-virtio/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" default = [] [dependencies] -log = "0.4.16" +log = "0.4.17" 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 8cffa2b12..5a8c050b6 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -31,7 +31,7 @@ hypervisor = { path = "../hypervisor" } lazy_static = "1.4.0" libc = "0.2.125" linux-loader = { version = "0.4.0", features = ["elf", "bzimage", "pe"] } -log = "0.4.16" +log = "0.4.17" micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" } net_util = { path = "../net_util" } option_parser = { path = "../option_parser" }