We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24faac5 commit 3f4c27cCopy full SHA for 3f4c27c
bindings-generator/Cargo.toml
@@ -21,7 +21,7 @@ heck = "0.4"
21
miniserde = "0.1.16"
22
proc-macro2 = "1"
23
quote = "1"
24
-regex = { version = "1.5.5", default-features = false, features = ["std"] } # for security: https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html
+regex = { version = "1.5.5", default-features = false, features = ["std", "unicode-perl"] } # for security: https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html
25
roxmltree = "0.18"
26
syn = { version = "1", features = ["full", "extra-traits", "visit"] }
27
unindent = "0.2.0"
0 commit comments