Skip to content

Commit

Permalink
chore: update tokio-util to 0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kilpatty committed Nov 30, 2023
1 parent cd68c65 commit 7a31a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dhat-heap = []
tokio = { version = "1.28.0", features = ["full"] }
async-trait = "0.1.68"
futures = "0.3.28"
tokio-util = { version = "0.7.7", features = ["time"]}
tokio-util = { version = "0.7.10", features = ["time"]}
tokio-stream = { version = "0.1.14", features = ["net"]}

# API
Expand Down

0 comments on commit 7a31a7c

Please sign in to comment.