Bump tokio from 1.11.0 to 1.12.0 (#343)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.11.0...tokio-1.12.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] 2021-09-22 14:28:59 +02:00 committed by GitHub
parent 61fa23099b
commit 6848b20546
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

4
Cargo.lock generated
View file

@ -2781,9 +2781,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.11.0"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4efe6fc2395938c8155973d7be49fe8d03a843726e285e100a8a383cc0154ce"
checksum = "c2c2416fdedca8443ae44b4527de1ea633af61d8f7169ffa6e72c5b53d24efcc"
dependencies = [
"autocfg",
"bytes",

View file

@ -9,7 +9,7 @@ path = "builder.rs"
[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.7.2" }
tokio = { version = "1.6.0", features = ["full"] }
tokio = { version = "1.12.0", features = ["full"] }
regex = "1.4.6"
http = "0.2.5"
reqwest = { version = "0.11.3", features = ["gzip"] }

View file

@ -9,4 +9,4 @@ path = "client_pool.rs"
[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.7.2" }
tokio = { version = "1.6.0", features = ["full"] }
tokio = { version = "1.12.0", features = ["full"] }

View file

@ -9,7 +9,7 @@ path = "collect_links.rs"
[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.7.2" }
tokio = { version = "1.6.0", features = ["full"] }
tokio = { version = "1.12.0", features = ["full"] }
regex = "1.4.6"
http = "0.2.5"
reqwest = { version = "0.11.3", features = ["gzip"] }

View file

@ -9,4 +9,4 @@ path = "simple.rs"
[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.7.2" }
tokio = { version = "1.6.0", features = ["full"] }
tokio = { version = "1.12.0", features = ["full"] }

View file

@ -36,7 +36,7 @@ ring = "0.16.20"
serde = { version = "1.0.125", features = ["derive"] }
serde_json = "1.0.68"
structopt = "0.3.21"
tokio = { version = "1.6.0", features = ["full"] }
tokio = { version = "1.12.0", features = ["full"] }
toml = "0.5.8"
[dev-dependencies]

View file

@ -37,7 +37,7 @@ reqwest = { version = "0.11.3", features = ["gzip"] }
ring = "0.16.20"
serde = { version = "1.0.125", features = ["derive"] }
shellexpand = "2.1.0"
tokio = { version = "1.6.0", features = ["full"] }
tokio = { version = "1.12.0", features = ["full"] }
typed-builder = "0.9.1"
url = { version = "2.2.2", features = ["serde"] }
log = "0.4.14"