diff options
| author | Renovate Bot <[email protected]> | 2021-05-28 18:24:44 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-05-28 18:24:44 +0000 |
| commit | 4d79b7daaee95991e5df1f69452a7c6632c55181 (patch) | |
| tree | c8037fd8c613f2f6270612dc1e966f54c6519e1b /crates/whirl_server/Cargo.toml | |
| parent | fix(global): a lot of clippy warnings (diff) | |
| download | whirl-4d79b7daaee95991e5df1f69452a7c6632c55181.tar.xz whirl-4d79b7daaee95991e5df1f69452a7c6632c55181.zip | |
fix(deps): update rust crate tokio to 1.6.1
Diffstat (limited to 'crates/whirl_server/Cargo.toml')
| -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 eac3cd2..bef599a 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -30,7 +30,7 @@ serde = "1.0.126" serde_derive = "1.0.126" # TCP -tokio = { version = "1.6.0", features = ["full"] } +tokio = { version = "1.6.1", features = ["full"] } tokio-util = { version = "0.6.7", features = ["codec"] } tokio-stream = "0.1.6" |