Merge pull request #1660 from alex-pinkus/expanded-regex-support

Expand regex support to include emojis and binary ops
This commit is contained in:
Max Brunsfeld 2022-02-24 17:14:23 -08:00 committed by GitHub
commit 9866674cf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 172 additions and 22 deletions

7
Cargo.lock generated
View file

@ -553,6 +553,12 @@ dependencies = [
"winapi-util",
]
[[package]]
name = "semver"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0486718e92ec9a68fbed73bb5ef687d71103b142595b406835649bebd33f72c7"
[[package]]
name = "serde"
version = "1.0.130"
@ -737,6 +743,7 @@ dependencies = [
"regex",
"regex-syntax",
"rustc-hash",
"semver",
"serde",
"serde_json",
"smallbitvec",