Skip to content

Commit

Permalink
fix(deps): update rust crate tokio-util to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 741b5e2 commit dc071bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/whirl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ whirl_config = { path = "../whirl_config" }

# TCP
tokio = { version = "1.13.0", features = ["full"] }
tokio-util = { version = "0.6.9", features = ["codec"] }
tokio-util = { version = "0.7.0", features = ["codec"] }
tokio-stream = "0.1.8"

# Web-server
Expand Down
2 changes: 1 addition & 1 deletion crates/whirl_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde_derive = "1.0.136"

# TCP
tokio = { version = "1.13.0", features = ["full"] }
tokio-util = { version = "0.6.9", features = ["codec"] }
tokio-util = { version = "0.7.0", features = ["codec"] }
tokio-stream = "0.1.8"

# Config
Expand Down

0 comments on commit dc071bd

Please sign in to comment.