From 6f802f624a04a0155765b6dad2a8956a64b46483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 09:54:53 +0000 Subject: [PATCH] rust: bump tendermint from 0.18.1 to 0.19.0 Bumps [tendermint-proto]( https://github.com/informalsystems/tendermint-rs) from 0.18.1 to 0.19.0. - [Release notes](https://github.com/informalsystems/tendermint-rs/releases) - [Changelog]( https://github.com/informalsystems/tendermint-rs/blob/master/CHANGELOG.md) - [Commits]( https://github.com/informalsystems/tendermint-rs/compare/v0.18.1...v0.19.0) Signed-off-by: dependabot[bot] --- .changelog/3866.internal.md | 1 + Cargo.lock | 88 +++++++++++++++++++++++++++++++++++-- runtime/Cargo.toml | 4 +- 3 files changed, 87 insertions(+), 6 deletions(-) create mode 100644 .changelog/3866.internal.md diff --git a/.changelog/3866.internal.md b/.changelog/3866.internal.md new file mode 100644 index 00000000000..72c61bb867e --- /dev/null +++ b/.changelog/3866.internal.md @@ -0,0 +1 @@ +rust: bump tendermint from 0.18.1 to 0.19.0 diff --git a/Cargo.lock b/Cargo.lock index 07b6a72c16c..86698e5f72d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -696,6 +696,16 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" +[[package]] +name = "form_urlencoded" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" +dependencies = [ + "matches", + "percent-encoding", +] + [[package]] name = "fortanix-sgx-abi" version = "0.3.3" @@ -718,6 +728,12 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" +[[package]] +name = "funty" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" + [[package]] name = "futures" version = "0.1.29" @@ -949,6 +965,17 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "idna" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" +dependencies = [ + "matches", + "unicode-bidi", + "unicode-normalization", +] + [[package]] name = "impl-trait-for-tuples" version = "0.2.1" @@ -1073,6 +1100,12 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" +[[package]] +name = "matches" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" + [[package]] name = "maybe-uninit" version = "2.0.0" @@ -2291,9 +2324,9 @@ dependencies = [ [[package]] name = "tendermint" -version = "0.18.1" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1d8c80447d80ba50fe72c5fb424bdd139c58e71a445ab64a906b8fcd2c27799" +checksum = "831486f28e65c6f6c6f8afb067796f3c470db91a44d177224f8e6287601391b6" dependencies = [ "anomaly", "async-trait", @@ -2301,6 +2334,7 @@ dependencies = [ "chrono", "ed25519", "ed25519-dalek", + "funty", "futures 0.3.7", "num-traits", "once_cell", @@ -2317,14 +2351,15 @@ dependencies = [ "tendermint-proto", "thiserror", "toml", + "url", "zeroize 1.2.0", ] [[package]] name = "tendermint-proto" -version = "0.18.1" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32afe47d9e66ac1ed94adaf389fd3ad42a06782508d0e7b2a8053738d45c2f2a" +checksum = "32bbc1bc55f09de4d00b5d69aa6b60392ba37c5e4761d869f76065d352bd3360" dependencies = [ "anomaly", "bytes 1.0.1", @@ -2420,6 +2455,21 @@ dependencies = [ "crunchy", ] +[[package]] +name = "tinyvec" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342" +dependencies = [ + "tinyvec_macros", +] + +[[package]] +name = "tinyvec_macros" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" + [[package]] name = "tokio" version = "0.1.22" @@ -2671,6 +2721,24 @@ version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" +[[package]] +name = "unicode-bidi" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0" +dependencies = [ + "matches", +] + +[[package]] +name = "unicode-normalization" +version = "0.1.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef" +dependencies = [ + "tinyvec", +] + [[package]] name = "unicode-width" version = "0.1.8" @@ -2714,6 +2782,18 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" +[[package]] +name = "url" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b" +dependencies = [ + "form_urlencoded", + "idna", + "matches", + "percent-encoding", +] + [[package]] name = "vcpkg" version = "0.2.10" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index a8a92155f97..eb62328bebd 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -34,8 +34,8 @@ rand = "0.7.3" futures = "0.1.25" tokio-current-thread = "0.1.5" tokio-executor = "0.1.6" -tendermint = "0.18.1" -tendermint-proto = "0.18.1" +tendermint = "0.19.0" +tendermint-proto = "0.19.0" io-context = "0.2.0" x25519-dalek = "1.1.0" ed25519-dalek = "1.0.1"