Skip to content

Commit 736e5f0

Browse files
committed
deps: disable bstr unicode feature to drop unnecessary regex-automata
1 parent 0366d3c commit 736e5f0

File tree

4 files changed

+35
-25
lines changed

4 files changed

+35
-25
lines changed

Cargo.lock

Lines changed: 28 additions & 23 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
@@ -388,7 +388,7 @@ version = "0.8.0"
388388
ansi-width = "0.1.0"
389389
bigdecimal = "0.4"
390390
binary-heap-plus = "0.5.0"
391-
bstr = "1.9.1"
391+
bstr = { version = "1.9.1", default-features = false, features = ["std"] }
392392
bytecount = "0.6.8"
393393
byteorder = "1.5.0"
394394
clap = { version = "4.5", features = ["wrap_help", "cargo", "color"] }

deny.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ skip = [
9090
{ name = "hashbrown", version = "0.14.5" },
9191
# string-interner
9292
{ name = "hashbrown", version = "0.15.5" },
93+
# lru
94+
{ name = "hashbrown", version = "0.16.1" },
95+
# indexmap
96+
{ name = "hashbrown", version = "0.17.0" },
9397
# cexpr (via bindgen)
9498
{ name = "nom", version = "7.1.3" },
9599
# const-random-macro, rand_core
@@ -106,6 +110,8 @@ skip = [
106110
{ name = "zerocopy-derive", version = "0.7.35" },
107111
# hashbrown
108112
{ name = "foldhash", version = "0.1.5" },
113+
# hashbrown
114+
{ name = "foldhash", version = "0.2.0" },
109115
# keccak, sha1, sha2
110116
{ name = "cpufeatures", version = "0.2.17" },
111117
# various crates

fuzz/Cargo.lock

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

0 commit comments

Comments
 (0)