1
0
mirror of https://github.com/containers/youki synced 2024-11-26 06:08:07 +01:00

Bump env_logger from 0.11.4 to 0.11.5 in the patch group

Bumps the patch group with 1 update: [env_logger](https://github.com/rust-cli/env_logger).


Updates `env_logger` from 0.11.4 to 0.11.5
- [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.4...v0.11.5)

---
updated-dependencies:
- dependency-name: env_logger
  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:
dependabot[bot] 2024-07-26 00:15:40 +00:00 committed by GitHub
parent 7b46e18d05
commit 837b0d9a86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
Cargo.lock generated

@ -1200,9 +1200,9 @@ dependencies = [
[[package]]
name = "env_logger"
version = "0.11.4"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06676b12debf7bba6903559720abca942d3a66b8acb88815fd2c7c6537e9ade1"
checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
dependencies = [
"anstream",
"anstyle",
@ -1933,7 +1933,7 @@ version = "0.3.3"
dependencies = [
"anyhow",
"clap",
"env_logger 0.11.4",
"env_logger 0.11.5",
"errno",
"fixedbitset 0.5.7",
"libbpf-sys",