From f2b3e497b24da23f480939be1616925fa326721d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:44:52 +0100 Subject: [PATCH] build(deps): bump smallvec from 1.11.2 to 1.12.0 (#31098) Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.11.2 to 1.12.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.11.2...v1.12.0) --- updated-dependencies: - dependency-name: smallvec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29ece597fa0..45a27734c0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5656,9 +5656,9 @@ checksum = "75ce4f9dc4a41b4c3476cc925f1efb11b66df373a8fde5d4b8915fa91b5d995e" [[package]] name = "smallvec" -version = "1.11.2" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" +checksum = "2593d31f82ead8df961d8bd23a64c2ccf2eb5dd34b0a34bfb4dd54011c72009e" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 529195ce158..418c6c4771f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ serde = "1.0.195" serde_bytes = "0.11" serde_json = "1.0" smallbitvec = "2.3.0" -smallvec = "1.11" +smallvec = "1.12" sparkle = "0.1.26" string_cache = "0.8" string_cache_codegen = "0.5"