From 8903b1a335104a732db422851f517672dbcc62e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 11:07:26 +0000 Subject: [PATCH] Update smelling_salts requirement from 0.2 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.2.0...v0.12.1) --- updated-dependencies: - dependency-name: smelling_salts 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 5b47c0f..f46534e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ version = "0.12" # For Linux and Android [target.'cfg(all(not(target_arch = "wasm32"), any(target_os = "linux", target_os = "android")))'.dependencies] -smelling_salts = "0.2" +smelling_salts = "0.12" dl_api = "0.4" # For Web Assembly