This commit is contained in:
Bastian Gruber 2024-11-08 12:31:15 -04:00
Родитель 82868b42a7
Коммит 30886931aa
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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" }