diff --git a/cedar-wasm/Cargo.toml b/cedar-wasm/Cargo.toml index cf6d61e793..ca645fe81f 100644 --- a/cedar-wasm/Cargo.toml +++ b/cedar-wasm/Cargo.toml @@ -39,6 +39,5 @@ cool_asserts = "2.0" [build-dependencies] cargo-lock = "9.0.0" -# Lock `url` (dependencies of cargo-lock) to 2.5.0 until we know if Unicode 3.0 license is ok. -url = "=2.5.0" +url = "2.5.4" itertools = "0.13.0"