Skip to content

Commit

Permalink
Merge pull request #631 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.35.1
  • Loading branch information
kilpatty authored Jan 8, 2024
2 parents ca20052 + 7b9c060 commit 784bb42
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.34.0", features = ["full"] }
tokio = { version = "1.35.1", 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 784bb42

Please sign in to comment.