From aa23926faa5248a5ef865ee386021e28a8a9aacd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 10:59:24 +0000 Subject: [PATCH] Update pasts requirement from 0.7 to 0.14 Updates the requirements on [pasts](https://github.com/ardaku/pasts) to permit the latest version. - [Release notes](https://github.com/ardaku/pasts/releases) - [Changelog](https://github.com/ardaku/pasts/blob/stable/CHANGELOG.md) - [Commits](https://github.com/ardaku/pasts/compare/v0.7.0...v0.14.1) --- 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..f4fe437 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.14", optional = true} # async whoami = {version = "1.0", optional = true} # user wavy = {version = "0.9", optional = true} # audio stronghold = {version = "0.2", optional = true} # file