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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-01-27 03:17:53 +00:00 committed by Rob Bradford
parent b8342ebeb4
commit 192d69d601
15 changed files with 34 additions and 34 deletions

40
Cargo.lock generated
View File

@ -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",

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"] }

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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" }

View File

@ -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" }

View File

@ -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" }

View File

@ -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" }

View File

@ -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"

View File

@ -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" }