daniel-martinez-maqueda-sap commented on code in PR #2258:
URL: https://github.com/apache/arrow-rs/pull/2258#discussion_r936298773
##########
arrow/Cargo.toml:
##########
@@ -49,6 +49,7 @@ half = { version = "2.0", default-features = false }
hashbrown = { version = "0.12", default-features = false }
csv_crate = { version = "1.1", default-features = false, optional = true,
package="csv" }
regex = { version = "1.5.6", default-features = false, features = ["std",
"unicode"] }
+regex-syntax = { version = "0.6.27", default-features = false, features =
["unicode"] }
Review Comment:
Yep, this is a dependency of `regex` and the function used, was already
indirectly called. :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]