Skip to content

Commit 760eb66

Browse files
dependabot[bot]djc
authored andcommitted
Update windows-bindgen requirement from 0.55 to 0.56
Updates the requirements on [windows-bindgen](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.55.0...0.56.0) --- updated-dependencies: - dependency-name: windows-bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 391187f commit 760eb66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ js-sys = { version = "0.3", optional = true } # contains FFI bindings for
5252
windows-targets = { version = "0.52", optional = true }
5353

5454
[target.'cfg(windows)'.dev-dependencies]
55-
windows-bindgen = { version = "0.55" } # The MSRV of its windows-metatada dependency is 1.70
55+
windows-bindgen = { version = "0.56" } # The MSRV of its windows-metatada dependency is 1.70
5656

5757
[target.'cfg(unix)'.dependencies]
5858
iana-time-zone = { version = "0.1.45", optional = true, features = ["fallback"] }

0 commit comments

Comments
 (0)