Skip to content

Commit 0c17c17

Browse files
Update windows-bindgen requirement from 0.57 to 0.58
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.57.0...0.58.0) --- updated-dependencies: - dependency-name: windows-bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4401f39 commit 0c17c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.57" } # MSRV is 1.70
55+
windows-bindgen = { version = "0.58" } # MSRV 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)