Skip to content

Commit

Permalink
chore: Bump tokio from 1.21.0 to 1.21.2 (reacherhq#1186)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.0 to 1.21.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.21.0...tokio-1.21.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2022
1 parent 5bf3fee commit fafc741
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = "1.0"
serde_json = "1.0"

[dependencies.tokio]
version = "1.21.0"
version = "1.21.2"
features = ["macros", "net", "io-util", "rt-multi-thread"]

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde_json = "1.0.85"
trust-dns-proto = "0.21.2"

[dev-dependencies]
tokio = { version = "1.21.0" }
tokio = { version = "1.21.2" }

[features]
headless = ["fantoccini", "futures"]

0 comments on commit fafc741

Please sign in to comment.