Skip to content

Commit 9380b87

Browse files
chore(deps): update cargo.lock (#8229)
Co-authored-by: Connor Fitzgerald <[email protected]>
1 parent 333f811 commit 9380b87

File tree

4 files changed

+191
-290
lines changed

4 files changed

+191
-290
lines changed

.deny.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ skip = [
1515
# Deno uses an old version
1616
{ name = "which", version = "6.0.3" },
1717

18+
# Winit uses an old version
19+
{ name = "windows-sys", version = "0.52.0" },
20+
1821
# Loom uses a new windows version
1922
{ name = "windows", version = "0.61.1" },
2023
{ name = "windows-core", version = "0.61.2" },
@@ -23,9 +26,6 @@ skip = [
2326
{ name = "windows-result", version = "0.3.4" },
2427
{ name = "windows-strings", version = "0.4.2" },
2528

26-
# cargo-metadata uses old version. Only used for infrastructure.
27-
{ name = "toml", version = "0.8.23" },
28-
{ name = "ordered-float", version = "2.10.1" },
2929
# bindgen (used by deno) uses old version
3030
{ name = "itertools", version = "0.13.0" },
3131
# Deno uses an old version
@@ -53,7 +53,6 @@ allow = [
5353
"MPL-2.0",
5454
"MIT",
5555
"MIT-0",
56-
"Unicode-DFS-2016",
5756
"Unicode-3.0",
5857
"Zlib",
5958
]
@@ -68,4 +67,4 @@ unknown-git = "deny"
6867
required-git-spec = "rev"
6968

7069
[sources.allow-org]
71-
github = ["gfx-rs"]
70+
github = []

0 commit comments

Comments
 (0)