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_api | |
| 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_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 de658f5..b85a8ab 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.0" whirl_common = { path = "../whirl_common" } -tokio = { version = "1.6.0", features = ["full"] } +tokio = { version = "1.6.1", features = ["full"] } num-traits = "0.2.14" # Serialization |