diff options
| author | Fuwn <[email protected]> | 2022-02-10 05:27:46 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-02-10 05:27:46 +0000 |
| commit | a0c5269f51cba5ebb48bc308e608f8ed897bb0ca (patch) | |
| tree | c97fa9a93ed7b820c8289d860ea01fabaaf4a632 | |
| parent | Merge pull request #33 from Fuwn/renovate/reqwest-0.x (diff) | |
| parent | fix(deps): update rust crate tokio to 1.16.1 (diff) | |
| download | nitrous-a0c5269f51cba5ebb48bc308e608f8ed897bb0ca.tar.xz nitrous-a0c5269f51cba5ebb48bc308e608f8ed897bb0ca.zip | |
Merge pull request #35 from Fuwn/renovate/tokio-1.x
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] |