Skip to content

Commit 428c637

Browse files
build: bump libc from 0.2.96 to 0.2.97
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.96 to 0.2.97. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](rust-lang/libc@0.2.96...0.2.97) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f67ae9b commit 428c637

File tree

17 files changed

+18
-18
lines changed

17 files changed

+18
-18
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ clap = { version = "2.33.3", features = ["wrap_help"] }
1919
epoll = "4.3.1"
2020
event_monitor = { path = "event_monitor" }
2121
hypervisor = { path = "hypervisor" }
22-
libc = "0.2.96"
22+
libc = "0.2.97"
2323
log = { version = "0.4.14", features = ["std"] }
2424
option_parser = { path = "option_parser" }
2525
seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.24.4" }

arch/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ acpi_tables = { path = "../acpi_tables", optional = true }
1414
anyhow = "1.0"
1515
byteorder = "1.4.3"
1616
hypervisor = { path = "../hypervisor" }
17-
libc = "0.2.96"
17+
libc = "0.2.97"
1818
linux-loader = { version = "0.3.0", features = ["elf", "bzimage", "pe"] }
1919
log = "0.4.14"
2020
serde = {version = ">=1.0.27", features = ["rc"] }

block_util/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ io_uring = []
1010

1111
[dependencies]
1212
io-uring = ">=0.4.0"
13-
libc = "0.2.96"
13+
libc = "0.2.97"
1414
log = "0.4.14"
1515
qcow = { path = "../qcow" }
1616
thiserror = "1.0"

devices/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ arch = { path = "../arch" }
1111
bitflags = ">=1.2.1"
1212
byteorder = "1.4.3"
1313
epoll = ">=4.0.1"
14-
libc = "0.2.96"
14+
libc = "0.2.97"
1515
log = "0.4.14"
1616
versionize = "0.1.6"
1717
versionize_derive = "0.1.4"

event_monitor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["The Cloud Hypervisor Authors"]
55
edition = "2018"
66

77
[dependencies]
8-
libc = "0.2.96"
8+
libc = "0.2.97"
99
serde = {version = ">=1.0.27", features = ["rc"] }
1010
serde_derive = ">=1.0.27"
1111
serde_json = ">=1.0.9"

hypervisor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tdx = []
1414
anyhow = "1.0"
1515
epoll = ">=4.0.1"
1616
thiserror = "1.0"
17-
libc = "0.2.96"
17+
libc = "0.2.97"
1818
log = "0.4.14"
1919
kvm-ioctls = { version = "0.9.0", optional = true }
2020
kvm-bindings = { git = "https://github.com/cloud-hypervisor/kvm-bindings", branch = "ch-v0.4.0", features = ["with-serde", "fam-wrappers"], optional = true }

net_util/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66

77
[dependencies]
88
epoll = ">=4.0.1"
9-
libc = "0.2.96"
9+
libc = "0.2.97"
1010
log = "0.4.14"
1111
net_gen = { path = "../net_gen" }
1212
rate_limiter = { path = "../rate_limiter" }

pci/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ byteorder = "1.4.3"
1010
hypervisor = { path = "../hypervisor" }
1111
vfio-ioctls = { git = "https://github.com/rust-vmm/vfio-ioctls", branch = "master" }
1212
vmm-sys-util = ">=0.3.1"
13-
libc = "0.2.96"
13+
libc = "0.2.97"
1414
log = "0.4.14"
1515
versionize = "0.1.6"
1616
versionize_derive = "0.1.4"

qcow/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path = "src/qcow.rs"
1010

1111
[dependencies]
1212
byteorder = "1.4.3"
13-
libc = "0.2.96"
13+
libc = "0.2.97"
1414
log = "0.4.14"
1515
remain = "0.2.2"
1616
vmm-sys-util = ">=0.3.1"

rate_limiter/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = "0.1.0"
44
edition = "2018"
55

66
[dependencies]
7-
libc = "0.2.96"
7+
libc = "0.2.97"
88
log = "0.4.14"
99
vmm-sys-util = "0.8.0"

vhost_user_backend/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ default = []
99

1010
[dependencies]
1111
epoll = ">=4.0.1"
12-
libc = "0.2.96"
12+
libc = "0.2.97"
1313
log = "0.4.14"
1414
virtio-bindings = "0.1.0"
1515
vm-memory = { version = "0.5.0", features = ["backend-bitmap"] }

vhost_user_block/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88
block_util = { path = "../block_util" }
99
clap = { version = "2.33.3", features=["wrap_help"] }
1010
epoll = ">=4.0.1"
11-
libc = "0.2.96"
11+
libc = "0.2.97"
1212
log = "0.4.14"
1313
option_parser = { path = "../option_parser" }
1414
qcow = { path = "../qcow" }

vhost_user_net/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
[dependencies]
88
clap = { version = "2.33.3", features=["wrap_help"] }
99
epoll = ">=4.0.1"
10-
libc = "0.2.96"
10+
libc = "0.2.97"
1111
log = "0.4.14"
1212
net_util = { path = "../net_util" }
1313
option_parser = { path = "../option_parser" }

virtio-devices/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ byteorder = "1.4.3"
1616
epoll = ">=4.0.1"
1717
event_monitor = { path = "../event_monitor" }
1818
io-uring = ">=0.4.0"
19-
libc = "0.2.96"
19+
libc = "0.2.97"
2020
log = "0.4.14"
2121
net_gen = { path = "../net_gen" }
2222
net_util = { path = "../net_util" }

vm-allocator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ authors = ["The Chromium OS Authors"]
55
edition = "2018"
66

77
[dependencies]
8-
libc = "0.2.96"
8+
libc = "0.2.97"
99
vm-memory = "0.5.0"
1010
arch = { path = "../arch" }

vmm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ epoll = ">=4.0.1"
2727
event_monitor = { path = "../event_monitor" }
2828
hypervisor = { path = "../hypervisor" }
2929
lazy_static = "1.4.0"
30-
libc = "0.2.96"
30+
libc = "0.2.97"
3131
linux-loader = { version = "0.3.0", features = ["elf", "bzimage", "pe"] }
3232
log = "0.4.14"
3333
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" }

0 commit comments

Comments
 (0)