From 22233c4a033530f46d6a23d8ee4ff0c41b561ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 17:29:53 +0000 Subject: [PATCH] build(deps): bump smallvec from 1.9.0 to 1.11.0 (#30168) Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.9.0 to 1.11.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.9.0...v1.11.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 13feec97560..697cddf9152 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5958,9 +5958,9 @@ checksum = "75ce4f9dc4a41b4c3476cc925f1efb11b66df373a8fde5d4b8915fa91b5d995e" [[package]] name = "smallvec" -version = "1.9.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" +checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 5d547b4c8d2..2e9ed60617b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ serde_json = "1.0" syn = { version = "1", default-features = false, features = ["clone-impls", "derive", "parsing"] } synstructure = "0.12" smallbitvec = "2.3.0" -smallvec = "1.9" +smallvec = "1.11" sparkle = "0.1.25" string_cache = "0.8" string_cache_codegen = "0.5"