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 fd28a4a commit daa491cCopy full SHA for daa491c
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
@@ -6,3 +6,4 @@ function patch_version() {
6
cargo update -p $1:$latest_version --precise $2
7
}
8
9
+patch_version url 2.5.2 #https://github.com/servo/rust-url/issues/992
0 commit comments