build(deps): bump libc from 0.2.68 to 0.2.69

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.68 to 0.2.69.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.68...0.2.69)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-13 23:33:46 +00:00 committed by Rob Bradford
parent 6c164c761b
commit 886c0f9093
15 changed files with 16 additions and 16 deletions

4
Cargo.lock generated
View File

@ -500,9 +500,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.68"
version = "0.2.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005"
[[package]]
name = "libssh2-sys"

View File

@ -12,7 +12,7 @@ clap = { version = "2.33.0", features=["wrap_help"] }
epoll = ">=4.0.1"
futures = { version = "0.3.4", features = ["thread-pool"] }
lazy_static = "1.4.0"
libc = "0.2.68"
libc = "0.2.69"
log = { version = "0.4.8", features = ["std"] }
seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.21.1" }
serde_json = ">=1.0.9"

View File

@ -10,7 +10,7 @@ default = []
byteorder = "1.3.4"
kvm-bindings = { git = "https://github.com/cloud-hypervisor/kvm-bindings", branch = "ch" }
kvm-ioctls = { git = "https://github.com/cloud-hypervisor/kvm-ioctls", branch = "ch" }
libc = "0.2.68"
libc = "0.2.69"
vm-memory = { version = "0.2.0", features = ["backend-mmap"] }
acpi_tables = { path = "../acpi_tables", optional = true }

View File

@ -8,7 +8,7 @@ anyhow = "1.0"
bitflags = ">=1.2.1"
byteorder = "1.3.4"
epoll = ">=4.0.1"
libc = "0.2.68"
libc = "0.2.69"
log = "0.4.8"
serde = {version = ">=1.0.27", features = ["rc"] }
serde_derive = ">=1.0.27"

View File

@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["The Chromium OS Authors"]
[dependencies]
libc = "0.2.68"
libc = "0.2.69"
rand = "0.7.3"
serde = "1.0.106"
vmm-sys-util = ">=0.3.1"

View File

@ -8,7 +8,7 @@ edition = "2018"
vm-allocator = { path = "../vm-allocator" }
byteorder = "1.3.4"
devices = { path = "../devices" }
libc = "0.2.68"
libc = "0.2.69"
log = "0.4.8"
vm-device = { path = "../vm-device" }
vm-memory = "0.2.0"

View File

@ -10,7 +10,7 @@ path = "src/qcow.rs"
[dependencies]
byteorder = "1.3.4"
libc = "0.2.68"
libc = "0.2.69"
log = "0.4.8"
remain = "0.2.1"
vmm-sys-util = ">=0.3.1"

View File

@ -9,7 +9,7 @@ byteorder = "1.3.4"
devices = { path = "../devices" }
kvm-bindings = { git = "https://github.com/cloud-hypervisor/kvm-bindings", branch = "ch" }
kvm-ioctls = { git = "https://github.com/cloud-hypervisor/kvm-ioctls", branch = "ch" }
libc = "0.2.68"
libc = "0.2.69"
log = "0.4.8"
pci = { path = "../pci" }
vm-allocator = { path = "../vm-allocator" }

View File

@ -11,7 +11,7 @@ mmio_support = ["vm-virtio/mmio_support"]
[dependencies]
epoll = ">=4.0.1"
libc = "0.2.68"
libc = "0.2.69"
log = "0.4.8"
virtio-bindings = "0.1.0"
vm-memory = "0.2.0"

View File

@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
bitflags = "1.1.0"
epoll = ">=4.0.1"
libc = "0.2.68"
libc = "0.2.69"
log = "0.4.8"
qcow = { path = "../qcow" }
vhost_user_backend = { path = "../vhost_user_backend" }

View File

@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
bitflags = "1.1.0"
libc = "0.2.68"
libc = "0.2.69"
log = "0.4.8"
vm-memory = "0.2.0"
vm-virtio = { path = "../vm-virtio" }

View File

@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
bitflags = "1.1.0"
epoll = ">=4.0.1"
libc = "0.2.68"
libc = "0.2.69"
log = "0.4.8"
net_util = { path = "../net_util" }
vhost_user_backend = { path = "../vhost_user_backend" }

View File

@ -5,5 +5,5 @@ authors = ["The Chromium OS Authors"]
edition = "2018"
[dependencies]
libc = "0.2.68"
libc = "0.2.69"
vm-memory = "0.2.0"

View File

@ -14,7 +14,7 @@ arc-swap = ">=0.4.4"
byteorder = "1.3.4"
devices = { path = "../devices" }
epoll = ">=4.0.1"
libc = "0.2.68"
libc = "0.2.69"
log = "0.4.8"
net_gen = { path = "../net_gen" }
net_util = { path = "../net_util" }

View File

@ -22,7 +22,7 @@ epoll = ">=4.0.1"
kvm-bindings = { git = "https://github.com/cloud-hypervisor/kvm-bindings", branch = "ch", features = ["with-serde", "fam-wrappers"] }
kvm-ioctls = { git = "https://github.com/cloud-hypervisor/kvm-ioctls", branch = "ch" }
lazy_static = "1.4.0"
libc = "0.2.68"
libc = "0.2.69"
log = "0.4.8"
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "master" }
net_util = { path = "../net_util" }