Skip to content

Commit

Permalink
build(deps): bump tokio from 1.40.0 to 1.43.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.43.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.43.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent ede270b commit e0a9567
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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 integration/awskms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ rusoto_credential = "^0.48"
rusoto_kms = "^0.48"
tink-core = "^0.3"
# Match the version of tokio required by rusoto_* v0.46.0
tokio = "^1.16"
tokio = "^1.43"
2 changes: 1 addition & 1 deletion integration/gcpkms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ percent-encoding = "^2.3"
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0.120"
tink-core = "^0.3"
tokio = "^1.16"
tokio = "^1.43"
yup-oauth2 = "^5.1"
2 changes: 1 addition & 1 deletion testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tink-proto = "^0.3"
tink-signature = "^0.3"
tink-streaming-aead = "^0.3"
tink-tests = "^0.3"
tokio = { version = "^1.16", features = [
tokio = { version = "^1.43", features = [
"macros",
"rt-multi-thread",
"signal",
Expand Down

0 comments on commit e0a9567

Please sign in to comment.