Skip to content

Commit

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

chore(deps): bump once_cell from 1.12.1 to 1.13.0
  • Loading branch information
utam0k authored Jul 6, 2022
2 parents 1df051a + 9ba7614 commit c02a4e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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/youki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ liboci-cli = { version = "0.0.3", path = "../liboci-cli" }
log = { version = "0.4", features = ["std"]}
nix = "0.24.1"
oci-spec = { git = "https://github.com/containers/oci-spec-rs", rev = "6df620e" , features = ["runtime"] }
once_cell = "1.12.1"
once_cell = "1.13.0"
pentacle = "1.0.0"
procfs = "0.12.0"
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.24.1"
num_cpus = "1.13"
oci-spec = { git = "https://github.com/containers/oci-spec-rs", rev = "6df620e" }
once_cell = "1.12.1"
once_cell = "1.13.0"
pnet_datalink = "0.31.0"
procfs = "0.12.0"
rand = "0.8.5"
Expand Down

0 comments on commit c02a4e6

Please sign in to comment.