From 509494a4a85b2471ff7486420291a31993c2a4bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 12:10:04 +0200 Subject: [PATCH] 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](https://github.com/starkat99/widestring-rs/compare/v0.4.2...v0.5.0) --- updated-dependencies: - dependency-name: widestring dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e15ce79..8dea770 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ default-target = "x86_64-pc-windows-msvc" libloading = "0.7.0" com-rs = "0.2.1" bitflags = "1.2.1" -widestring = "0.4.2" +widestring = "0.5.0" thiserror = "1.0" [target.'cfg(windows)'.dependencies]