Skip to content

Commit

Permalink
build(deps): bump tokio from 1.33.0 to 1.34.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.33.0 to 1.34.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.33.0...tokio-1.34.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 10, 2023
1 parent 7a3d084 commit 01cc965
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion applehat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rustls-native-certs = "0.6.3"
serde_derive = "1.0.152"
serde = { version = "1.0.192", features = ["derive"] }
stable-eyre = "0.2.2"
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }
toml = "0.8.8"

[package.metadata.deb]
Expand Down
2 changes: 1 addition & 1 deletion btsensor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ bluez-async = "0.7.1"
futures = "0.3.29"
eyre = "0.6.8"
pretty_env_logger = "0.5.0"
tokio = { version = "1.33.0", features = ["macros", "rt", "rt-multi-thread"] }
tokio = { version = "1.34.0", features = ["macros", "rt", "rt-multi-thread"] }
2 changes: 1 addition & 1 deletion homie-controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ homie-device = { version = "0.9.0", path = "../homie-device" }
pretty_env_logger = "0.5.0"
rumqttd = "0.13.0"
rumqttlog = "0.9.0"
tokio = { version = "1.33.0", features = [
tokio = { version = "1.34.0", features = [
"macros",
"rt",
"rt-multi-thread",
Expand Down
4 changes: 2 additions & 2 deletions homie-device/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ local_ipaddress = "0.1.3"
log = "0.4.20"
mac_address = "1.1.5"
rumqttc = "0.23.0"
tokio = "1.33.0"
tokio = "1.34.0"
thiserror = "1.0.50"

[dev-dependencies]
pretty_env_logger = "0.5.0"
rand = "0.8.5"
tokio = { version = "1.33.0", features = [
tokio = { version = "1.34.0", features = [
"macros",
"rt",
"rt-multi-thread",
Expand Down
2 changes: 1 addition & 1 deletion homie-influx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rustls-native-certs = "0.6.3"
serde_derive = "1.0.152"
serde = "1.0.192"
stable-eyre = "0.2.2"
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }
toml = "0.8.8"
url = { version = "2.4.1", features = ["serde"] }

Expand Down
2 changes: 1 addition & 1 deletion mijia-homie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rustls-native-certs = "0.6.3"
serde_derive = "1.0.152"
serde = "1.0.192"
stable-eyre = "0.2.2"
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }
toml = "0.8.8"
url = { version = "2.4.1", features = ["serde"] }

Expand Down
4 changes: 2 additions & 2 deletions mijia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bluez-async = "0.7.1"
futures = "0.3.29"
log = "0.4.20"
thiserror = "1.0.50"
tokio = "1.33.0"
tokio = "1.34.0"
tokio-stream = "0.1.14"
uuid = "1.5.0"

Expand All @@ -27,7 +27,7 @@ backoff = { version = "0.4.0", features = ["tokio"] }
chrono = "0.4.31"
eyre = "0.6.8"
pretty_env_logger = "0.5.0"
tokio = { version = "1.33.0", features = [
tokio = { version = "1.34.0", features = [
"macros",
"rt",
"rt-multi-thread",
Expand Down

0 comments on commit 01cc965

Please sign in to comment.