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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-04 22:03:24 +00:00 committed by GitHub
parent 6fd750e168
commit 193e8c6c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 9 deletions

4
Cargo.lock generated
View File

@ -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",
]

View File

@ -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" }

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"