From ce80306d4f8a4a65d28814903b21f8f07dfbd862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 10:04:02 +0000 Subject: [PATCH] Update pasts requirement from 0.8 to 0.13 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.13.0) --- 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..be1a866 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.13" [package.metadata.docs.rs] all-features = true