Skip to content

Commit

Permalink
Bump tokio from 1.26.0 to 1.27.0 (#1021)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.26.0...tokio-1.27.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>
  • Loading branch information
dependabot[bot] committed Mar 29, 2023
1 parent 07bdcb8 commit a9603d6
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 15 deletions.
15 changes: 7 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/builder/Cargo.toml
Expand Up @@ -9,7 +9,7 @@ path = "builder.rs"

[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.11.1" }
tokio = { version = "1.26.0", features = ["full"] }
tokio = { version = "1.27.0", features = ["full"] }
regex = "1.7.3"
http = "0.2.9"
reqwest = { version = "0.11.16", features = ["gzip"] }
2 changes: 1 addition & 1 deletion examples/client_pool/Cargo.toml
Expand Up @@ -11,4 +11,4 @@ path = "client_pool.rs"
futures = "0.3.27"
tokio-stream = "0.1.12"
lychee-lib = { path = "../../lychee-lib", version = "0.11.1" }
tokio = { version = "1.26.0", features = ["full"] }
tokio = { version = "1.27.0", features = ["full"] }
2 changes: 1 addition & 1 deletion examples/collect_links/Cargo.toml
Expand Up @@ -9,7 +9,7 @@ path = "collect_links.rs"

[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.11.1" }
tokio = { version = "1.26.0", features = ["full"] }
tokio = { version = "1.27.0", features = ["full"] }
regex = "1.7.3"
http = "0.2.9"
tokio-stream = "0.1.12"
Expand Down
2 changes: 1 addition & 1 deletion examples/extract/Cargo.toml
Expand Up @@ -9,4 +9,4 @@ path = "extract.rs"

[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.11.1" }
tokio = { version = "1.26.0", features = ["full"] }
tokio = { version = "1.27.0", features = ["full"] }
2 changes: 1 addition & 1 deletion examples/simple/Cargo.toml
Expand Up @@ -9,4 +9,4 @@ path = "simple.rs"

[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.11.1" }
tokio = { version = "1.26.0", features = ["full"] }
tokio = { version = "1.27.0", features = ["full"] }
2 changes: 1 addition & 1 deletion lychee-bin/Cargo.toml
Expand Up @@ -37,7 +37,7 @@ serde = { version = "1.0.159", features = ["derive"] }
serde_json = "1.0.95"
tabled = "0.10.0"
toml = "0.7.3"
tokio = { version = "1.26.0", features = ["full"] }
tokio = { version = "1.27.0", features = ["full"] }
futures = "0.3.27"
tokio-stream = "0.1.12"
once_cell = "1.17.1"
Expand Down
2 changes: 1 addition & 1 deletion lychee-lib/Cargo.toml
Expand Up @@ -36,7 +36,7 @@ ring = "0.16.20"
serde = { version = "1.0.159", features = ["derive"] }
shellexpand = "3.1.0"
typed-builder = "0.14.0"
tokio = { version = "1.26.0", features = ["full"] }
tokio = { version = "1.27.0", features = ["full"] }
url = { version = "2.3.1", features = ["serde"] }
log = "0.4.17"
path-clean = "1.0.1"
Expand Down

0 comments on commit a9603d6

Please sign in to comment.