diff options
| author | Renovate Bot <[email protected]> | 2021-06-15 01:30:49 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-06-15 01:30:49 +0000 |
| commit | 5c2e1ef1892cfde968a523397f300d6a65e6dbd9 (patch) | |
| tree | 5c05182dea90ced3204a8124d6c5fe19a2cc575f /crates/whirl_api | |
| parent | style(global): fix license spec (diff) | |
| download | whirl-5c2e1ef1892cfde968a523397f300d6a65e6dbd9.tar.xz whirl-5c2e1ef1892cfde968a523397f300d6a65e6dbd9.zip | |
fix(deps): update rust crate tokio to 1.6.2
Diffstat (limited to 'crates/whirl_api')
| -rw-r--r-- | crates/whirl_api/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 67feb77..55aaadf 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -21,7 +21,7 @@ actix-cors = "0.5.4" # Utility sysinfo = "0.18.2" whirl_common = { path = "../whirl_common" } -tokio = { version = "1.6.1", features = ["full"] } +tokio = { version = "1.6.2", features = ["full"] } num-traits = "0.2.14" # Serialization |