diff options
| author | Renovate Bot <[email protected]> | 2021-07-19 18:25:34 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-07-19 18:25:34 +0000 |
| commit | 0633a6db592720c04399b8b3214da2c7510f9b1b (patch) | |
| tree | 99e72fbfa144fbc81c03c5d65e81cafd9bb367a0 /crates/whirl_server | |
| parent | style(nix): nixfmt (diff) | |
| download | whirl-0633a6db592720c04399b8b3214da2c7510f9b1b.tar.xz whirl-0633a6db592720c04399b8b3214da2c7510f9b1b.zip | |
fix(deps): update rust crate tokio to 1.8.2
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 4e1f421..c80f96e 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.8.1", features = ["full"] } +tokio = { version = "1.8.2", features = ["full"] } tokio-util = { version = "0.6.7", features = ["codec"] } tokio-stream = "0.1.7" |