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 13, 2021
1 parent bb7efb4 commit 0a279a8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.

4 changes: 2 additions & 2 deletions integration/awskms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ keywords = ["cryptography", "tink", "kms", "aws"]
categories = ["cryptography"]

[dependencies]
csv = "^1.1.5"
csv = "^1.1.6"
hex = "^0.4.3"
regex = "^1.4.3"
rusoto_core = "^0.46"
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
Original file line number Diff line number Diff line change
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.0"
2 changes: 1 addition & 1 deletion testing/Cargo.toml
Original file line number Diff line number Diff line change
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 0a279a8

Please sign in to comment.