From 1a594e0225fee9bde477caa9109df9296cbffabc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Aug 2022 05:52:36 +0000 Subject: [PATCH] Update fon requirement from 0.5 to 0.6 Updates the requirements on [fon](https://github.com/ardaku/fon) to permit the latest version. - [Release notes](https://github.com/ardaku/fon/releases) - [Changelog](https://github.com/ardaku/fon/blob/stable/CHANGELOG.md) - [Commits](https://github.com/ardaku/fon/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: fon 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 5c72341..64dc91d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ edition = "2018" # For all platforms [dependencies.fon] -version = "0.5" +version = "0.6" [dependencies.pasts] version = "0.12"