From 17b60c8366e4766bcfda07d4c3652f14bbd6e5ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:09:06 +0000 Subject: [PATCH] Bump smallvec from 1.11.2 to 1.13.1 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.11.2 to 1.13.1. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.11.2...v1.13.1) --- 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 5d113589f..c482dc13c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -526,9 +526,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.11.2" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" +checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "speedate" diff --git a/Cargo.toml b/Cargo.toml index c26c91419..2c2d780c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ serde_json = {version = "1.0.109", features = ["arbitrary_precision", "preserve_ enum_dispatch = "0.3.8" serde = { version = "1.0.195", features = ["derive"] } speedate = "0.13.0" -smallvec = "1.11.2" +smallvec = "1.13.1" ahash = "0.8.7" url = "2.5.0" # idna is already required by url, added here to be explicit