diff options
| author | Renovate Bot <[email protected]> | 2022-02-16 19:22:03 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-02-16 19:22:03 +0000 |
| commit | 0ee852499453730c64d95bcac5e2dc26e55a06e2 (patch) | |
| tree | 1cdf168e376bba5ff2c0ef82e368b1d886f88402 | |
| parent | Merge pull request #35 from Fuwn/renovate/tokio-1.x (diff) | |
| download | nitrous-0ee852499453730c64d95bcac5e2dc26e55a06e2.tar.xz nitrous-0ee852499453730c64d95bcac5e2dc26e55a06e2.zip | |
fix(deps): update rust crate tokio to 1.17.0
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ dotenv = "0.15.0" # Web reqwest = { version = "0.11.9", features = ["socks"] } -tokio = { version = "1.16.1", features = ["full"] } +tokio = { version = "1.17.0", features = ["full"] } # Allocator [target.'cfg(target_family = "windows")'.dependencies] |