Skip to content

Commit

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

chore(deps): bump once_cell from 1.16.0 to 1.17.0
  • Loading branch information
Furisto authored Jan 1, 2023
2 parents bcd90bb + 0d07fe2 commit c40e911
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
17 changes: 13 additions & 4 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/youki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ liboci-cli = { version = "0.0.4", path = "../liboci-cli" }
log = { version = "0.4", features = ["std"] }
nix = "0.25.0"
oci-spec = { version = "0.5.8", features = ["runtime"] }
once_cell = "1.16.0"
once_cell = "1.17.0"
pentacle = "1.0.0"
procfs = "0.14.2"
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion tests/rust-integration-tests/integration_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ log = { version = "0.4", features = ["std"] }
nix = "0.25.0"
num_cpus = "1.15"
oci-spec = "0.5.8"
once_cell = "1.16.0"
once_cell = "1.17.0"
pnet_datalink = "0.31.0"
procfs = "0.14.2"
rand = "0.8.5"
Expand Down

0 comments on commit c40e911

Please sign in to comment.