From 05df317e8b982f7956bf07762bb6776f6e66c60c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 19:42:00 +0000 Subject: [PATCH] chore(deps): update rust crate string-interner to 0.20.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a6c10bb22c4..0e4b1505dba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2915,11 +2915,11 @@ dependencies = [ [[package]] name = "string-interner" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23de088478b31c349c9ba67816fa55d9355232d63c3afea8bf513e31f0f1d2c0" +checksum = "ad3df9b59e2eded8d825c7c4363ad339a20fb6bc0b9a4778560f518f59910b15" dependencies = [ - "hashbrown 0.15.5", + "hashbrown 0.16.1", "serde", ] diff --git a/Cargo.toml b/Cargo.toml index c27921add5d..9da91629158 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -456,7 +456,7 @@ rustix = { version = "1.1.4", features = ["param"] } same-file = "1.0.6" self_cell = "1.0.4" selinux = "0.6" -string-interner = "0.19.0" +string-interner = "0.20.0" tempfile = "3.15.0" terminal_size = "0.4.0" textwrap = { version = "0.16.1", features = ["terminal_size"] }