From 9abe30bb0805c5b55e692217dc1a1f0ab8df650c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 10:14:06 +0000 Subject: [PATCH] Update nanorand requirement from 0.5 to 0.7 Updates the requirements on [nanorand](https://github.com/Absolucy/nanorand-rs) to permit the latest version. - [Release notes](https://github.com/Absolucy/nanorand-rs/releases) - [Commits](https://github.com/Absolucy/nanorand-rs/compare/nanorand-v0.5.1...0.7.0) --- updated-dependencies: - dependency-name: nanorand 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..d437eae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ pix = {version = "0.13", optional = true} 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} +nanorand = {version = "0.7", optional = true} fon = {version = "0.5", optional = true} rvg = {version = "0.2", optional = true, default-features = false, features = ["render"]} chrono = {version = "0.4", optional = true, default-features = false, features = ["clock"]}