Bump log from 0.4.26 to 0.4.27 in the cargo group across 1 directory

Bumps the cargo group with 1 update in the / directory: [log](https://github.com/rust-lang/log).


Updates `log` from 0.4.26 to 0.4.27
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.26...0.4.27)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-24 13:09:51 +00:00 committed by GitHub
parent ccd94ef58b
commit fbc6b6ab50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1900,9 +1900,9 @@ checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e"
[[package]]
name = "log"
version = "0.4.26"
version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
[[package]]
name = "malloc_buf"

View File

@ -5,6 +5,6 @@ edition = "2021"
[dependencies]
anyhow = "1.0.97"
log = "0.4.26"
log = "0.4.27"
regex = "1.11.1"
semver = "1.0.26"

View File

@ -10,7 +10,7 @@ anyhow = "1.0.97"
cargo_metadata = "0.19.2"
cmd_lib = "1.9.5"
env_logger = "0.11.6"
log = "0.4.26"
log = "0.4.27"
secstr = "0.5.0"
semver = "1.0.26"
serde_json = "1.0.140"