Skip to content

Commit 6a4012e

Browse files
committed
Revert dependency versions
1 parent 400fcf7 commit 6a4012e

File tree

2 files changed

+21
-62
lines changed

2 files changed

+21
-62
lines changed

Cargo.lock

Lines changed: 17 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["web-programming"]
1414
crate-type = ["cdylib"]
1515

1616
[dependencies]
17-
pyo3 = "0.27.2"
18-
regex = "1.12.2"
19-
url = "2.5.7"
20-
deno_urlpattern = { package = "urlpattern", version = "0.3.0" }
17+
pyo3 = "0.27.1"
18+
regex = "1.11.0"
19+
url = "2.5.0"
20+
deno_urlpattern = { package = "urlpattern", version = "0.4.1" }

0 commit comments

Comments
 (0)