From c08f5da0bdcf79b1a28b1b004d959fe27aed79ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 10:01:53 +0000 Subject: [PATCH] Update widestring requirement from 0.4.2 to 0.5.0 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] --- 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]