From 0f4448195de37ece341a02f118a55e41f49fe99c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 05:01:26 +0000 Subject: [PATCH] Update indicatif requirement from 0.16.2 to 0.17.2 Updates the requirements on [indicatif](https://github.com/console-rs/indicatif) to permit the latest version. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.16.2...0.17.2) --- updated-dependencies: - dependency-name: indicatif 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 7cbf0ce..93ed17a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ bytemuck = "1.7.0" clap = { version = "2.33.3", features = ["yaml", "color"] } error-chain = "0.12.4" if_chain = "1.0.1" -indicatif = "0.16.2" +indicatif = "0.17.2" nalgebra = "0.27.1" nsi = "0.6.0" ply-rs = "0.1.3"