From e7c7d3a8d70ad326da7c2f92a19cc7d814baada1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:02:14 +0100 Subject: [PATCH] Bump thin-vec from 0.2.12 to 0.2.13 (#3499) Bumps [thin-vec](https://github.com/gankra/thin-vec) from 0.2.12 to 0.2.13. - [Changelog](https://github.com/Gankra/thin-vec/blob/main/RELEASES.md) - [Commits](https://github.com/gankra/thin-vec/compare/v0.2.12...v0.2.13) --- updated-dependencies: - dependency-name: thin-vec dependency-type: direct:production 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 667d26e92a..d828c3ead9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3668,9 +3668,9 @@ dependencies = [ [[package]] name = "thin-vec" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8" +checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" [[package]] name = "thiserror" diff --git a/Cargo.toml b/Cargo.toml index 43730a4ae9..d710f3a6d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ serde_json = "1.0.108" serde = "1.0.193" static_assertions = "1.1.0" textwrap = "0.16.0" -thin-vec = "0.2.12" +thin-vec = "0.2.13" # ICU4X