diff options
| author | Fuwn <[email protected]> | 2022-03-11 12:30:51 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-11 12:30:51 +0000 |
| commit | 6701c187138989c408ca21a82dc7617501c5fe94 (patch) | |
| tree | 38a885b6f76889a789842652757b980e01fbf122 | |
| parent | Merge pull request #30 from Fuwn/renovate/mimalloc-0.x (diff) | |
| parent | fix(deps): update rust crate tokio to 1.17.0 (diff) | |
| download | nitrous-6701c187138989c408ca21a82dc7617501c5fe94.tar.xz nitrous-6701c187138989c408ca21a82dc7617501c5fe94.zip | |
Merge pull request #37 from Fuwn/renovate/tokio-1.x
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] |