From c825b2584b5a6cf9ac39a01bc19fed837db95473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 03:37:28 +0000 Subject: [PATCH] chore(cargo): bump smallvec from 1.13.2 to 1.14.0 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.13.2 to 1.14.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.13.2...v1.14.0) --- updated-dependencies: - dependency-name: smallvec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7bfec5fd..a326bd77d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5808,9 +5808,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.13.2" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" +checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" [[package]] name = "smawk" diff --git a/Cargo.toml b/Cargo.toml index e0dcdd395..d119b0dfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ serde = { workspace = true, features = ["derive"] } sha-1 = "0.10" sha2 = "0.10" shadowsocks = { version = "1.22.0", default-features = false, features = ["aead-cipher", "aead-cipher-2022"] } -smallvec = "1.13.2" +smallvec = "1.14.0" strum = "0.26" strum_macros = "0.26" tagger = "4.3.4"