From 18982b7b88272acb9e5f78af3f874df9b7254bb4 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Fri, 20 Mar 2026 07:19:35 +0000 Subject: [PATCH] Update Rust crate smol_str to 0.3.6 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b51b3346c1..616a8ac2f0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3553,12 +3553,12 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "smol_str" -version = "0.3.2" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d" +checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523" dependencies = [ "borsh", - "serde", + "serde_core", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 4e73d8f9bc2..120d8d796c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -129,7 +129,7 @@ serde_path_to_error = "0.1.20" sha2 = "0.10.9" shell-words = "1.1.1" smallvec = "1.15.1" -smol_str = { version = "0.3.2", features = ["serde"] } +smol_str = { version = "0.3.6", features = ["serde"] } strip-ansi-escapes = "0.2.1" supports-color = "3.0.2" supports-unicode = "3.0.0"