From f81e1e4f6bd65a767db5deb73879a5fda10c4f22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 06:52:58 +0000 Subject: [PATCH] Update enigo requirement from 0.1.3 to 0.3.0 Updates the requirements on [enigo](https://github.com/enigo-rs/enigo) to permit the latest version. - [Changelog](https://github.com/enigo-rs/enigo/blob/main/CHANGES.md) - [Commits](https://github.com/enigo-rs/enigo/compare/v0.1.3...v0.3.0) --- updated-dependencies: - dependency-name: enigo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dsserver/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsserver/Cargo.toml b/dsserver/Cargo.toml index b1a21ac..55cf17b 100644 --- a/dsserver/Cargo.toml +++ b/dsserver/Cargo.toml @@ -10,5 +10,5 @@ dscom = {path = "../dscom"} flate2 = "1.0" scrap = "0.5" -enigo = "0.1.3" +enigo = "0.3.0" rayon = "1.5"