From 2e2775b2ab97299461692dc16af7ab18972847a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 01:07:43 +0000 Subject: [PATCH] build(deps): bump tokio from 1.39.3 to 1.40.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.3 to 1.40.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.3...tokio-1.40.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- applehat/Cargo.toml | 2 +- btsensor/Cargo.toml | 2 +- homie-controller/Cargo.toml | 2 +- homie-device/Cargo.toml | 4 ++-- homie-influx/Cargo.toml | 2 +- mijia-homie/Cargo.toml | 2 +- mijia/Cargo.toml | 4 ++-- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d04b4aa..65b776db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2557,9 +2557,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.3" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", diff --git a/applehat/Cargo.toml b/applehat/Cargo.toml index 67983728..5aeb971e 100644 --- a/applehat/Cargo.toml +++ b/applehat/Cargo.toml @@ -24,7 +24,7 @@ rustls-native-certs = "0.7.2" serde_derive = "1.0.152" serde = { version = "1.0.209", features = ["derive"] } stable-eyre = "0.2.2" -tokio = { version = "1.39.3", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] } toml = "0.8.19" [package.metadata.deb] diff --git a/btsensor/Cargo.toml b/btsensor/Cargo.toml index 1b6386c4..53b890b0 100644 --- a/btsensor/Cargo.toml +++ b/btsensor/Cargo.toml @@ -20,4 +20,4 @@ bluez-async = "0.7.1" futures = "0.3.30" eyre = "0.6.12" pretty_env_logger = "0.5.0" -tokio = { version = "1.39.3", features = ["macros", "rt", "rt-multi-thread"] } +tokio = { version = "1.40.0", features = ["macros", "rt", "rt-multi-thread"] } diff --git a/homie-controller/Cargo.toml b/homie-controller/Cargo.toml index db4f90ef..4faea0af 100644 --- a/homie-controller/Cargo.toml +++ b/homie-controller/Cargo.toml @@ -24,7 +24,7 @@ homie-device = { version = "0.9.0", path = "../homie-device" } pretty_env_logger = "0.5.0" rumqttd = "0.19.0" rumqttlog = "0.9.0" -tokio = { version = "1.39.3", features = [ +tokio = { version = "1.40.0", features = [ "macros", "rt", "rt-multi-thread", diff --git a/homie-device/Cargo.toml b/homie-device/Cargo.toml index 50e73718..b7646e10 100644 --- a/homie-device/Cargo.toml +++ b/homie-device/Cargo.toml @@ -19,13 +19,13 @@ local_ipaddress = "0.1.3" log = "0.4.22" mac_address = "1.1.7" rumqttc = "0.24.0" -tokio = "1.39.3" +tokio = "1.40.0" thiserror = "1.0.63" [dev-dependencies] pretty_env_logger = "0.5.0" rand = "0.8.5" -tokio = { version = "1.39.3", features = [ +tokio = { version = "1.40.0", features = [ "macros", "rt", "rt-multi-thread", diff --git a/homie-influx/Cargo.toml b/homie-influx/Cargo.toml index cb2eeaa7..28e5963a 100644 --- a/homie-influx/Cargo.toml +++ b/homie-influx/Cargo.toml @@ -25,7 +25,7 @@ rustls-native-certs = "0.7.2" serde_derive = "1.0.152" serde = "1.0.209" stable-eyre = "0.2.2" -tokio = { version = "1.39.3", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] } toml = "0.8.19" url = { version = "2.5.2", features = ["serde"] } diff --git a/mijia-homie/Cargo.toml b/mijia-homie/Cargo.toml index 827acc8f..75d380b5 100644 --- a/mijia-homie/Cargo.toml +++ b/mijia-homie/Cargo.toml @@ -46,7 +46,7 @@ rustls-native-certs = "0.7.2" serde_derive = "1.0.152" serde = "1.0.209" stable-eyre = "0.2.2" -tokio = { version = "1.39.3", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] } toml = "0.8.19" url = { version = "2.5.2", features = ["serde"] } diff --git a/mijia/Cargo.toml b/mijia/Cargo.toml index efcde740..68d77f80 100644 --- a/mijia/Cargo.toml +++ b/mijia/Cargo.toml @@ -18,7 +18,7 @@ bluez-async = "0.7.1" futures = "0.3.30" log = "0.4.22" thiserror = "1.0.63" -tokio = "1.39.3" +tokio = "1.40.0" tokio-stream = "0.1.15" uuid = "1.10.0" @@ -27,7 +27,7 @@ backoff = { version = "0.4.0", features = ["tokio"] } chrono = "0.4.38" eyre = "0.6.12" pretty_env_logger = "0.5.0" -tokio = { version = "1.39.3", features = [ +tokio = { version = "1.40.0", features = [ "macros", "rt", "rt-multi-thread",