Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 4, 2023
1 parent 4785c35 commit f1bd6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ v2 = []
# Futures
# @todo after full implementation, see if we can peel back some features here to
# the minimal required.
tokio = { version = "1.23.0", features = ["full"] }
tokio = { version = "1.23.1", features = ["full"] }
async-trait = "0.1.60"
futures = "0.3.25"
tokio-util = { version = "0.7.4", features = ["time"]}
Expand Down

0 comments on commit f1bd6e1

Please sign in to comment.