Skip to content

Commit

Permalink
Merge pull request #323 from TheNeikos/dependabot/cargo/tokio-1.41.0
Browse files Browse the repository at this point in the history
Bump tokio from 1.40.0 to 1.41.0
  • Loading branch information
matthiasbeyer authored Nov 1, 2024
2 parents 5e7fcd7 + 9ea8172 commit 2f51c8f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mqtt-format = { version = "0.5.0", path = "mqtt-format", features = [
paste = "1.0.14"
stable_deref_trait = "1.2.0"
thiserror = "1.0.64"
tokio = { version = "1.40.0", features = ["macros", "full"] }
tokio = { version = "1.41.0", features = ["macros", "full"] }
tokio-util = { version = "0.7.12", features = ["codec", "compat"] }
tracing = "0.1.40"
typed-builder = "0.20"
Expand Down
2 changes: 1 addition & 1 deletion cloudmqtt-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ edition = "2021"
clap = { version = "4.5.17", features = ["derive"] }
cloudmqtt = { version = "0.5.0", path = ".." }
futures = "0.3.30"
tokio = { version = "1.40.0", features = ["full"] }
tokio = { version = "1.41.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
2 changes: 1 addition & 1 deletion mqtt-format/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ yoke = { version = "0.7.4", features = [

[dev-dependencies]
pretty_assertions = "1.4.1"
tokio = { version = "1.40.0", features = ["test-util", "macros"] }
tokio = { version = "1.41.0", features = ["test-util", "macros"] }

0 comments on commit 2f51c8f

Please sign in to comment.