From 44302767fe8116efc6288a5fe8f736016c044bba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 03:28:34 +0000 Subject: [PATCH] fix(deps): update rust crate indicatif to 0.17.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 031b29d..8b8166d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ bincode = "1.3.3" forge-lib = {git = "https://github.com/beat-forge/lib", branch = "main"} simple-error = "0.3.0" minreq = { version = "2.8.1", features = ["https-rustls", "json-using-serde"] } -indicatif = "0.17.5" +indicatif = "0.17.6" slug = "0.1.4" regex = "1.9.1" semver = "1.0.17"