fix: downgrade regex to 1.9
This commit is contained in:
Родитель
82868b42a7
Коммит
30886931aa
|
@ -39,7 +39,7 @@ unicode-segmentation = "1.8.0"
|
|||
error-support = { path = "../support/error" }
|
||||
remote_settings = { path = "../remote_settings", optional = true }
|
||||
cfg-if = "1.0.0"
|
||||
regex = { version = "1.10.5", optional = true }
|
||||
regex = { version = "1.9", optional = true }
|
||||
firefox-versioning = { path = "../support/firefox-versioning", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
@ -23,7 +23,7 @@ url = "2.1" # mozilla-central can't yet take 2.2 (see bug 1734538)
|
|||
camino = "1.0"
|
||||
rusqlite = { workspace = true, features = ["bundled"] }
|
||||
jexl-eval = "0.3.0"
|
||||
regex = "1.10.5"
|
||||
regex = "1.9"
|
||||
anyhow = "1.0"
|
||||
firefox-versioning = { path = "../support/firefox-versioning" }
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче