commit 69ae6aa8f54ce89c490c3285f55993e3309cd250
parent 2ba7c8bbc1302fca7be1a88442617caf24cd0afe
Author: Eric Scouten <scouten@adobe.com>
Date: Thu, 13 Jun 2024 22:21:37 +0200
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 https://github.com/servo/rust-url/pull/923
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml
@@ -121,7 +121,7 @@ sha2 = "0.10.2"
tempfile = "3.10.1"
thiserror = "1.0.40"
treeline = "0.1.0"
-url = "2.2.2"
+url = "2.2.2, <2.5.1" # Can't use 2.5.1 or newer until new license is reviewed.
uuid = { version = "1.3.1", features = ["serde", "v4", "wasm-bindgen"] }
x509-parser = "0.15.1"
x509-certificate = "0.19.0"