summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-09-27 11:08:57 +0000
committerSascha Grunert <sgrunert@redhat.com>2021-10-04 09:49:30 +0200
commit9cdc88807888c80967709051df068219e3dc1a08 (patch)
tree51f65e6fc032da2f3f6ac6785c504d7e184a84bf
parent59d168b540e4a18afcf5f3ee4db8da06acd19b94 (diff)
Bump tinyvec from 1.3.1 to 1.5.0
Bumps [tinyvec](https://github.com/Lokathor/tinyvec) from 1.3.1 to 1.5.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.3.1...v1.5.0) --- updated-dependencies: - dependency-name: tinyvec dependency-type: indirect update-type: version-update:semver-minor ... 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 5e978de..2f86316 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -895,9 +895,9 @@ dependencies = [
[[package]]
name = "tinyvec"
-version = "1.3.1"
+version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338"
+checksum = "f83b2a3d4d9091d0abd7eba4dc2710b1718583bd4d8992e2190720ea38f391f7"
dependencies = [
"tinyvec_macros",
]