Skip to content

Commit 9ece7f0

Browse files
Update indicatif requirement from 0.17.11 to 0.18.0
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](console-rs/indicatif@0.17.11...0.18.0) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 04bcf5c commit 9ece7f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ab_glyph = { version = "0.2.29" }
1818
image = { version = "0.25" }
1919
imageproc = { version = "0.25" }
2020
ndarray = { version = "0.16.1", features = ["rayon", "serde"] }
21-
indicatif = { version = "0.17.11" }
21+
indicatif = { version = "0.18.0" }
2222
log = "0.4.26"
2323
minifb = { version = "0.28.0" }
2424
rand = { version = "0.9" }

0 commit comments

Comments
 (0)