From c47cbe07e6895c9ac3268f594e96d70d10dddcc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:43:25 +0000 Subject: [PATCH] build(deps): bump futures from 0.3.30 to 0.3.31 Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.30 to 0.3.31. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.30...0.3.31) --- updated-dependencies: - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ applehat/Cargo.toml | 2 +- btsensor/Cargo.toml | 2 +- homie-controller/Cargo.toml | 2 +- homie-device/Cargo.toml | 2 +- homie-influx/Cargo.toml | 2 +- mijia-homie/Cargo.toml | 2 +- mijia/Cargo.toml | 2 +- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1acf7a6..3fb52df4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -731,9 +731,9 @@ dependencies = [ [[package]] name = "futures" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" +checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" dependencies = [ "futures-channel", "futures-core", @@ -762,9 +762,9 @@ checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" [[package]] name = "futures-executor" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" +checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" dependencies = [ "futures-core", "futures-task", @@ -773,15 +773,15 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" +checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" [[package]] name = "futures-macro" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" +checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", @@ -796,15 +796,15 @@ checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" [[package]] name = "futures-task" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" +checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" [[package]] name = "futures-util" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" +checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" dependencies = [ "futures-channel", "futures-core", diff --git a/applehat/Cargo.toml b/applehat/Cargo.toml index d6c52f63..e800a027 100644 --- a/applehat/Cargo.toml +++ b/applehat/Cargo.toml @@ -12,7 +12,7 @@ categories = ["network-programming"] [dependencies] color-backtrace = "0.6.1" eyre = "0.6.12" -futures = "0.3.30" +futures = "0.3.31" homie-controller = { version = "0.9.0", path = "../homie-controller" } homie-device = { version = "0.9.0", path = "../homie-device" } log = "0.4.22" diff --git a/btsensor/Cargo.toml b/btsensor/Cargo.toml index c219acef..b54b3520 100644 --- a/btsensor/Cargo.toml +++ b/btsensor/Cargo.toml @@ -17,7 +17,7 @@ uuid = "1.10.0" [dev-dependencies] bluez-async = "0.7.1" -futures = "0.3.30" +futures = "0.3.31" eyre = "0.6.12" pretty_env_logger = "0.5.0" tokio = { version = "1.40.0", features = ["macros", "rt", "rt-multi-thread"] } diff --git a/homie-controller/Cargo.toml b/homie-controller/Cargo.toml index 80cc433d..2eef55fe 100644 --- a/homie-controller/Cargo.toml +++ b/homie-controller/Cargo.toml @@ -19,7 +19,7 @@ thiserror = "1.0.64" [dev-dependencies] flume = "0.11.0" -futures = "0.3.30" +futures = "0.3.31" homie-device = { version = "0.9.0", path = "../homie-device" } pretty_env_logger = "0.5.0" rumqttd = "0.19.0" diff --git a/homie-device/Cargo.toml b/homie-device/Cargo.toml index 923c0bdd..f9e41cb8 100644 --- a/homie-device/Cargo.toml +++ b/homie-device/Cargo.toml @@ -14,7 +14,7 @@ categories = ["network-programming"] [dependencies] flume = "0.11.0" -futures = "0.3.30" +futures = "0.3.31" local_ipaddress = "0.1.3" log = "0.4.22" mac_address = "1.1.7" diff --git a/homie-influx/Cargo.toml b/homie-influx/Cargo.toml index 4cf42c7e..e7fe5047 100644 --- a/homie-influx/Cargo.toml +++ b/homie-influx/Cargo.toml @@ -12,7 +12,7 @@ categories = ["network-programming"] [dependencies] color-backtrace = "0.6.1" eyre = "0.6.12" -futures = "0.3.30" +futures = "0.3.31" homie-controller = { version = "0.9.0", path = "../homie-controller" } influx_db_client = { version = "0.5.1", default-features = false, features = [ "rustls-tls", diff --git a/mijia-homie/Cargo.toml b/mijia-homie/Cargo.toml index b6165c04..5e16fb49 100644 --- a/mijia-homie/Cargo.toml +++ b/mijia-homie/Cargo.toml @@ -30,7 +30,7 @@ backoff = { version = "0.4.0", features = ["tokio"] } btsensor = { version = "0.1.0", path = "../btsensor" } color-backtrace = "0.6.1" eyre = "0.6.12" -futures = "0.3.30" +futures = "0.3.31" futures-channel = "0.3.31" homie-device = { version = "0.9.0", path = "../homie-device" } influx_db_client = { version = "0.5.1", default-features = false, features = [ diff --git a/mijia/Cargo.toml b/mijia/Cargo.toml index dacc6135..db43eee1 100644 --- a/mijia/Cargo.toml +++ b/mijia/Cargo.toml @@ -15,7 +15,7 @@ categories = ["hardware-support"] [dependencies] bluez-async = "0.7.1" -futures = "0.3.30" +futures = "0.3.31" log = "0.4.22" thiserror = "1.0.64" tokio = "1.40.0"