Skip to content

Commit

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

chore(deps): bump once_cell from 1.18.0 to 1.19.0
  • Loading branch information
YJDoc2 committed Dec 12, 2023
2 parents f1c297e + 2acb6d3 commit 5115fa9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 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 @@ -40,7 +40,7 @@ nix = { version = "0.27.1", features = [
"hostname",
] }
oci-spec = { version = "~0.6.4", features = ["runtime"] }
once_cell = "1.18.0"
once_cell = "1.19.0"
procfs = "0.16.0"
prctl = "1.0.0"
libcgroups = { path = "../libcgroups", default-features = false, version = "0.3.0" } # MARK: Version
Expand Down
2 changes: 1 addition & 1 deletion crates/youki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ libcgroups = { path = "../libcgroups", default-features = false, version = "0.3.
libcontainer = { path = "../libcontainer", default-features = false, version = "0.3.0" } # MARK: Version
liboci-cli = { path = "../liboci-cli", version = "0.3.0" } # MARK: Version
nix = "0.27.1"
once_cell = "1.18.0"
once_cell = "1.19.0"
pentacle = "1.0.0"
procfs = "0.16.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion tests/integration_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ libcontainer = { path = "../../crates/libcontainer" }
nix = "0.27.1"
num_cpus = "1.16"
oci-spec = { version = "0.6.4", features = ["runtime"] }
once_cell = "1.18.0"
once_cell = "1.19.0"
pnet_datalink = "0.34.0"
procfs = "0.16.0"
rand = "0.8.5"
Expand Down

0 comments on commit 5115fa9

Please sign in to comment.