Skip to content

Commit

Permalink
chore: Bump tokio from 1.13.0 to 1.14.0 (#1003)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)

---
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 Dec 1, 2021
1 parent a5c60a1 commit c5c8e31
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ version = "0.14.15"
features = ["full"]

[dependencies.tokio]
version = "1.13.0"
version = "1.14.0"
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 @@ -33,4 +33,4 @@ serde_json = "1.0.72"
trust-dns-proto = "0.20.3"

[dev-dependencies]
tokio = { version = "1.13.0" }
tokio = { version = "1.14.0" }
2 changes: 1 addition & 1 deletion test_suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ publish = false
check-if-email-exists = { path = "../core" }
serde = "1.0.130"
serde_json = "1.0.72"
tokio = { version = "1.13.0", features = ["rt"] }
tokio = { version = "1.14.0", features = ["rt"] }

0 comments on commit c5c8e31

Please sign in to comment.