Skip to content

Commit

Permalink
Cargo.toml: remove unused dependnecies (#2921)
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <duibao55328@gmail.com>
  • Loading branch information
Mossaka authored Sep 23, 2024
1 parent 2170963 commit da51197
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
8 changes: 0 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions crates/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@ v1 = ["libcgroups/v1"]
cgroupsv2_devices = ["libcgroups/cgroupsv2_devices"]

[dependencies]
bitflags = "2.6.0"
caps = "0.5.5"
chrono = { version = "0.4", default-features = false, features = [
"clock",
"serde",
] }
fastrand = "^2.1.1"
futures = { version = "0.3", features = ["thread-pool"] }
libc = "0.2.158"
nix = { version = "0.28.0", features = [
"socket",
Expand All @@ -48,7 +46,6 @@ libseccomp = { version = "0.3.0", optional = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rust-criu = "0.4.0"
protobuf = "= 3.2.0" # https://github.com/checkpoint-restore/rust-criu/issues/19
regex = { version = "1.10.6", default-features = false, features = ["std", "unicode-perl"] }
thiserror = "1.0.64"
tracing = { version = "0.1.40", features = ["attributes"] }
Expand Down
2 changes: 0 additions & 2 deletions crates/youki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ libcgroups = { path = "../libcgroups", default-features = false, version = "0.4.
libcontainer = { path = "../libcontainer", default-features = false, version = "0.4.1" } # MARK: Version
liboci-cli = { path = "../liboci-cli", version = "0.4.1" } # MARK: Version
nix = "0.28.0"
once_cell = "1.19.0"
pentacle = "1.0.0"
procfs = "0.16.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tabwriter = "1"
clap_complete = "4.1.3"
Expand Down
4 changes: 0 additions & 4 deletions tests/contest/contest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ edition = "2021"

[dependencies]
anyhow = "1.0"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
flate2 = "1.0"
libcgroups = { path = "../../../crates/libcgroups" }
libcontainer = { path = "../../../crates/libcontainer" }
Expand All @@ -32,6 +31,3 @@ version = "4.1.6"
default-features = false
features = ["std", "suggestions", "derive", "cargo", "help", "usage", "error-context"]

[dependencies.clap_derive]
version = "4.0.21"
default-features = true

0 comments on commit da51197

Please sign in to comment.