diff options
| author | Fuwn <[email protected]> | 2022-01-23 01:11:03 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-23 01:11:03 +0000 |
| commit | 7b649bab036a241c3ce27c64e71aa130b98b2e35 (patch) | |
| tree | 391cad4f88e9192c9678b26dc3bf039c945860be | |
| parent | Merge pull request #32 from Fuwn/renovate/reqwest-0.x (diff) | |
| parent | fix(deps): update rust crate tokio to 1.15.0 (diff) | |
| download | nitrous-7b649bab036a241c3ce27c64e71aa130b98b2e35.tar.xz nitrous-7b649bab036a241c3ce27c64e71aa130b98b2e35.zip | |
Merge pull request #31 from Fuwn/renovate/tokio-1.x
| -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.8", features = ["socks"] } -tokio = { version = "1.13.0", features = ["full"] } +tokio = { version = "1.15.0", features = ["full"] } # Allocator [target.'cfg(target_family = "windows")'.dependencies] |