Skip to content

Commit eb5ec42

Browse files
committed
pin Cargo.toml
1 parent 34b75a5 commit eb5ec42

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ tokio-stream = "0.1"
4747
tracing = { version = "0.1", default-features = false }
4848
tracing-core = { version = "0.1", default-features = false }
4949
tracing-subscriber = { version = "0.3", default-features = false }
50-
url = { version = "2.5", default-features = false }
50+
url = { version = "2.5.2", default-features = false } #https://github.com/servo/rust-url/issues/992

scripts/patch_dependencies.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ function patch_version() {
55
echo "patching $1 from $latest_version to $2"
66
cargo update -p $1:$latest_version --precise $2
77
}
8-
9-
10-
patch_version url 2.5.2 #https://github.com/servo/rust-url/issues/992

0 commit comments

Comments
 (0)