Skip to content

Commit

Permalink
Depend on url crate version 2.5.2 or newer
Browse files Browse the repository at this point in the history
Should fix #571. (Unfamiliar license and MSRV change added in 2.5.1 has been reverted.)
  • Loading branch information
scouten-adobe committed Aug 29, 2024
1 parent 4333a28 commit c710a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ sha2 = "0.10.6"
tempfile = "3.10.1"
thiserror = "1.0.61"
treeline = "0.1.0"
url = "2.2.2, <2.5.1" # Can't use 2.5.1 or newer until new license is reviewed.
url = "2.5.2"
uuid = { version = "1.7.0", features = ["serde", "v4", "js"] }
x509-parser = "0.15.1"
x509-certificate = "0.21.0"
Expand Down

0 comments on commit c710a67

Please sign in to comment.