diff --git a/Cargo.lock b/Cargo.lock index 41ee74f..40d849c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -334,9 +334,9 @@ checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f" [[package]] name = "log" -version = "0.4.25" +version = "0.4.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" +checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" [[package]] name = "memchr" diff --git a/bluez-async/Cargo.toml b/bluez-async/Cargo.toml index 2574b12..7e3b9ec 100644 --- a/bluez-async/Cargo.toml +++ b/bluez-async/Cargo.toml @@ -19,7 +19,7 @@ dbus = { version = "0.9.7", features = ["futures"] } dbus-tokio = "0.7.6" futures = "0.3.31" itertools = "0.14.0" -log = "0.4.25" +log = "0.4.26" serde = { version = "1.0.218", features = ["derive"] } serde-xml-rs = "0.6.0" thiserror = "2.0.11"