From 293a6834841743771d86970e21addcef94b172e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 21:07:14 +0000 Subject: [PATCH] chore(cargo): bump smallvec from 1.14.0 to 1.15.0 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: smallvec dependency-version: 1.15.0 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 c1b536446..fe0641723 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5604,9 +5604,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" +checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" [[package]] name = "smawk" diff --git a/Cargo.toml b/Cargo.toml index 9442ae6e1..d74aef61f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,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.14.0" +smallvec = "1.15.0" strum = "0.27" strum_macros = "0.27" tagger = "4.3.4"