From 047f32c9d5d5ab5dd40941b02f2914f1cadb54e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Aug 2021 10:11:24 +0000 Subject: [PATCH] Update smelling_salts requirement from 0.2 to 0.5 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.5.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 6ee38dc..0ee8723 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ homepage = "https://libcala.github.io/cala-web" repository = "https://github.com/libcala/cala-web" [dependencies] -smelling_salts = "0.2" +smelling_salts = "0.5" pasts = "0.7" num_cpus = "1.0" \ No newline at end of file