From 0f23293eda4aad43081caf8ac75d67812ccd35ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Nov 2021 10:12:20 +0000 Subject: [PATCH] Update smelling_salts requirement from 0.2 to 0.6 Updates the requirements on [smelling_salts](https://github.com/AldaronLau/smelling_salts) to permit the latest version. - [Release notes](https://github.com/AldaronLau/smelling_salts/releases) - [Changelog](https://github.com/AldaronLau/smelling_salts/blob/main/CHANGELOG.md) - [Commits](https://github.com/AldaronLau/smelling_salts/compare/v0.2.0...v0.6.0) --- 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 a02e6f8..18df26c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ serde = {version = "1.0", optional = true} window = {version = "0.5", optional = true} # window, graphics pix = {version = "0.13", optional = true} footile = {version = "0.6", optional = true} -smelling_salts = {version = "0.2", optional = true} +smelling_salts = {version = "0.6", optional = true} devout = {version = "0.2", optional = true} nanorand = {version = "0.5", optional = true} fon = {version = "0.5", optional = true}