Skip to content

Commit 48cbcc4

Browse files
authored
Merge pull request #7628 from cakebaker/bump_iana_time_zone
Bump `iana-time-zone` & add `windows-core` to skip list
2 parents cd4d75b + 3fded2a commit 48cbcc4

File tree

2 files changed

+61
-6
lines changed

2 files changed

+61
-6
lines changed

Cargo.lock

Lines changed: 57 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deny.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ highlight = "all"
5454
# introduces it.
5555
# spell-checker: disable
5656
skip = [
57-
# various crates
57+
# windows
58+
{ name = "windows-core", version = "0.52.0" },
59+
# dns-lookup
5860
{ name = "windows-sys", version = "0.48.0" },
5961
# mio, nu-ansi-term, socket2
6062
{ name = "windows-sys", version = "0.52.0" },
@@ -76,7 +78,7 @@ skip = [
7678
{ name = "windows_x86_64_msvc", version = "0.48.0" },
7779
# kqueue-sys, onig
7880
{ name = "bitflags", version = "1.3.2" },
79-
# ansi-width, console, os_display
81+
# ansi-width
8082
{ name = "unicode-width", version = "0.1.13" },
8183
# filedescriptor, utmp-classic
8284
{ name = "thiserror", version = "1.0.69" },

0 commit comments

Comments
 (0)