fix(deps): update rust crate log to v0.4.27
Some checks failed
Checking Renovate configuration / validate (pull_request) Successful in 1m31s
Build and test / Tests (pull_request) Successful in 1m36s
Checking yaml / Run yamllint (pull_request) Successful in 6s
Build and test / Build AMD64 (pull_request) Successful in 1m22s
Build and test / Generate Documentation (pull_request) Successful in 1m40s
Build and test / Clippy (pull_request) Failing after 1m24s

This commit is contained in:
Renovate 2025-08-01 14:13:39 +10:00
parent 97e9422a5a
commit 5eab6d00e5

4
Cargo.lock generated
View file

@ -1505,9 +1505,9 @@ dependencies = [
[[package]] [[package]]
name = "log" name = "log"
version = "0.4.22" version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
dependencies = [ dependencies = [
"value-bag", "value-bag",
] ]