Skip to content

Commit 92ab40d

Browse files
fix(deps): update rust crate indicatif to 0.18.0
1 parent b1ce2c8 commit 92ab40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/freeCodeCamp/freeCodeCampOS"
1010

1111
[dependencies]
1212
clap = { version = "4.5.4", features = ["derive"] }
13-
indicatif = "0.17.7"
13+
indicatif = "0.18.0"
1414
inquire = "0.7.0"
1515
serde = { version = "1.0.200", features = ["derive"] }
1616
serde_json = "1.0.116"

0 commit comments

Comments
 (0)