Skip to content

Commit

Permalink
Add 'std' feature for regex crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Mar 19, 2022
1 parent 6807207 commit 339d0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings-generator/Cargo.toml
Expand Up @@ -21,7 +21,7 @@ memchr = "2"
miniserde = "0.1.10"
proc-macro2 = "1"
quote = "1"
regex = { version = "1.5.5", default-features = false } # for security: https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html
regex = { version = "1.5.5", default-features = false, features = ["std"] } # for security: https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html
roxmltree = "0.14"
syn = { version = "1", features = ["full", "extra-traits", "visit"] }
unindent = "0.1.5"
Expand Down

0 comments on commit 339d0dd

Please sign in to comment.