fix(deps): update rust crate log to v0.4.25 #16

Merged
ngn merged 2 commits from renovate/log-0.x-lockfile into custom 2025-01-21 01:41:38 +03:00
Showing only changes of commit bf64021798 - Show all commits

6
Cargo.lock generated
View File

@ -590,7 +590,7 @@ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"rustc_version", "rustc_version",
"syn 2.0.66", "syn 2.0.96",
] ]
[[package]] [[package]]
@ -1253,9 +1253,9 @@ dependencies = [
[[package]] [[package]]
name = "log" name = "log"
version = "0.4.21" version = "0.4.25"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
[[package]] [[package]]
name = "memchr" name = "memchr"