From 61e01af636079b09481d24b3ce1676f16e0cd811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 04:03:36 +0000 Subject: [PATCH] Update pickledb requirement from 0.4 to 0.5 Updates the requirements on [pickledb](https://github.com/seladb/pickledb-rs) to permit the latest version. - [Release notes](https://github.com/seladb/pickledb-rs/releases) - [Commits](https://github.com/seladb/pickledb-rs/commits) --- updated-dependencies: - dependency-name: pickledb 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 4a9a074..1972872 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ generic_error = "0.2" structopt = "0.3" clap = "2.33" indicatif = "0.16" -pickledb = "0.4" +pickledb = "0.5" dialoguer = "0.9" atomic-counter = "1.0"