From 192d69d60164a9841eb4d99d674253b240770fb7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 03:17:53 +0000 Subject: [PATCH] build(deps): bump log from 0.4.13 to 0.4.14 Bumps [log](https://github.com/rust-lang/log) from 0.4.13 to 0.4.14. - [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.13...0.4.14) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 40 +++++++++++++++++------------------ 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 +- vhost_user_backend/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, 34 insertions(+), 34 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d892aa13e..d18a5a80a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,7 +67,7 @@ dependencies = [ "hypervisor", "libc", "linux-loader", - "log 0.4.13", + "log 0.4.14", "rand 0.8.2", "serde", "serde_derive", @@ -158,7 +158,7 @@ version = "0.1.0" dependencies = [ "io-uring", "libc", - "log 0.4.13", + "log 0.4.14", "qcow", "serde", "serde_derive", @@ -223,7 +223,7 @@ dependencies = [ "hypervisor", "lazy_static", "libc", - "log 0.4.13", + "log 0.4.14", "net_util", "option_parser", "seccomp", @@ -285,7 +285,7 @@ dependencies = [ "byteorder", "epoll", "libc", - "log 0.4.13", + "log 0.4.14", "serde", "serde_derive", "serde_json", @@ -324,7 +324,7 @@ checksum = "f26ecb66b4bdca6c1409b40fb255eefc2bd4f6d135dab3c3124f80ffa2a9661e" dependencies = [ "atty", "humantime", - "log 0.4.13", + "log 0.4.14", "regex", "termcolor", ] @@ -437,7 +437,7 @@ dependencies = [ "kvm-bindings", "kvm-ioctls", "libc", - "log 0.4.13", + "log 0.4.14", "mshv-bindings", "mshv-ioctls", "serde", @@ -586,16 +586,16 @@ version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" dependencies = [ - "log 0.4.13", + "log 0.4.14", ] [[package]] name = "log" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcf3805d4480bb5b86070dcfeb9e2cb2ebc148adb753c5cca5f884d1d65a42b2" +checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", ] [[package]] @@ -664,7 +664,7 @@ dependencies = [ "epoll", "lazy_static", "libc", - "log 0.4.13", + "log 0.4.14", "net_gen", "pnet", "rand 0.8.2", @@ -737,7 +737,7 @@ dependencies = [ "byteorder", "hypervisor", "libc", - "log 0.4.13", + "log 0.4.14", "serde", "serde_derive", "serde_json", @@ -871,7 +871,7 @@ version = "0.1.0" dependencies = [ "byteorder", "libc", - "log 0.4.13", + "log 0.4.14", "remain", "tempfile", "vmm-sys-util", @@ -1428,7 +1428,7 @@ dependencies = [ "byteorder", "kvm-bindings", "kvm-ioctls", - "log 0.4.13", + "log 0.4.14", "vfio-bindings", "vm-memory", "vmm-sys-util", @@ -1450,7 +1450,7 @@ version = "0.1.0" dependencies = [ "epoll", "libc", - "log 0.4.13", + "log 0.4.14", "vhost", "virtio-bindings", "vm-memory", @@ -1466,7 +1466,7 @@ dependencies = [ "clap", "epoll", "libc", - "log 0.4.13", + "log 0.4.14", "option_parser", "qcow", "vhost", @@ -1483,7 +1483,7 @@ dependencies = [ "clap", "epoll", "libc", - "log 0.4.13", + "log 0.4.14", "net_util", "option_parser", "vhost", @@ -1510,7 +1510,7 @@ dependencies = [ "epoll", "io-uring", "libc", - "log 0.4.13", + "log 0.4.14", "net_gen", "net_util", "pci", @@ -1578,7 +1578,7 @@ dependencies = [ name = "vm-virtio" version = "0.1.0" dependencies = [ - "log 0.4.13", + "log 0.4.14", "serde", "serde_derive", "serde_json", @@ -1604,7 +1604,7 @@ dependencies = [ "lazy_static", "libc", "linux-loader", - "log 0.4.13", + "log 0.4.14", "micro_http", "net_util", "option_parser", diff --git a/Cargo.toml b/Cargo.toml index 040990486..a84dbd715 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ clap = { version = "2.33.3", features = ["wrap_help"] } epoll = ">=4.0.1" hypervisor = { path = "hypervisor" } libc = "0.2.82" -log = { version = "0.4.13", features = ["std"] } +log = { version = "0.4.14", features = ["std"] } option_parser = { path = "option_parser" } seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.22.0" } serde_json = "1.0.61" diff --git a/arch/Cargo.toml b/arch/Cargo.toml index 5c3d039c4..12a1303d3 100644 --- a/arch/Cargo.toml +++ b/arch/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "1.0" byteorder = "1.3.4" hypervisor = { path = "../hypervisor" } libc = "0.2.82" -log = "0.4.13" +log = "0.4.14" serde = {version = ">=1.0.27", features = ["rc"] } serde_derive = ">=1.0.27" serde_json = ">=1.0.9" diff --git a/block_util/Cargo.toml b/block_util/Cargo.toml index 12a285d0a..910aaac54 100644 --- a/block_util/Cargo.toml +++ b/block_util/Cargo.toml @@ -11,7 +11,7 @@ io_uring = [] [dependencies] io-uring = ">=0.4.0" libc = "0.2.82" -log = "0.4.13" +log = "0.4.14" qcow = { path = "../qcow" } serde = ">=1.0.27" serde_derive = ">=1.0.27" diff --git a/devices/Cargo.toml b/devices/Cargo.toml index b9ab9224c..0e0520607 100644 --- a/devices/Cargo.toml +++ b/devices/Cargo.toml @@ -9,7 +9,7 @@ bitflags = ">=1.2.1" byteorder = "1.3.4" epoll = ">=4.0.1" libc = "0.2.82" -log = "0.4.13" +log = "0.4.14" serde = {version = ">=1.0.27", features = ["rc"] } serde_derive = ">=1.0.27" serde_json = ">=1.0.9" diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 1bae245b9..8a86a7637 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -14,7 +14,7 @@ anyhow = "1.0" epoll = ">=4.0.1" thiserror = "1.0" libc = "0.2.82" -log = "0.4.13" +log = "0.4.14" kvm-ioctls = { git = "https://github.com/cloud-hypervisor/kvm-ioctls", branch = "ch" } kvm-bindings = { git = "https://github.com/cloud-hypervisor/kvm-bindings", branch = "ch", features = ["with-serde", "fam-wrappers"] } diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index fee687b47..87f59a7dd 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -6,7 +6,7 @@ authors = ["The Chromium OS Authors"] [dependencies] epoll = ">=4.0.1" libc = "0.2.82" -log = "0.4.13" +log = "0.4.14" net_gen = { path = "../net_gen" } rand = "0.8.2" serde = "1.0.123" diff --git a/pci/Cargo.toml b/pci/Cargo.toml index 188fa4671..6ac5bf557 100644 --- a/pci/Cargo.toml +++ b/pci/Cargo.toml @@ -11,7 +11,7 @@ hypervisor = { path = "../hypervisor" } vfio-ioctls = { git = "https://github.com/cloud-hypervisor/vfio-ioctls", branch = "ch" } vmm-sys-util = ">=0.3.1" libc = "0.2.82" -log = "0.4.13" +log = "0.4.14" serde = {version = ">=1.0.27", features = ["rc"] } serde_derive = ">=1.0.27" serde_json = ">=1.0.9" diff --git a/qcow/Cargo.toml b/qcow/Cargo.toml index 4913366a8..782d07906 100644 --- a/qcow/Cargo.toml +++ b/qcow/Cargo.toml @@ -11,7 +11,7 @@ path = "src/qcow.rs" [dependencies] byteorder = "1.3.4" libc = "0.2.82" -log = "0.4.13" +log = "0.4.14" remain = "0.2.2" vmm-sys-util = ">=0.3.1" diff --git a/vhost_user_backend/Cargo.toml b/vhost_user_backend/Cargo.toml index c1c8b597d..b3013263f 100644 --- a/vhost_user_backend/Cargo.toml +++ b/vhost_user_backend/Cargo.toml @@ -10,7 +10,7 @@ default = [] [dependencies] epoll = ">=4.0.1" libc = "0.2.82" -log = "0.4.13" +log = "0.4.14" virtio-bindings = "0.1.0" vm-memory = "0.4.0" vm-virtio = { path = "../vm-virtio" } diff --git a/vhost_user_block/Cargo.toml b/vhost_user_block/Cargo.toml index 762fe63ae..a7986d7da 100644 --- a/vhost_user_block/Cargo.toml +++ b/vhost_user_block/Cargo.toml @@ -9,7 +9,7 @@ block_util = { path = "../block_util" } clap = { version = "2.33.3", features=["wrap_help"] } epoll = ">=4.0.1" libc = "0.2.82" -log = "0.4.13" +log = "0.4.14" option_parser = { path = "../option_parser" } qcow = { path = "../qcow" } vhost_user_backend = { path = "../vhost_user_backend" } diff --git a/vhost_user_net/Cargo.toml b/vhost_user_net/Cargo.toml index bf93a4cab..40da7ac7a 100644 --- a/vhost_user_net/Cargo.toml +++ b/vhost_user_net/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" clap = { version = "2.33.3", features=["wrap_help"] } epoll = ">=4.0.1" libc = "0.2.82" -log = "0.4.13" +log = "0.4.14" net_util = { path = "../net_util" } option_parser = { path = "../option_parser" } vhost_user_backend = { path = "../vhost_user_backend" } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 823ba2de4..7b8ce2624 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -16,7 +16,7 @@ byteorder = "1.3.4" epoll = ">=4.0.1" io-uring = ">=0.4.0" libc = "0.2.82" -log = "0.4.13" +log = "0.4.14" 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 1e3c897a9..45b7df82e 100644 --- a/vm-virtio/Cargo.toml +++ b/vm-virtio/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" default = [] [dependencies] -log = "0.4.13" +log = "0.4.14" serde = ">=1.0.27" serde_derive = ">=1.0.27" serde_json = ">=1.0.9" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index b477fc9e2..3eba50320 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -26,7 +26,7 @@ epoll = ">=4.0.1" hypervisor = { path = "../hypervisor" } lazy_static = "1.4.0" libc = "0.2.82" -log = "0.4.13" +log = "0.4.14" micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "master" } net_util = { path = "../net_util" } option_parser = { path = "../option_parser" }