From 2c4c95d09b6b6b6682fe1329270187e63832bd87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 07:01:07 +0000 Subject: [PATCH] chore(deps): update rust crate smallvec to 1.13.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea345f7ed..0377857b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2124,9 +2124,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.13.1" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" +checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "smawk" diff --git a/Cargo.toml b/Cargo.toml index f33353747..daccaedc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -320,7 +320,7 @@ same-file = "1.0.6" self_cell = "1.0.3" selinux = "0.4.4" signal-hook = "0.3.17" -smallvec = { version = "1.13", features = ["union"] } +smallvec = { version = "1.13.2", features = ["union"] } tempfile = "3.10.1" uutils_term_grid = "0.6" terminal_size = "0.3.0"