diff options
| author | Renovate Bot <[email protected]> | 2022-01-28 09:55:11 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-01-28 09:55:11 +0000 |
| commit | 90cd84524ac67d60089dae4eaef23ccb3712071d (patch) | |
| tree | c97fa9a93ed7b820c8289d860ea01fabaaf4a632 | |
| parent | Merge pull request #33 from Fuwn/renovate/reqwest-0.x (diff) | |
| download | nitrous-90cd84524ac67d60089dae4eaef23ccb3712071d.tar.xz nitrous-90cd84524ac67d60089dae4eaef23ccb3712071d.zip | |
fix(deps): update rust crate tokio to 1.16.1
| -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.15.0", features = ["full"] } +tokio = { version = "1.16.1", features = ["full"] } # Allocator [target.'cfg(target_family = "windows")'.dependencies] |