mirror of
https://github.com/containers/youki
synced 2024-11-26 06:08:07 +01:00
Merge pull request #2861 from containers/dependabot/cargo/patch-255e1a91be
This commit is contained in:
commit
cb394e9fc2
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -383,9 +383,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cc"
|
||||
version = "1.0.91"
|
||||
version = "1.1.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1fd97381a8cc6493395a5afc4c691c1084b3768db713b73aa215217aa245d153"
|
||||
checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f"
|
||||
dependencies = [
|
||||
"jobserver",
|
||||
"libc",
|
||||
@ -1867,9 +1867,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "jobserver"
|
||||
version = "0.1.28"
|
||||
version = "0.1.31"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"
|
||||
checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
|
||||
dependencies = [
|
||||
"libc",
|
||||
]
|
||||
@ -2241,9 +2241,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "nc"
|
||||
version = "0.8.21"
|
||||
version = "0.8.22"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "388827c54cacb7f6604751c05dc9adf9ec9c1b35a6f50948e3d11049502481f3"
|
||||
checksum = "e01605ec4e42a3d2165e3fb9c1afbb12449f88a04ceb6335e1b4b8bdd69c5058"
|
||||
dependencies = [
|
||||
"cc",
|
||||
]
|
||||
|
@ -53,7 +53,7 @@ regex = { version = "1.10.5", default-features = false, features = ["std", "unic
|
||||
thiserror = "1.0.63"
|
||||
tracing = { version = "0.1.40", features = ["attributes"] }
|
||||
safe-path = "0.1.0"
|
||||
nc = "0.8.21"
|
||||
nc = "0.8.22"
|
||||
|
||||
[dev-dependencies]
|
||||
oci-spec = { version = "~0.6.8", features = ["proptests", "runtime"] }
|
||||
|
@ -8,4 +8,4 @@ oci-spec = { version = "0.6.8", features = ["runtime"] }
|
||||
nix = "0.28.0"
|
||||
anyhow = "1.0"
|
||||
libc = "0.2.155" # TODO (YJDoc2) upgrade to latest
|
||||
nc = "0.8.21"
|
||||
nc = "0.8.22"
|
||||
|
Loading…
Reference in New Issue
Block a user