From 10a3026cfbd4ab333752d344645a4f07ecdc29f7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 15:42:36 -0500 Subject: [PATCH] build(deps): update tai64 requirement from 2 to 3 (#22) Updates the requirements on [tai64](https://github.com/iqlusioninc/crates) to permit the latest version. - [Release notes](https://github.com/iqlusioninc/crates/releases) - [Commits](https://github.com/iqlusioninc/crates/compare/canonical-path/v2.0.0...tai64/3.0.0) 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..5a9f7ec3c 100644 --- a/tendermint/Cargo.toml +++ b/tendermint/Cargo.toml @@ -46,7 +46,7 @@ signatory-dalek = { version = "0.12" } sha2 = { version = "0.8", default-features = false } subtle = "2" subtle-encoding = { version = "0.3", features = ["bech32-preview"] } -tai64 = { version = "2", features = ["chrono"] } +tai64 = { version = "3", features = ["chrono"] } toml = { version = "0.5" } uuid = { version = "0.7", default-features = false } x25519-dalek = { version = "0.5", default-features = false, features = ["u64_backend"] }