From 5970bb3000d4b67a91e6b59aae73506a1d3e7050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:40:05 +0000 Subject: [PATCH] Bump smallvec from 1.11.1 to 1.11.2 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.11.1 to 1.11.2. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.11.1...v1.11.2) --- updated-dependencies: - dependency-name: smallvec dependency-type: direct:production update-type: version-update:semver-patch ... 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 2ba82639c..a67d8789d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -515,9 +515,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.11.1" +version = "1.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" +checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" [[package]] name = "speedate" diff --git a/Cargo.toml b/Cargo.toml index 20f4b79b8..f9017edb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ serde_json = {version = "1.0.108", features = ["arbitrary_precision", "preserve_ enum_dispatch = "0.3.8" serde = { version = "1.0.190", features = ["derive"] } speedate = "0.13.0" -smallvec = "1.11.1" +smallvec = "1.11.2" ahash = "0.8.6" url = "2.4.1" # idna is already required by url, added here to be explicit