Skip to content

Commit

Permalink
build(deps): update windows-sys requirement from 0.52 to 0.59 (#290)
Browse files Browse the repository at this point in the history
* build(deps): update windows-sys requirement from 0.52 to 0.59

Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version.
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.52.0...0.59.0)

---
updated-dependencies:
- dependency-name: windows-sys
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* update cargo-deny requirements

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steven Allen <steven@stebalien.com>
  • Loading branch information
dependabot[bot] and Stebalien authored Aug 5, 2024
1 parent ddd633e commit 96f2e7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ once_cell = { version = "1.19.0", default-features = false, features = ["std"] }
rustix = { version = "0.38.31", features = ["fs"] }

[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.52"
version = "0.59"
features = [
"Win32_Storage_FileSystem",
"Win32_Foundation",
Expand Down
6 changes: 2 additions & 4 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ allow = []
deny = []
multiple-versions = "deny"
skip = [
# Transitive dependency of both redox_syscall and rustix (rustix has newer).
#
# Only one version of bitflags ultimately gets compiled in due to OS-based feature flags in tempfile.
{ name = "bitflags" },
# Dependency of this crate and and rustix (rustix has older). We only use one at a time.
{ name = "windows-sys" },
]
skip-tree = []
wildcards = "deny"
Expand Down

0 comments on commit 96f2e7e

Please sign in to comment.