From 8886946c93a253b27d86fab4d40ec4a02a70917c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 10:04:58 +0000 Subject: [PATCH] Update widestring requirement from 0.5.0 to 1.0.1 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.5.0...v1.0.1) --- 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 594e902..d9531dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ default-target = "x86_64-pc-windows-msvc" libloading = "0.7.0" com-rs = "0.2.1" bitflags = "1.2.1" -widestring = "0.5.0" +widestring = "1.0.1" thiserror = "1.0" [target.'cfg(windows)'.dependencies]