From f4e57053c36d2e40a6a3b94f6886d42ad78dc31f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 11:15:34 +0000 Subject: [PATCH] Update pasts requirement from 0.12 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.12.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 5b47c0f..c2e2122 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ edition = "2021" version = "0.5" [dependencies.pasts] -version = "0.12" +version = "0.14" # For Linux and Android [target.'cfg(all(not(target_arch = "wasm32"), any(target_os = "linux", target_os = "android")))'.dependencies]