From c0736f6a85316e538df2ccc07274f97d4d2a9dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 10:58:54 +0000 Subject: [PATCH] Update smelling_salts requirement from 0.4 to 0.12 Updates the requirements on [smelling_salts](https://github.com/ardaku/smelling_salts) to permit the latest version. - [Release notes](https://github.com/ardaku/smelling_salts/releases) - [Changelog](https://github.com/ardaku/smelling_salts/blob/stable/CHANGELOG.md) - [Commits](https://github.com/ardaku/smelling_salts/compare/v0.4.0...v0.12.1) --- updated-dependencies: - dependency-name: smelling_salts dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- stick/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stick/Cargo.toml b/stick/Cargo.toml index 0195352..f84c596 100644 --- a/stick/Cargo.toml +++ b/stick/Cargo.toml @@ -30,7 +30,7 @@ readme = "README.md" edition = "2018" [target.'cfg(all(not(target_arch="wasm32"),target_os="linux"))'.dependencies] -smelling_salts = "0.4" +smelling_salts = "0.12" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["libloaderapi", "xinput", "winerror"] }