From ffb9072a09bd72dbd11467f9395284061c22dbe3 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Fri, 19 Dec 2025 05:30:24 +0000 Subject: [PATCH] chore(deps): update rust crate smol_str to 0.3.4 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31d7910d714..84e2917248f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3298,12 +3298,12 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "smol_str" -version = "0.3.2" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d" +checksum = "3498b0a27f93ef1402f20eefacfaa1691272ac4eca1cdc8c596cb0a245d6cbf5" dependencies = [ "borsh", - "serde", + "serde_core", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 846fb9e1d69..1197445f80c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,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.4", features = ["serde"] } strip-ansi-escapes = "0.2.1" supports-color = "3.0.2" supports-unicode = "3.0.0"