Skip to content

Commit c22d779

Browse files
committed
deps: disable bstr unicode feature to drop unnecessary regex-automata
1 parent bfdf580 commit c22d779

File tree

3 files changed

+29
-25
lines changed

3 files changed

+29
-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
@@ -390,7 +390,7 @@ version = "0.8.0"
390390
ansi-width = "0.1.0"
391391
bigdecimal = "0.4"
392392
binary-heap-plus = "0.5.0"
393-
bstr = "1.9.1"
393+
bstr = { version = "1.9.1", default-features = false, features = ["std"] }
394394
bytecount = "0.6.8"
395395
byteorder = "1.5.0"
396396
clap = { version = "4.5", features = ["wrap_help", "cargo", "color"] }

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)