From e478bc095806282dcb9229a72a59a750cec7a781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 13:52:58 +0000 Subject: [PATCH] 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 ++-- crates/core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b438268..7e88e82f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2394,9 +2394,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 = "smawk" diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index b3e3fe3e..0d13584d 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -64,7 +64,7 @@ futures = "0.3.31" serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0" } smallstr = { version = "0.3", features = ["union"] } -smallvec = { version = "1.14", features = ["union", "const_generics"] } +smallvec = { version = "1.15", features = ["union", "const_generics"] } thiserror = "2.0" log = "0.4" tokio-util = "0.7.3"