mirror of
https://github.com/containers/youki
synced 2024-11-22 17:02:00 +01:00
Bump the patch group with 2 updates
Bumps the patch group with 2 updates: [env_logger](https://github.com/rust-cli/env_logger) and [nc](https://github.com/xushaohua/nc). Updates `env_logger` from 0.11.3 to 0.11.4 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.11.3...v0.11.4) Updates `nc` from 0.8.22 to 0.8.23 - [Commits](https://github.com/xushaohua/nc/compare/v0.8.22...v0.8.23) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: nc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1615b1754f
commit
6838b8c767
10
Cargo.lock
generated
10
Cargo.lock
generated
@ -1200,9 +1200,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "env_logger"
|
||||
version = "0.11.3"
|
||||
version = "0.11.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9"
|
||||
checksum = "06676b12debf7bba6903559720abca942d3a66b8acb88815fd2c7c6537e9ade1"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
@ -1933,7 +1933,7 @@ version = "0.3.3"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
"env_logger 0.11.3",
|
||||
"env_logger 0.11.4",
|
||||
"errno",
|
||||
"fixedbitset 0.5.7",
|
||||
"libbpf-sys",
|
||||
@ -2241,9 +2241,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "nc"
|
||||
version = "0.8.22"
|
||||
version = "0.8.23"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e01605ec4e42a3d2165e3fb9c1afbb12449f88a04ceb6335e1b4b8bdd69c5058"
|
||||
checksum = "44b24115ea9683b6fd45d99c7e83002a739601faea67908edb02737497fabdd3"
|
||||
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.22"
|
||||
nc = "0.8.23"
|
||||
|
||||
[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.22"
|
||||
nc = "0.8.23"
|
||||
|
Loading…
Reference in New Issue
Block a user