Skip to content

Commit

Permalink
Merge pull request #522 from alsuren/dependabot/cargo/tokio-1.38.1
Browse files Browse the repository at this point in the history
build(deps): bump tokio from 1.38.0 to 1.38.1
  • Loading branch information
qwandor authored Jul 17, 2024
2 parents 3e56f85 + 2c38376 commit 28ac333
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 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.7.1"
serde_derive = "1.0.152"
serde = { version = "1.0.204", features = ["derive"] }
stable-eyre = "0.2.2"
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.38.1", features = ["macros", "rt-multi-thread"] }
toml = "0.8.14"

[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.30"
eyre = "0.6.12"
pretty_env_logger = "0.5.0"
tokio = { version = "1.38.0", features = ["macros", "rt", "rt-multi-thread"] }
tokio = { version = "1.38.1", 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.19.0"
rumqttlog = "0.9.0"
tokio = { version = "1.38.0", features = [
tokio = { version = "1.38.1", 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.22"
mac_address = "1.1.7"
rumqttc = "0.24.0"
tokio = "1.38.0"
tokio = "1.38.1"
thiserror = "1.0.62"

[dev-dependencies]
pretty_env_logger = "0.5.0"
rand = "0.8.5"
tokio = { version = "1.38.0", features = [
tokio = { version = "1.38.1", 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.7.1"
serde_derive = "1.0.152"
serde = "1.0.204"
stable-eyre = "0.2.2"
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.38.1", features = ["macros", "rt-multi-thread"] }
toml = "0.8.14"
url = { version = "2.5.2", 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.7.1"
serde_derive = "1.0.152"
serde = "1.0.204"
stable-eyre = "0.2.2"
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.38.1", features = ["macros", "rt-multi-thread"] }
toml = "0.8.14"
url = { version = "2.5.2", 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.30"
log = "0.4.22"
thiserror = "1.0.62"
tokio = "1.38.0"
tokio = "1.38.1"
tokio-stream = "0.1.15"
uuid = "1.10.0"

Expand All @@ -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.38.0", features = [
tokio = { version = "1.38.1", features = [
"macros",
"rt",
"rt-multi-thread",
Expand Down

0 comments on commit 28ac333

Please sign in to comment.