From dfc4cf97fd6b781fe4fe3e7c7d83d5f0e82893a0 Mon Sep 17 00:00:00 2001 From: John Kastner Date: Tue, 17 Dec 2024 20:02:30 +0000 Subject: [PATCH] Update url dependecy to match `main` --- cedar-wasm/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"