Skip to content

Commit

Permalink
Merge pull request #2938 from containers/dependabot/cargo/once_cell-1…
Browse files Browse the repository at this point in the history
….20.1

Bump once_cell from 1.19.0 to 1.20.1
  • Loading branch information
YJDoc2 authored Sep 30, 2024
2 parents ab6c074 + c9b8118 commit 0d598ff
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 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.0", features = ["runtime"] }
once_cell = "1.19.0"
once_cell = "1.20.1"
procfs = "0.16.0"
prctl = "1.0.0"
libcgroups = { path = "../libcgroups", default-features = false, version = "0.4.1" } # MARK: Version
Expand Down
2 changes: 1 addition & 1 deletion 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.0", features = ["runtime"] }
once_cell = "1.19.0"
once_cell = "1.20.1"
pnet_datalink = "0.35.0"
procfs = "0.16.0"
rand = "0.8.5"
Expand Down

0 comments on commit 0d598ff

Please sign in to comment.