Skip to content

Commit

Permalink
chore(deps): bump once_cell from 1.17.0 to 1.17.1
Browse files Browse the repository at this point in the history
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.0 to 1.17.1.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.17.0...v1.17.1)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 15, 2023
1 parent 7398b40 commit 234a42e
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 @@ -34,7 +34,7 @@ liboci-cli = { version = "0.0.4", path = "../liboci-cli" }
log = { version = "0.4", features = ["std"] }
nix = "0.26.2"
oci-spec = { version = "^0.5.5", features = ["runtime"] }
once_cell = "1.17.0"
once_cell = "1.17.1"
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.26.2"
num_cpus = "1.15"
oci-spec = "0.6.0"
once_cell = "1.17.0"
once_cell = "1.17.1"
pnet_datalink = "0.33.0"
procfs = "0.14.2"
rand = "0.8.5"
Expand Down

0 comments on commit 234a42e

Please sign in to comment.