Skip to content

Commit

Permalink
build(deps): update ring requirement from 0.14 to 0.16
Browse files Browse the repository at this point in the history
Updates the requirements on [ring](https://github.com/briansmith/ring) to permit the latest version.
- [Release notes](https://github.com/briansmith/ring/releases)
- [Commits](https://github.com/briansmith/ring/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Sep 9, 2019
1 parent 5844dc5 commit abbc636
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 @@ -38,7 +38,7 @@ hyper = { version = "0.10" }
prost-amino = { version = "0.4.0" }
prost-amino-derive = { version = "0.4.0" }
rand_os = { version = "0.1" }
ring = { version = "0.14" }
ring = { version = "0.16" }
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" }
signatory = { version = "0.12", features = ["ed25519", "ecdsa"] }
Expand Down

0 comments on commit abbc636

Please sign in to comment.