Skip to content

Commit 05ee093

Browse files
Update deps
Result of `cargo update`. Also added Unicode-3.0 to allowed licenses and removed no-longer-used licenses.
1 parent 9a7d91e commit 05ee093

File tree

2 files changed

+113
-65
lines changed

2 files changed

+113
-65
lines changed

.deny.toml

+1-12
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,5 @@ allow = [
1111
"Apache-2.0",
1212
"MIT",
1313
"MPL-2.0",
14-
"Unicode-DFS-2016",
15-
16-
# Needed for xtask only.
17-
"ISC",
18-
"OpenSSL",
19-
]
20-
21-
[[licenses.clarify]]
22-
name = "ring"
23-
expression = "MIT AND ISC AND OpenSSL"
24-
license-files = [
25-
{ path = "LICENSE", hash = 0xbd0eed23 }
14+
"Unicode-3.0",
2615
]

Cargo.lock

+112-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)