From 8bd8ffee8e1fb98a8b5d66326b4b72c1662eeec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 10:13:34 +0000 Subject: [PATCH] Update pasts requirement from 0.7 to 0.8 Updates the requirements on [pasts](https://github.com/AldaronLau/pasts) to permit the latest version. - [Release notes](https://github.com/AldaronLau/pasts/releases) - [Changelog](https://github.com/AldaronLau/pasts/blob/main/CHANGELOG.md) - [Commits](https://github.com/AldaronLau/pasts/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: pasts 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..f220e51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ categories = ["game-engines", "hardware-support", "multimedia", "os"] [dependencies] human = {version = "0.2", optional = true} # input -pasts = {version = "0.7", optional = true} # async +pasts = {version = "0.8", optional = true} # async whoami = {version = "1.0", optional = true} # user wavy = {version = "0.9", optional = true} # audio stronghold = {version = "0.2", optional = true} # file