diff options
| author | Renovate Bot <[email protected]> | 2021-08-12 20:33:18 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-08-12 20:33:18 +0000 |
| commit | 8a567683b0c8b1155816022e6f2a5d3ab5609f4b (patch) | |
| tree | 522b7941a1b5f502429cc9cab0ef5e8f3a0a7c48 /crates/whirl_server | |
| parent | Merge pull request #68 from Whirlsplash/renovate/axum-0.x (diff) | |
| download | whirl-8a567683b0c8b1155816022e6f2a5d3ab5609f4b.tar.xz whirl-8a567683b0c8b1155816022e6f2a5d3ab5609f4b.zip | |
fix(deps): update rust crate tokio to 1.10.0
Diffstat (limited to 'crates/whirl_server')
| -rw-r--r-- | crates/whirl_server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index 4449a25..196a3d9 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -30,7 +30,7 @@ serde = "1.0.127" serde_derive = "1.0.127" # TCP -tokio = { version = "1.9.0", features = ["full"] } +tokio = { version = "1.10.0", features = ["full"] } tokio-util = { version = "0.6.7", features = ["codec"] } tokio-stream = "0.1.7" |