Skip to content

Commit

Permalink
fix: downgrade regex to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberb committed Nov 8, 2024
1 parent 82868b4 commit 3088693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/nimbus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion components/remote_settings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down

0 comments on commit 3088693

Please sign in to comment.