From 284d7cf2ee325139fe5f9c9d31606079a1bf2d2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 15:52:50 +0000 Subject: [PATCH] deps: bump smallvec from 1.14.0 to 1.15.1 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.14.0 to 1.15.1. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.14.0...v1.15.1) --- updated-dependencies: - dependency-name: smallvec dependency-version: 1.15.1 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 d62e784..121653b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1764,9 +1764,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.14.0" +version = "1.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" +checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "socket2" diff --git a/Cargo.toml b/Cargo.toml index 1581c7f..890f4ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ futures = "0.3.28" # Memory and performance optimization bytes = "1.4.0" -smallvec = { version = "1.10.0", features = ["const_generics", "union"] } +smallvec = { version = "1.15.1", features = ["const_generics", "union"] } rustc-hash = "1.1.0" indexmap = "2.0.0" dashmap = "5.4.0"