From e83b4f9e84a458455c8dc7e1f624211057571b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 10:11:18 +0000 Subject: [PATCH] Update pasts requirement from 0.7 to 0.11 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.11.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 6ee38dc..56b56da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ repository = "https://github.com/libcala/cala-web" [dependencies] smelling_salts = "0.2" -pasts = "0.7" +pasts = "0.11" num_cpus = "1.0" \ No newline at end of file