Skip to content

Commit 509494a

Browse files
Update widestring requirement from 0.4.2 to 0.5.0 (#21)
Updates the requirements on [widestring](https://github.com/starkat99/widestring-rs) to permit the latest version. - [Release notes](https://github.com/starkat99/widestring-rs/releases) - [Changelog](https://github.com/starkat99/widestring-rs/blob/main/CHANGELOG.md) - [Commits](VoidStarKat/widestring-rs@v0.4.2...v0.5.0) --- updated-dependencies: - dependency-name: widestring dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da09a60 commit 509494a

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
@@ -27,7 +27,7 @@ default-target = "x86_64-pc-windows-msvc"
2727
libloading = "0.7.0"
2828
com-rs = "0.2.1"
2929
bitflags = "1.2.1"
30-
widestring = "0.4.2"
30+
widestring = "0.5.0"
3131
thiserror = "1.0"
3232

3333
[target.'cfg(windows)'.dependencies]

0 commit comments

Comments
 (0)