diff --git a/Cargo.lock b/Cargo.lock index 59370cf1..5a14368b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -583,9 +583,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.35.0" +version = "1.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" +checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" dependencies = [ "backtrace", "libc", diff --git a/bluez-async/Cargo.toml b/bluez-async/Cargo.toml index 45cca608..a99f578b 100644 --- a/bluez-async/Cargo.toml +++ b/bluez-async/Cargo.toml @@ -21,10 +21,10 @@ log = "0.4.20" serde = { version = "1.0.193", features = ["derive"] } serde-xml-rs = "0.6.0" thiserror = "1.0.51" -tokio = { version = "1.35.0", features = ["rt"] } +tokio = { version = "1.35.1", features = ["rt"] } uuid = "1.6.1" [dev-dependencies] eyre = "0.6.11" pretty_env_logger = "0.5.0" -tokio = { version = "1.35.0", features = ["macros", "rt", "rt-multi-thread", "time"] } +tokio = { version = "1.35.1", features = ["macros", "rt", "rt-multi-thread", "time"] }