diff --git a/Cargo.lock b/Cargo.lock index 741201a1..bec401b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -355,9 +355,9 @@ checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f" [[package]] name = "log" -version = "0.4.20" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" +checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "memchr" diff --git a/bluez-async/Cargo.toml b/bluez-async/Cargo.toml index 875af036..976640f1 100644 --- a/bluez-async/Cargo.toml +++ b/bluez-async/Cargo.toml @@ -17,7 +17,7 @@ dbus = { version = "0.9.7", features = ["futures"] } dbus-tokio = "0.7.6" futures = "0.3.30" itertools = "0.12.1" -log = "0.4.20" +log = "0.4.21" serde = { version = "1.0.197", features = ["derive"] } serde-xml-rs = "0.6.0" thiserror = "1.0.57"