1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-04 06:36:15 +02:00
youki/crates/integration_test/Cargo.toml
dependabot[bot] c8aa54bcd9
chore(deps): bump pnet from 0.28.0 to 0.29.0
Bumps [pnet](https://github.com/libpnet/libpnet) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/libpnet/libpnet/releases)
- [Commits](https://github.com/libpnet/libpnet/compare/v0.28.0...v0.29.0)

---
updated-dependencies:
- dependency-name: pnet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-14 00:26:52 +00:00

35 lines
844 B
INI

[package]
name = "integration_test"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
chrono = { version="0.4" }
flate2 = "1.0"
libcgroups = { path = "../libcgroups" }
libcontainer = { path = "../libcontainer" }
log = { version = "0.4", features = ["std"] }
nix = "0.23.1"
num_cpus = "1.13"
oci-spec = { git = "https://github.com/containers/oci-spec-rs", rev = "54c5e386f01ab37c9305cc4a83404eb157e42440" }
once_cell = "1.9.0"
pnet = "0.29.0"
procfs = "0.12.0"
rand = "0.8.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tar = "0.4"
test_framework = { path = "../test_framework" }
uuid = "0.8"
which = "4.2.2"
[dependencies.clap]
version = "=3.0.0-beta.5"
default-features = false
features = ["std", "suggestions", "derive"]
[dependencies.clap_derive]
version = "=3.0.0-beta.5"
default-features = true