Skip to content

Commit 3db72e9

Browse files
fix(deps): bump indicatif from 0.17.11 to 0.18.2
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.11 to 0.18.2. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/commits) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 058bc6e commit 3db72e9

File tree

3 files changed

+67
-20
lines changed

3 files changed

+67
-20
lines changed

Cargo.lock

Lines changed: 65 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ glob = "0.3.2"
8585
globset = "0.4.16"
8686
hex = "0.4.3"
8787
http = "1.2.0"
88-
indicatif = "0.17.11"
88+
indicatif = "0.18.2"
8989
indoc = "2.0.6"
9090
insta = "1.43.1"
9191
libc = "0.2.172"

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ http = "1.2.0"
7272
http-body-util = "0.1.3"
7373
hyper = { version = "1.6.0", features = ["server"] }
7474
hyper-util = { version = "0.1.11", features = ["tokio"] }
75-
indicatif = "0.17.11"
75+
indicatif = "0.18.2"
7676
indoc = "2.0.6"
7777
insta = "1.43.1"
7878
libc = "0.2.172"

0 commit comments

Comments
 (0)