mirror of
https://github.com/containers/youki
synced 2024-11-22 17:02:00 +01:00
Bump nc from 0.8.20 to 0.8.21 in the patch group (#2803)
Bumps the patch group with 1 update: [nc](https://github.com/xushaohua/nc). Updates `nc` from 0.8.20 to 0.8.21 - [Commits](https://github.com/xushaohua/nc/compare/v0.8.20...v0.8.21) --- updated-dependencies: - dependency-name: nc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b7144560f1
commit
0844ecaf78
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2241,9 +2241,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "nc"
|
||||
version = "0.8.20"
|
||||
version = "0.8.21"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "99095cc42e60c6866aeace537417e0e6ab7c1d3746f23f9952455859c5a74dee"
|
||||
checksum = "388827c54cacb7f6604751c05dc9adf9ec9c1b35a6f50948e3d11049502481f3"
|
||||
dependencies = [
|
||||
"cc",
|
||||
]
|
||||
|
@ -53,7 +53,7 @@ regex = { version = "1.10.4", default-features = false, features = ["std", "unic
|
||||
thiserror = "1.0.61"
|
||||
tracing = { version = "0.1.40", features = ["attributes"] }
|
||||
safe-path = "0.1.0"
|
||||
nc = "0.8.20"
|
||||
nc = "0.8.21"
|
||||
|
||||
[dev-dependencies]
|
||||
oci-spec = { version = "~0.6.4", features = ["proptests", "runtime"] }
|
||||
|
@ -8,5 +8,5 @@ oci-spec = { version = "0.6.4", features = ["runtime"] }
|
||||
nix = "0.28.0"
|
||||
anyhow = "1.0"
|
||||
libc = "0.2.155" # TODO (YJDoc2) upgrade to latest
|
||||
nc = "0.8.20"
|
||||
nc = "0.8.21"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user