From 7ea39ee9533227c0a58d55c243a2aebfcb305c1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 20:06:31 +0000 Subject: [PATCH] Update spinners requirement from 1.2.0 to 4.1.1 Updates the requirements on [spinners](https://github.com/fgribreau/spinners) to permit the latest version. - [Commits](https://github.com/fgribreau/spinners/commits) --- updated-dependencies: - dependency-name: spinners 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 cf152e5..9594457 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ colci = "0.1.0" log = "0.4.11" env_logger = "0.10.0" html2text = "0.6.0" -spinners = "1.2.0" +spinners = "4.1.1" dirs = "5.0.1" serde_repr = "0.1.6" shellexpand = "3.1.0"