1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-04-27 12:25:03 +02:00
youki/tests/rust-integration-tests/integration_test/Cargo.toml
dependabot[bot] 5e935273ac
chore(deps): bump uuid from 1.2.2 to 1.3.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.2.2...1.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-02 00:21:17 +00:00

35 lines
813 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 = "../../../crates/libcgroups" }
libcontainer = { path = "../../../crates/libcontainer" }
log = { version = "0.4", features = ["std"] }
nix = "0.25.0"
num_cpus = "1.15"
oci-spec = "0.6.0"
once_cell = "1.17.0"
pnet_datalink = "0.31.0"
procfs = "0.14.2"
rand = "0.8.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tar = "0.4"
test_framework = { path = "../test_framework" }
uuid = "1.3"
which = "4.4.0"
[dependencies.clap]
version = "4.0.32"
default-features = false
features = ["std", "suggestions", "derive", "cargo", "help", "usage", "error-context"]
[dependencies.clap_derive]
version = "4.0.21"
default-features = true