Skip to content

Commit 34326db

Browse files
committed
downgrade url crate
1 parent 5ad1bb8 commit 34326db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/denoland/rust-urlpattern"
88
license = "MIT"
99

1010
[dependencies]
11-
url = "2.5.2"
11+
url = "2.4.1"
1212
regex = "1.10.5"
1313
serde = { version = "1.0.127", features = ["derive"] }
1414
unic-ucd-ident = { version = "0.9.0", features = ["id"] }

0 commit comments

Comments
 (0)