We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a259e5 commit 92cc5c3Copy full SHA for 92cc5c3
Cargo.toml
@@ -47,4 +47,4 @@ tokio-stream = "0.1"
47
tracing = { version = "0.1", default-features = false }
48
tracing-core = { version = "0.1", default-features = false }
49
tracing-subscriber = { version = "0.3", default-features = false }
50
-url = { version = "=2.5.2", default-features = false } #https://github.com/servo/rust-url/issues/992
+url = { version = "2.5", default-features = false }
scripts/patch_dependencies.sh
@@ -7,3 +7,4 @@ function patch_version() {
7
}
8
9
10
+patch_version url 2.5.2 #https://github.com/servo/rust-url/issues/992
0 commit comments