Skip to content

Commit 1c8dfdb

Browse files
dependabot[bot]jhheider
authored andcommitted
Update indicatif requirement from 0.17.9 to 0.18.3 in /crates/cli
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.9...0.18.3) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 838eecd commit 1c8dfdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/pkgxdev/pkgx"
1111
tokio = { version = "1.43", features = ["full", "rt-multi-thread"] }
1212
rusqlite = "0.33.0"
1313
regex = "1.11.1"
14-
indicatif = "0.17.9"
14+
indicatif = "0.18.3"
1515
nix = { version = "0.29.0", features = ["process"] }
1616
serde_json = "1.0.135"
1717
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)