mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update regex to 1.1
This commit is contained in:
parent
d58ea974ba
commit
5b9f151f03
6 changed files with 32 additions and 37 deletions
|
@ -80,6 +80,6 @@ void = "1.0.2"
|
|||
lazy_static = "1"
|
||||
log = "0.4"
|
||||
bindgen = { version = "0.49", optional = true, default-features = false }
|
||||
regex = {version = "1.0", optional = true}
|
||||
regex = {version = "1.1", optional = true}
|
||||
walkdir = "2.1.4"
|
||||
toml = {version = "0.4.5", optional = true, default-features = false}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue