From 7f545c4db83219f5140d54cec339a57227b56309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 10:07:23 +0000 Subject: [PATCH] Update smelling_salts requirement from 0.2 to 0.4 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.4.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..23c6e0a 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.4", optional = true} devout = {version = "0.2", optional = true} nanorand = {version = "0.5", optional = true} fon = {version = "0.5", optional = true}