Skip to content

Commit

Permalink
Merge pull request #2895 from containers/dependabot/cargo/patch-7d060…
Browse files Browse the repository at this point in the history
…c432e

Update nc 0.9.3, fastrand  2.1.1
  • Loading branch information
YJDoc2 authored Aug 26, 2024
2 parents e223e3c + 5759390 commit 5168432
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ chrono = { version = "0.4", default-features = false, features = [
"clock",
"serde",
] }
fastrand = "^2.1.0"
fastrand = "^2.1.1"
futures = { version = "0.3", features = ["thread-pool"] }
libc = "0.2.158"
nix = { version = "0.28.0", features = [
Expand All @@ -53,7 +53,7 @@ regex = { version = "1.10.6", default-features = false, features = ["std", "unic
thiserror = "1.0.63"
tracing = { version = "0.1.40", features = ["attributes"] }
safe-path = "0.1.0"
nc = "0.9.2"
nc = "0.9.3"

[dev-dependencies]
oci-spec = { version = "~0.6.8", features = ["proptests", "runtime"] }
Expand Down
2 changes: 1 addition & 1 deletion tests/contest/runtimetest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ oci-spec = { version = "0.6.8", features = ["runtime"] }
nix = "0.28.0"
anyhow = "1.0"
libc = "0.2.158" # TODO (YJDoc2) upgrade to latest
nc = "0.9.2"
nc = "0.9.3"

0 comments on commit 5168432

Please sign in to comment.