From 11cd539779c26fb5b3f99eafa591b9a32829ac06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:31:36 +0000 Subject: [PATCH] Update widestring requirement from 0.5 to 1.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.5.0...v1.0.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 a6b706e..5697bbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ documentation = "https://docs.rs/tmuntaner-keyring" anyhow = "1" [target.'cfg(target_os = "windows")'.dependencies] -widestring = "0.5" +widestring = "1.0" [target.'cfg(target_os = "windows")'.dependencies.windows] version = "^0.37"