Bump log from 0.4.25 to 0.4.27 (#1370)

This commit is contained in:
dependabot[bot] 2025-04-07 19:53:16 +00:00 committed by GitHub
parent abc84d5f1e
commit d084a0daff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1098,9 +1098,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.25"
version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
[[package]]
name = "logos"

View file

@ -19,7 +19,7 @@ crossbeam-channel = "0.5.14"
dirs = "6.0.0"
expect-test = "1.5.1"
itertools = "0.13.0"
log = "0.4.25"
log = "0.4.27"
notify = "8.0.0"
notify-debouncer-full = "0.5.0"
once_cell = "1.21.3"