From 558c6bec25e2d1d48d79449800197f7b6703bb8d Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Fri, 10 Nov 2023 04:29:49 +0000 Subject: [PATCH] Update Rust crate smallvec to 1.11.2 --- Cargo.lock | 4 ++-- nextest-runner/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 28121864d09..074524d1e11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2671,9 +2671,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 = "smawk" diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index cc92d2775c2..74aa3d7b6bd 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -95,7 +95,7 @@ console-subscriber = { version = "0.2.0", optional = true } unicode-ident = "1.0.12" unicode-normalization = "0.1.22" indexmap = { version = "2.1.0", features = ["serde"] } -smallvec = "1.11.1" +smallvec = "1.11.2" [target.'cfg(unix)'.dependencies] libc = "0.2.150"