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:
parent
6fd750e168
commit
193e8c6c04
|
@ -4851,9 +4851,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tinyvec"
|
name = "tinyvec"
|
||||||
version = "1.5.1"
|
version = "1.6.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"tinyvec_macros",
|
"tinyvec_macros",
|
||||||
]
|
]
|
||||||
|
|
|
@ -20,7 +20,7 @@ tracing-futures = "0.2.5"
|
||||||
color-eyre = "0.6.1"
|
color-eyre = "0.6.1"
|
||||||
# This is a transitive dependency via color-eyre.
|
# This is a transitive dependency via color-eyre.
|
||||||
# Enable a feature that makes tinyvec compile much faster.
|
# 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"
|
ed25519-zebra = "3.0.0"
|
||||||
rand = { version = "0.8.5", package = "rand" }
|
rand = { version = "0.8.5", package = "rand" }
|
||||||
|
|
|
@ -92,7 +92,7 @@ criterion = { version = "0.3.5", features = ["html_reports"] }
|
||||||
color-eyre = "0.6.1"
|
color-eyre = "0.6.1"
|
||||||
# This is a transitive dependency via color-eyre.
|
# This is a transitive dependency via color-eyre.
|
||||||
# Enable a feature that makes tinyvec compile much faster.
|
# 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"
|
spandoc = "0.2.2"
|
||||||
tracing = "0.1.31"
|
tracing = "0.1.31"
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@ proptest-derive = { version = "0.3.0", optional = true }
|
||||||
color-eyre = "0.6.1"
|
color-eyre = "0.6.1"
|
||||||
# This is a transitive dependency via color-eyre.
|
# This is a transitive dependency via color-eyre.
|
||||||
# Enable a feature that makes tinyvec compile much faster.
|
# 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"
|
hex = "0.4.3"
|
||||||
proptest = "0.10.1"
|
proptest = "0.10.1"
|
||||||
|
|
|
@ -41,7 +41,7 @@ proptest-derive = { version = "0.3.0", optional = true }
|
||||||
color-eyre = "0.6.1"
|
color-eyre = "0.6.1"
|
||||||
# This is a transitive dependency via color-eyre.
|
# This is a transitive dependency via color-eyre.
|
||||||
# Enable a feature that makes tinyvec compile much faster.
|
# 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"
|
once_cell = "1.13.0"
|
||||||
spandoc = "0.2.2"
|
spandoc = "0.2.2"
|
||||||
|
|
|
@ -24,7 +24,7 @@ futures = "0.3.21"
|
||||||
color-eyre = "0.6.1"
|
color-eyre = "0.6.1"
|
||||||
# This is a transitive dependency via color-eyre.
|
# This is a transitive dependency via color-eyre.
|
||||||
# Enable a feature that makes tinyvec compile much faster.
|
# 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"
|
owo-colors = "3.4.0"
|
||||||
spandoc = "0.2.2"
|
spandoc = "0.2.2"
|
||||||
|
|
|
@ -11,7 +11,7 @@ publish = false
|
||||||
color-eyre = "0.6.1"
|
color-eyre = "0.6.1"
|
||||||
# This is a transitive dependency via color-eyre.
|
# This is a transitive dependency via color-eyre.
|
||||||
# Enable a feature that makes tinyvec compile much faster.
|
# 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"
|
structopt = "0.3.26"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
|
|
|
@ -94,7 +94,7 @@ pin-project = "1.0.10"
|
||||||
color-eyre = { version = "0.6.1", default_features = false, features = ["issue-url"] }
|
color-eyre = { version = "0.6.1", default_features = false, features = ["issue-url"] }
|
||||||
# This is a transitive dependency via color-eyre.
|
# This is a transitive dependency via color-eyre.
|
||||||
# Enable a feature that makes tinyvec compile much faster.
|
# 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"
|
thiserror = "1.0.31"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue