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 34b75a5 commit eb5ec42Copy full SHA for eb5ec42
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", default-features = false }
+url = { version = "2.5.2", default-features = false } #https://github.com/servo/rust-url/issues/992
scripts/patch_dependencies.sh
@@ -5,6 +5,3 @@ function patch_version() {
5
echo "patching $1 from $latest_version to $2"
6
cargo update -p $1:$latest_version --precise $2
7
}
8
-
9
10
-patch_version url 2.5.2 #https://github.com/servo/rust-url/issues/992
0 commit comments