Bump tokio from 1.31.0 to 1.32.0 (#1227)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.31.0 to 1.32.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.31.0...tokio-1.32.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-17 16:25:45 +02:00 committed by GitHub
parent 4dbbb5e674
commit 5c95086f44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 9 deletions

4
Cargo.lock generated
View file

@ -3732,9 +3732,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.31.0"
version = "1.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40de3a2ba249dcb097e01be5e67a5ff53cf250397715a071a81543e8a832a920"
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
dependencies = [
"backtrace",
"bytes",

View file

@ -9,7 +9,7 @@ path = "builder.rs"
[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.13.0", default-features = false }
tokio = { version = "1.31.0", features = ["full"] }
tokio = { version = "1.32.0", features = ["full"] }
regex = "1.9.3"
http = "0.2.9"
reqwest = { version = "0.11.18", default-features = false, features = ["gzip"] }

View file

@ -11,7 +11,7 @@ path = "client_pool.rs"
futures = "0.3.28"
tokio-stream = "0.1.14"
lychee-lib = { path = "../../lychee-lib", version = "0.13.0", default-features = false }
tokio = { version = "1.31.0", features = ["full"] }
tokio = { version = "1.32.0", features = ["full"] }
[features]
email-check = ["lychee-lib/email-check"]

View file

@ -9,7 +9,7 @@ path = "collect_links.rs"
[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.13.0", default-features = false }
tokio = { version = "1.31.0", features = ["full"] }
tokio = { version = "1.32.0", features = ["full"] }
regex = "1.9.3"
http = "0.2.9"
tokio-stream = "0.1.14"

View file

@ -9,7 +9,7 @@ path = "extract.rs"
[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.13.0", default-features = false }
tokio = { version = "1.31.0", features = ["full"] }
tokio = { version = "1.32.0", features = ["full"] }
[features]
email-check = ["lychee-lib/email-check"]

View file

@ -9,7 +9,7 @@ path = "simple.rs"
[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.13.0", default-features = false }
tokio = { version = "1.31.0", features = ["full"] }
tokio = { version = "1.32.0", features = ["full"] }
[features]
email-check = ["lychee-lib/email-check"]

View file

@ -51,7 +51,7 @@ serde_json = "1.0.105"
strum = { version = "0.25.0", features = ["derive"] }
supports-color = "2.0.0"
tabled = "0.14.0"
tokio = { version = "1.31.0", features = ["full"] }
tokio = { version = "1.32.0", features = ["full"] }
tokio-stream = "0.1.14"
toml = "0.7.6"

View file

@ -53,7 +53,7 @@ serde = { version = "1.0.183", features = ["derive"] }
serde_with = "3.2.0"
shellexpand = "3.1.0"
thiserror = "1.0.47"
tokio = { version = "1.31.0", features = ["full"] }
tokio = { version = "1.32.0", features = ["full"] }
typed-builder = "0.15.2"
url = { version = "2.4.0", features = ["serde"] }