Skip to content

Commit

Permalink
Merge pull request #611 from OpenPoolProject/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate tokio to 1.34.0
  • Loading branch information
kilpatty authored Nov 30, 2023
2 parents c163630 + f7924a8 commit aa8df8e
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 @@ -23,7 +23,7 @@ dhat-heap = []
# Futures
# @todo after full implementation, see if we can peel back some features here to
# the minimal required.
tokio = { version = "1.28.0", features = ["full"] }
tokio = { version = "1.34.0", features = ["full"] }
async-trait = "0.1.74"
futures = "0.3.29"
tokio-util = { version = "0.7.10", features = ["time"]}
Expand Down

0 comments on commit aa8df8e

Please sign in to comment.