From 6a3a255c885b216543b42a7b87cc357a74bc3ca4 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Sat, 20 Jan 2024 04:31:17 +0000 Subject: [PATCH] Update Rust crate smallvec to 1.13.1 --- Cargo.lock | 4 ++-- nextest-runner/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87661d77451..9bca574e8bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2662,9 +2662,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b187f0231d56fe41bfb12034819dd2bf336422a5866de41bc3fec4b2e3883e8" +checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "smawk" diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index d4dc13b8834..be1e2912251 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -98,7 +98,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.13.0" +smallvec = "1.13.1" nextest-workspace-hack.workspace = true [target.'cfg(unix)'.dependencies]