Skip to content

Commit

Permalink
Merge pull request #345 from TheNeikos/dependabot/cargo/tokio-1.43.0
Browse files Browse the repository at this point in the history
Bump tokio from 1.42.0 to 1.43.0
  • Loading branch information
matthiasbeyer authored Feb 3, 2025
2 parents 380e3e7 + e80c390 commit 445180a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 = "2.0.11"
tokio = { version = "1.41.1", features = ["macros", "full"] }
tokio = { version = "1.43.0", features = ["macros", "full"] }
tokio-util = { version = "0.7.12", features = ["codec", "compat"] }
tracing = "0.1.41"
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.27", features = ["derive"] }
cloudmqtt = { version = "0.5.0", path = ".." }
futures = "0.3.31"
tokio = { version = "1.41.1", features = ["full"] }
tokio = { version = "1.43.0", features = ["full"] }
tracing = "0.1.41"
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.5", features = [

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

0 comments on commit 445180a

Please sign in to comment.