From 7669e3a43acad885d45202c365146f98195ebb48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 10:12:49 +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 a02e6f8..35124a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ footile = {version = "0.6", optional = true} smelling_salts = {version = "0.2", optional = true} devout = {version = "0.2", optional = true} nanorand = {version = "0.5", optional = true} -fon = {version = "0.5", optional = true} +fon = {version = "0.6", optional = true} rvg = {version = "0.2", optional = true, default-features = false, features = ["render"]} chrono = {version = "0.4", optional = true, default-features = false, features = ["clock"]} fonterator = {version = "0.9", optional = true, default-features = false, features = ["normal-font"]}