Skip to content

Commit b187226

Browse files
fix(deps): bump indicatif from 0.17.11 to 0.17.12
--- updated-dependencies: - dependency-name: indicatif dependency-version: 0.17.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bed5a9b commit b187226

File tree

3 files changed

+27
-14
lines changed

3 files changed

+27
-14
lines changed

Cargo.lock

Lines changed: 25 additions & 12 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
@@ -84,7 +84,7 @@ glob = "0.3.2"
8484
globset = "0.4.16"
8585
hex = "0.4.3"
8686
http = "1.2.0"
87-
indicatif = "0.17.11"
87+
indicatif = "0.17.12"
8888
indoc = "2.0.6"
8989
insta = "1.43.1"
9090
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.17.12"
7676
indoc = "2.0.6"
7777
insta = "1.43.1"
7878
libc = "0.2.172"

0 commit comments

Comments
 (0)