From e860b32a82acb1ca9840d1b7197d5407e922ef99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 00:28:34 +0000 Subject: [PATCH] chore(deps): update rust crate smallvec to 1.12 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf83d9acc..b6a259134 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1995,9 +1995,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" +checksum = "2593d31f82ead8df961d8bd23a64c2ccf2eb5dd34b0a34bfb4dd54011c72009e" [[package]] name = "smawk" diff --git a/Cargo.toml b/Cargo.toml index a01fcdd2d..c69122515 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.11", features = ["union"] } +smallvec = { version = "1.12", features = ["union"] } tempfile = "3.9.0" uutils_term_grid = "0.3" terminal_size = "0.3.0"