diff --git a/Cargo.lock b/Cargo.lock index 2b15567..5682695 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -572,9 +572,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.0" +version = "1.44.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a" +checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" dependencies = [ "backtrace", "libc", diff --git a/bluez-async/Cargo.toml b/bluez-async/Cargo.toml index 46c0a62..7c68bd1 100644 --- a/bluez-async/Cargo.toml +++ b/bluez-async/Cargo.toml @@ -23,13 +23,13 @@ log = "0.4.26" serde = { version = "1.0.219", features = ["derive"] } serde-xml-rs = "0.6.0" thiserror = "2.0.12" -tokio = { version = "1.44.0", features = ["rt"] } +tokio = { version = "1.44.1", features = ["rt"] } uuid = "1.15.1" [dev-dependencies] eyre = "0.6.12" pretty_env_logger = "0.5.0" -tokio = { version = "1.44.0", features = [ +tokio = { version = "1.44.1", features = [ "macros", "rt", "rt-multi-thread",