mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-21 13:15:19 +00:00
build: Bump libc from 0.2.158 to 0.2.167
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.158 to 0.2.167. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.167/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.158...0.2.167) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c6b023e58d
commit
30cf1eed5e
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1124,9 +1124,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.158"
|
||||
version = "0.2.167"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
|
||||
checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc"
|
||||
|
||||
[[package]]
|
||||
name = "libredox"
|
||||
|
@ -36,7 +36,7 @@ dhat = { version = "0.3.3", optional = true }
|
||||
epoll = "4.3.3"
|
||||
event_monitor = { path = "event_monitor" }
|
||||
hypervisor = { path = "hypervisor" }
|
||||
libc = "0.2.158"
|
||||
libc = "0.2.167"
|
||||
log = { version = "0.4.22", features = ["std"] }
|
||||
option_parser = { path = "option_parser" }
|
||||
seccompiler = { workspace = true }
|
||||
|
@ -14,7 +14,7 @@ tdx = []
|
||||
anyhow = "1.0.87"
|
||||
byteorder = "1.5.0"
|
||||
hypervisor = { path = "../hypervisor" }
|
||||
libc = "0.2.158"
|
||||
libc = "0.2.167"
|
||||
linux-loader = { workspace = true, features = ["bzimage", "elf", "pe"] }
|
||||
log = "0.4.22"
|
||||
serde = { version = "1.0.208", features = ["derive", "rc"] }
|
||||
|
@ -12,7 +12,7 @@ io_uring = ["dep:io-uring"]
|
||||
byteorder = "1.5.0"
|
||||
crc-any = "2.4.4"
|
||||
io-uring = { version = "0.6.4", optional = true }
|
||||
libc = "0.2.158"
|
||||
libc = "0.2.167"
|
||||
log = "0.4.22"
|
||||
remain = "0.2.14"
|
||||
serde = { version = "1.0.208", features = ["derive"] }
|
||||
|
@ -12,7 +12,7 @@ bitflags = "2.6.0"
|
||||
byteorder = "1.5.0"
|
||||
event_monitor = { path = "../event_monitor" }
|
||||
hypervisor = { path = "../hypervisor" }
|
||||
libc = "0.2.158"
|
||||
libc = "0.2.167"
|
||||
log = "0.4.22"
|
||||
num_enum = "0.7.2"
|
||||
pci = { path = "../pci" }
|
||||
|
@ -6,7 +6,7 @@ version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
flume = "0.11.1"
|
||||
libc = "0.2.158"
|
||||
libc = "0.2.167"
|
||||
once_cell = "1.20.2"
|
||||
serde = { version = "1.0.208", features = ["derive", "rc"] }
|
||||
serde_json = "1.0.120"
|
||||
|
@ -20,7 +20,7 @@ igvm = { version = "0.3.3", optional = true }
|
||||
igvm_defs = { version = "0.3.1", optional = true }
|
||||
kvm-bindings = { workspace = true, optional = true, features = ["serde"] }
|
||||
kvm-ioctls = { workspace = true, optional = true }
|
||||
libc = "0.2.158"
|
||||
libc = "0.2.167"
|
||||
log = "0.4.22"
|
||||
mshv-bindings = { workspace = true, features = [
|
||||
"fam-wrappers",
|
||||
|
@ -7,7 +7,7 @@ version = "0.1.0"
|
||||
[dependencies]
|
||||
epoll = "4.3.3"
|
||||
getrandom = "0.2.14"
|
||||
libc = "0.2.158"
|
||||
libc = "0.2.167"
|
||||
log = "0.4.22"
|
||||
net_gen = { path = "../net_gen" }
|
||||
rate_limiter = { path = "../rate_limiter" }
|
||||
|
@ -13,7 +13,7 @@ mshv = ["vfio-ioctls/mshv"]
|
||||
anyhow = "1.0.87"
|
||||
byteorder = "1.5.0"
|
||||
hypervisor = { path = "../hypervisor" }
|
||||
libc = "0.2.158"
|
||||
libc = "0.2.167"
|
||||
log = "0.4.22"
|
||||
serde = { version = "1.0.208", features = ["derive"] }
|
||||
thiserror = "1.0.62"
|
||||
|
@ -5,7 +5,7 @@ version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
epoll = "4.3.3"
|
||||
libc = "0.2.158"
|
||||
libc = "0.2.167"
|
||||
log = "0.4.22"
|
||||
thiserror = "1.0.62"
|
||||
vmm-sys-util = { workspace = true }
|
||||
|
@ -7,7 +7,7 @@ version = "0.1.0"
|
||||
[dependencies]
|
||||
dirs = "5.0.1"
|
||||
epoll = "4.3.3"
|
||||
libc = "0.2.158"
|
||||
libc = "0.2.167"
|
||||
once_cell = "1.20.2"
|
||||
serde = { version = "1.0.208", features = ["derive", "rc"] }
|
||||
serde_json = "1.0.120"
|
||||
|
@ -5,7 +5,7 @@ name = "tracer"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2.158"
|
||||
libc = "0.2.167"
|
||||
log = "0.4.22"
|
||||
once_cell = "1.20.2"
|
||||
serde = { version = "1.0.208", features = ["derive", "rc"] }
|
||||
|
@ -10,7 +10,7 @@ block = { path = "../block" }
|
||||
clap = { version = "4.5.13", features = ["cargo", "wrap_help"] }
|
||||
env_logger = "0.11.3"
|
||||
epoll = "4.3.3"
|
||||
libc = "0.2.158"
|
||||
libc = "0.2.167"
|
||||
log = "0.4.22"
|
||||
option_parser = { path = "../option_parser" }
|
||||
vhost = { workspace = true, features = ["vhost-user-backend"] }
|
||||
|
@ -9,7 +9,7 @@ version = "0.1.0"
|
||||
clap = { version = "4.5.13", features = ["cargo", "wrap_help"] }
|
||||
env_logger = "0.11.3"
|
||||
epoll = "4.3.3"
|
||||
libc = "0.2.158"
|
||||
libc = "0.2.167"
|
||||
log = "0.4.22"
|
||||
net_util = { path = "../net_util" }
|
||||
option_parser = { path = "../option_parser" }
|
||||
|
@ -15,7 +15,7 @@ block = { path = "../block" }
|
||||
byteorder = "1.5.0"
|
||||
epoll = "4.3.3"
|
||||
event_monitor = { path = "../event_monitor" }
|
||||
libc = "0.2.158"
|
||||
libc = "0.2.167"
|
||||
log = "0.4.22"
|
||||
mshv-ioctls = { workspace = true, optional = true }
|
||||
net_gen = { path = "../net_gen" }
|
||||
|
@ -5,7 +5,7 @@ name = "vm-allocator"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2.158"
|
||||
libc = "0.2.167"
|
||||
vm-memory = { workspace = true }
|
||||
|
||||
[target.'cfg(target_arch = "aarch64")'.dependencies]
|
||||
|
@ -47,7 +47,7 @@ hypervisor = { path = "../hypervisor" }
|
||||
igvm = { version = "0.3.3", optional = true }
|
||||
igvm_defs = { version = "0.3.1", optional = true }
|
||||
landlock = "0.4.0"
|
||||
libc = "0.2.158"
|
||||
libc = "0.2.167"
|
||||
linux-loader = { workspace = true, features = ["bzimage", "elf", "pe"] }
|
||||
log = "0.4.22"
|
||||
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" }
|
||||
|
Loading…
Reference in New Issue
Block a user