Skip to content

Commit

Permalink
chore: bump rusoto-kms/core
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed May 2, 2022
1 parent 25834c7 commit b0d33a7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions ethers-signers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ semver = { version = "1.0.7", optional = true }
trezor-client = { version = "0.0.5", optional = true, default-features = false, features = ["f_ethereum"] }

# aws
rusoto_core = { version = "0.47.0", optional = true }
rusoto_kms = { version = "0.47.0", optional = true }
rusoto_core = { version = "0.48.0", optional = true }
rusoto_kms = { version = "0.48.0", optional = true }
tracing = { version = "0.1.34", optional = true }
spki = { version = "0.5.4", optional = true }

Expand All @@ -58,4 +58,4 @@ celo = ["ethers-core/celo"]
ledger = ["coins-ledger", "futures", "semver"]
yubi = ["yubihsm"]
aws = ["rusoto_core", "rusoto_kms", "tracing", "spki"]
trezor = ["trezor-client", "futures", "semver", "home"]
trezor = ["trezor-client", "futures", "semver", "home"]

0 comments on commit b0d33a7

Please sign in to comment.