From abbc636eb9fd672e751cc4da0fddd277a58b414e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 13:26:09 +0000 Subject: [PATCH] build(deps): update ring requirement from 0.14 to 0.16 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] --- tendermint/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tendermint/Cargo.toml b/tendermint/Cargo.toml index a7921321d..0a0c3c20f 100644 --- a/tendermint/Cargo.toml +++ b/tendermint/Cargo.toml @@ -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"] }