Skip to content

Commit

Permalink
Merge pull request #1692 from messense/windows-sys-0.45
Browse files Browse the repository at this point in the history
Upgrade windows-sys to 0.45.0, remove windows-sys 0.42.0
  • Loading branch information
messense authored Jul 15, 2023
2 parents 7be2a98 + 428dab3 commit d2a4f0a
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 38 deletions.
126 changes: 91 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,14 @@ skip = [
# from cbindgen
{ name = "toml", version = "0.5.11" },
{ name = "syn" },
{ name = "rustix", version = "0.36.7" },
{ name = "linux-raw-sys", version = "0.1.4" },
]
# Similarly to `skip` allows you to skip certain crates during duplicate
# detection. Unlike skip, it also includes the entire tree of transitive
# dependencies starting at the specified crate, up to a certain depth, which is
# by default infinite
skip-tree = [
#{ name = "ansi_term", version = "=0.11.0", depth = 20 },
{ name = "windows-sys", version = "0.42.0" },
{ name = "windows-sys", version = "0.45.0" },
]

# This section is considered when running `cargo deny check sources`.
Expand Down

0 comments on commit d2a4f0a

Please sign in to comment.