Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 15, 2021
1 parent d5b51a5 commit bc2a5a4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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
Expand Up @@ -18,4 +18,4 @@ rusoto_credential = "^0.46"
rusoto_kms = "^0.46"
tink-core = "^0.1"
# Match the version of tokio required by rusoto_* v0.46.0
tokio = "^1.2"
tokio = "^1.3"
2 changes: 1 addition & 1 deletion integration/gcpkms/Cargo.toml
Expand Up @@ -21,5 +21,5 @@ percent-encoding = "^2.1"
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0.64"
tink-core = "^0.1"
tokio = "^1.2"
tokio = "^1.3"
yup-oauth2 = "^5.1"
2 changes: 1 addition & 1 deletion testing/Cargo.toml
Expand Up @@ -27,7 +27,7 @@ tink-proto = "^0.1"
tink-signature = "^0.1"
tink-streaming-aead = "^0.1"
tink-tests = "^0.1"
tokio = { version = "^1.2", features = [
tokio = { version = "^1.3", features = [
"macros",
"rt-multi-thread",
"signal",
Expand Down

0 comments on commit bc2a5a4

Please sign in to comment.