Skip to content

Commit

Permalink
Update url dependecy to match main
Browse files Browse the repository at this point in the history
Signed-off-by: John Kastner <[email protected]>
  • Loading branch information
john-h-kastner-aws committed Dec 17, 2024
1 parent 3c9f2eb commit 0aab5fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cedar-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 2 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
unlicensed = "deny"
copyleft = "deny"
default = "deny"
unused-allowed-license = "deny"
unused-allowed-license = "allow"
confidence-threshold = 0.95
allow = [
"Apache-2.0",
"MIT",
"ISC",
"CC0-1.0",
"Unicode-DFS-2016",
"Unicode-3.0",
]

0 comments on commit 0aab5fa

Please sign in to comment.