Skip to content

Commit 70b06b1

Browse files
chore(deps): update cargo.lock (#7727)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Connor Fitzgerald <[email protected]>
1 parent a9e04f8 commit 70b06b1

File tree

2 files changed

+263
-123
lines changed

2 files changed

+263
-123
lines changed

.deny.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,17 @@ skip-tree = [
1515
{ name = "capacity_builder", version = "0.1.3" },
1616
]
1717
skip = [
18-
# num-cpu uses an old version
19-
{ name = "hermit-abi", version = "0.3.9" },
2018
# Deno uses an old version
2119
{ name = "which", version = "6.0.3" },
2220

21+
# Loom uses a new windows version
22+
{ name = "windows", version = "0.61.1" },
23+
{ name = "windows-core", version = "0.61.2" },
24+
{ name = "windows-implement", version = "0.60.0" },
25+
{ name = "windows-interface", version = "0.59.1" },
26+
{ name = "windows-result", version = "0.3.4" },
27+
{ name = "windows-strings", version = "0.4.2" },
28+
2329
# criterion uses an old version
2430
{ name = "itertools", version = "0.10.5" },
2531
# bindgen (used by deno) uses old version

0 commit comments

Comments
 (0)