mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-21 21:25:19 +00:00
3d7661664d
Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.14 to 0.2.15. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.2.14...v0.2.15) --- updated-dependencies: - dependency-name: getrandom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
31 lines
701 B
TOML
31 lines
701 B
TOML
[package]
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2021"
|
|
name = "net_util"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
epoll = "4.3.3"
|
|
getrandom = "0.2.15"
|
|
libc = "0.2.167"
|
|
log = "0.4.22"
|
|
net_gen = { path = "../net_gen" }
|
|
rate_limiter = { path = "../rate_limiter" }
|
|
serde = { version = "1.0.208", features = ["derive"] }
|
|
thiserror = "1.0.62"
|
|
virtio-bindings = { workspace = true }
|
|
virtio-queue = { workspace = true }
|
|
vm-memory = { workspace = true, features = [
|
|
"backend-atomic",
|
|
"backend-bitmap",
|
|
"backend-mmap",
|
|
] }
|
|
vm-virtio = { path = "../vm-virtio" }
|
|
vmm-sys-util = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
once_cell = "1.20.2"
|
|
pnet = "0.35.0"
|
|
pnet_datalink = "0.35.0"
|
|
serde_json = "1.0.120"
|