Skip to content

Commit aca46c0

Browse files
committed
chore(deps): update rust crate string-interner to 0.20.0
1 parent 4620c2f commit aca46c0

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ rustix = { version = "1.1.4", features = ["param"] }
456456
same-file = "1.0.6"
457457
self_cell = "1.0.4"
458458
selinux = "0.6"
459-
string-interner = "0.19.0"
459+
string-interner = "0.20.0"
460460
tempfile = "3.15.0"
461461
terminal_size = "0.4.0"
462462
textwrap = { version = "0.16.1", features = ["terminal_size"] }

deny.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ skip = [
8888
{ name = "itertools", version = "0.13.0" },
8989
# ordered-multimap
9090
{ name = "hashbrown", version = "0.14.5" },
91-
# string-interner
92-
{ name = "hashbrown", version = "0.15.5" },
9391
# cexpr (via bindgen)
9492
{ name = "nom", version = "7.1.3" },
9593
# const-random-macro, rand_core

0 commit comments

Comments
 (0)