From 193e8c6c043d26c114fc70e3b6f11a737ad4afe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 22:03:24 +0000 Subject: [PATCH] build(deps): bump tinyvec from 1.5.1 to 1.6.0 (#4888) Bumps [tinyvec](https://github.com/Lokathor/tinyvec) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/Lokathor/tinyvec/releases) - [Changelog](https://github.com/Lokathor/tinyvec/blob/main/CHANGELOG.md) - [Commits](https://github.com/Lokathor/tinyvec/compare/v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: tinyvec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- tower-batch/Cargo.toml | 2 +- zebra-chain/Cargo.toml | 2 +- zebra-consensus/Cargo.toml | 2 +- zebra-state/Cargo.toml | 2 +- zebra-test/Cargo.toml | 2 +- zebra-utils/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 37386d4c..ee8f6ce5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4851,9 +4851,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.5.1" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2" +checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" dependencies = [ "tinyvec_macros", ] diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 57e48a12..45d3adc7 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -20,7 +20,7 @@ tracing-futures = "0.2.5" color-eyre = "0.6.1" # This is a transitive dependency via color-eyre. # Enable a feature that makes tinyvec compile much faster. -tinyvec = { version = "1.5.1", features = ["rustc_1_55"] } +tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } ed25519-zebra = "3.0.0" rand = { version = "0.8.5", package = "rand" } diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 1d8ee940..bac0fc62 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -92,7 +92,7 @@ criterion = { version = "0.3.5", features = ["html_reports"] } color-eyre = "0.6.1" # This is a transitive dependency via color-eyre. # Enable a feature that makes tinyvec compile much faster. -tinyvec = { version = "1.5.1", features = ["rustc_1_55"] } +tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } spandoc = "0.2.2" tracing = "0.1.31" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 82083c48..78ddffef 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -54,7 +54,7 @@ proptest-derive = { version = "0.3.0", optional = true } color-eyre = "0.6.1" # This is a transitive dependency via color-eyre. # Enable a feature that makes tinyvec compile much faster. -tinyvec = { version = "1.5.1", features = ["rustc_1_55"] } +tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } hex = "0.4.3" proptest = "0.10.1" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index c48ae4fd..d2b14206 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -41,7 +41,7 @@ proptest-derive = { version = "0.3.0", optional = true } color-eyre = "0.6.1" # This is a transitive dependency via color-eyre. # Enable a feature that makes tinyvec compile much faster. -tinyvec = { version = "1.5.1", features = ["rustc_1_55"] } +tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } once_cell = "1.13.0" spandoc = "0.2.2" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 37321d48..b0aa473d 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -24,7 +24,7 @@ futures = "0.3.21" color-eyre = "0.6.1" # This is a transitive dependency via color-eyre. # Enable a feature that makes tinyvec compile much faster. -tinyvec = { version = "1.5.1", features = ["rustc_1_55"] } +tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } owo-colors = "3.4.0" spandoc = "0.2.2" diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index 9e441257..44855868 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -11,7 +11,7 @@ publish = false color-eyre = "0.6.1" # This is a transitive dependency via color-eyre. # Enable a feature that makes tinyvec compile much faster. -tinyvec = { version = "1.5.1", features = ["rustc_1_55"] } +tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } structopt = "0.3.26" hex = "0.4.3" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 1d4de485..2ce17de6 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -94,7 +94,7 @@ pin-project = "1.0.10" color-eyre = { version = "0.6.1", default_features = false, features = ["issue-url"] } # This is a transitive dependency via color-eyre. # Enable a feature that makes tinyvec compile much faster. -tinyvec = { version = "1.5.1", features = ["rustc_1_55"] } +tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } thiserror = "1.0.31"