From ab643017f9422a3f6098130d72b65ec103684df5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 11:53:27 +0200 Subject: [PATCH] Bump smallvec from 1.11.0 to 1.11.1 (#7563) 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 1c4f0de46c..f6fd46fbfe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2804,9 +2804,9 @@ checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" [[package]] name = "smallvec" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" +checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" [[package]] name = "spin" diff --git a/Cargo.toml b/Cargo.toml index 7020491c63..89113963db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ serde = { version = "1.0.152", features = ["derive"] } serde_json = { version = "1.0.107" } shellexpand = { version = "3.0.0" } similar = { version = "2.2.1", features = ["inline"] } -smallvec = { version = "1.10.0" } +smallvec = { version = "1.11.1" } static_assertions = "1.1.0" strum = { version = "0.25.0", features = ["strum_macros"] } strum_macros = { version = "0.25.2" }