chore(deps): update rust crate string-interner to 0.20.0 (#12103)

This commit is contained in:
xtqqczze
2026-04-30 22:55:17 +02:00
committed by GitHub
parent 4620c2f3b6
commit 843b2026a9
3 changed files with 4 additions and 6 deletions
Generated
+3 -3
View File
@@ -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",
]
+1 -1
View File
@@ -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"] }
-2
View File
@@ -88,8 +88,6 @@ skip = [
{ name = "itertools", version = "0.13.0" },
# ordered-multimap
{ name = "hashbrown", version = "0.14.5" },
# string-interner
{ name = "hashbrown", version = "0.15.5" },
# cexpr (via bindgen)
{ name = "nom", version = "7.1.3" },
# const-random-macro, rand_core