Skip to content

Commit 69ae6aa

Browse files
url crate version 2.5.1 introduces new license "Unicode-3.0" (#483)
url crate version 2.5.1 introduces new license "Unicode-3.0" which needs to be reviewed before we can accept it Related to servo/rust-url#923
1 parent 2ba7c8b commit 69ae6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ sha2 = "0.10.2"
121121
tempfile = "3.10.1"
122122
thiserror = "1.0.40"
123123
treeline = "0.1.0"
124-
url = "2.2.2"
124+
url = "2.2.2, <2.5.1" # Can't use 2.5.1 or newer until new license is reviewed.
125125
uuid = { version = "1.3.1", features = ["serde", "v4", "wasm-bindgen"] }
126126
x509-parser = "0.15.1"
127127
x509-certificate = "0.19.0"

0 commit comments

Comments
 (0)