From b59014be7ed0833edc4d77a30356db6d14c893e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 09:35:37 -0800 Subject: [PATCH] build(deps): bump tinyvec from 1.8.0 to 1.8.1 (#3489) Bumps [tinyvec](https://github.com/Lokathor/tinyvec) from 1.8.0 to 1.8.1. - [Changelog](https://github.com/Lokathor/tinyvec/blob/main/CHANGELOG.md) - [Commits](https://github.com/Lokathor/tinyvec/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: tinyvec dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74429d5cb..1c39ce015 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3794,9 +3794,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" +checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8" dependencies = [ "tinyvec_macros", ]