Skip to content

Commit

Permalink
Merge pull request #3067 from youki-dev/dependabot/cargo/patch-622fb6…
Browse files Browse the repository at this point in the history
…9f4c
  • Loading branch information
github-actions[bot] authored Feb 7, 2025
2 parents cb41e86 + eb6a5fe commit b0c73d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ nix = { version = "0.28.0", features = [
"hostname",
] }
oci-spec = { version = "0.7.1", features = ["runtime"] }
once_cell = "1.20.2"
once_cell = "1.20.3"
procfs = "0.17.0"
prctl = "1.0.0"
libcgroups = { path = "../libcgroups", default-features = false, version = "0.5.1" } # MARK: Version
Expand Down
4 changes: 2 additions & 2 deletions tests/contest/contest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ libcontainer = { path = "../../../crates/libcontainer" }
nix = "0.28.0"
num_cpus = "1.16"
oci-spec = { version = "0.7.1", features = ["runtime"] }
once_cell = "1.20.2"
once_cell = "1.20.3"
pnet_datalink = "0.35.0"
procfs = "0.17.0"
rand = "0.8.5"
Expand All @@ -20,7 +20,7 @@ serde_json = "1.0"
tar = "0.4"
test_framework = { path = "../test_framework" }
uuid = "1.12"
which = "7.0.1"
which = "7.0.2"
tempfile = "3"
scopeguard = "1.2.0"
tracing = { version = "0.1.41", features = ["attributes"]}
Expand Down

0 comments on commit b0c73d8

Please sign in to comment.