summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-10 11:09:35 +0000
committerSascha Grunert <sgrunert@redhat.com>2021-11-10 12:57:02 +0100
commit8a4ed5b84bd6ac10f59d6712addc70364d98f683 (patch)
tree89cfa87a654c3ca51abc52b8ead9841c97050e4b
parenta3e0421e30b4135ef3fb56108a45d968faf09a74 (diff)
Bump tinyvec from 1.5.0 to 1.5.1
Bumps [tinyvec](https://github.com/Lokathor/tinyvec) from 1.5.0 to 1.5.1. - [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.0...v1.5.1) --- updated-dependencies: - dependency-name: tinyvec dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c425951..dfec11e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -895,9 +895,9 @@ dependencies = [
[[package]]
name = "tinyvec"
-version = "1.5.0"
+version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f83b2a3d4d9091d0abd7eba4dc2710b1718583bd4d8992e2190720ea38f391f7"
+checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
dependencies = [
"tinyvec_macros",
]