From 41b0882a64088698ba73adaeec1fc49fedf895ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 10:59:53 +0000 Subject: [PATCH] Update pasts requirement from 0.8 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.8.0...v0.14.1) --- updated-dependencies: - dependency-name: pasts dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- stick/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stick/Cargo.toml b/stick/Cargo.toml index 0195352..810862d 100644 --- a/stick/Cargo.toml +++ b/stick/Cargo.toml @@ -37,7 +37,7 @@ winapi = { version = "0.3", features = ["libloaderapi", "xinput", "winerror"] } log = { version = "0.4", default-features = false } [dev-dependencies] -pasts = "0.8" +pasts = "0.14" [package.metadata.docs.rs] all-features = true