Skip to content

Commit

Permalink
build(deps): update subtle-encoding requirement from 0.3 to 0.5 (#47)
Browse files Browse the repository at this point in the history
Updates the requirements on [subtle-encoding](https://github.com/iqlusioninc/crates) to permit the latest version.
- [Release notes](https://github.com/iqlusioninc/crates/releases)
- [Commits](iqlusioninc/crates@subtle-encoding/v0.3.0...subtle-encoding/v0.5.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and tarcieri committed Dec 11, 2019
1 parent 0bc3434 commit 8630b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tendermint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ signatory-dalek = "0.17"
signatory-secp256k1 = "0.17"
sha2 = { version = "0.8", default-features = false }
subtle = "2"
subtle-encoding = { version = "0.3", features = ["bech32-preview"] }
subtle-encoding = { version = "0.5", features = ["bech32-preview"] }
tai64 = { version = "3", features = ["chrono"] }
toml = { version = "0.5" }
uuid = { version = "0.7", default-features = false }
Expand Down

0 comments on commit 8630b32

Please sign in to comment.