Skip to content

Commit

Permalink
Cargo: Update modules, tokio-utils and udp-stream
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin authored and patrickelectric committed Jul 12, 2024
1 parent b15ba6d commit f3a63b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "README.md"

[dependencies]
bytes = "1.3.0"
tokio-util = { version = "0.6.3", features = ["codec"] }
tokio-util = { version = "0.7.11", features = ["codec"] }
tracing = "0.1.40"
tokio = { version = "1.37.0", features = ["full"] }
tokio-serial = "5.4.4"
Expand All @@ -25,7 +25,7 @@ serde = { version = "1.0", features = ["derive"], optional = true }

[dev-dependencies]
tracing-test = "0.2.4"
udp-stream = "0.0.11"
udp-stream = "0.0.12"

[build-dependencies]
convert_case = "0.6.0"
Expand Down

0 comments on commit f3a63b4

Please sign in to comment.