From 667a9469c48d509ce5617dbe270067fa5bb9dc1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 09:23:10 +0000 Subject: [PATCH] chore(deps): update rust crate smallvec to 1.13 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbff54c4b..fb931cdb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1987,9 +1987,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2593d31f82ead8df961d8bd23a64c2ccf2eb5dd34b0a34bfb4dd54011c72009e" +checksum = "3b187f0231d56fe41bfb12034819dd2bf336422a5866de41bc3fec4b2e3883e8" [[package]] name = "smawk" diff --git a/Cargo.toml b/Cargo.toml index a8e9c399b..2779ea8fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -318,7 +318,7 @@ same-file = "1.0.6" self_cell = "1.0.3" selinux = "0.4" signal-hook = "0.3.17" -smallvec = { version = "1.12", features = ["union"] } +smallvec = { version = "1.13", features = ["union"] } tempfile = "3.9.0" uutils_term_grid = "0.3" terminal_size = "0.3.0"