Skip to content

Commit e598639

Browse files
authored
Merge pull request #34200 from def-/pr-indicatif-bump
build(deps): Bump indicatif to v0.18.3
2 parents 59dee15 + 7eb3499 commit e598639

File tree

5 files changed

+39
-18
lines changed

5 files changed

+39
-18
lines changed

Cargo.lock

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

deny.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ skip = [
3838
{ name = "windows_x86_64_gnu", version = "0.48.0" },
3939
{ name = "windows_x86_64_msvc", version = "0.48.0" },
4040
{ name = "windows-sys", version = "0.52.0" },
41+
{ name = "windows-sys", version = "0.59.0" },
4142
# Newer versions of crates like `tempfile` are held back by crates like `atty`.
4243
# This is very Unfortunate as we don't actually use these platforms.
4344
{ name = "redox_syscall", version = "0.2.10" },
@@ -163,6 +164,8 @@ skip = [
163164
{ name = "phf_codegen", version = "0.11.3" },
164165
# multer
165166
{ name = "spin", version = "0.9.8" },
167+
# insta
168+
{ name = "console", version = "0.15.11" },
166169
]
167170

168171
[[bans.deny]]

src/mz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ axum = "0.7.5"
1414
clap = { version = "4.5.23", features = [ "derive" ] }
1515
csv = "1.4.0"
1616
dirs = "6.0.0"
17-
indicatif = "0.17.2"
17+
indicatif = "0.18.3"
1818
termcolor = "1.4.1"
1919
maplit = "1.0.2"
2020
mz-cloud-api = { path = "../cloud-api" }

src/s3-datagen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ aws-sdk-s3 = { version = "1.48.0", default-features = false, features = ["rt-tok
1616
bytefmt = "0.1.7"
1717
clap = { version = "4.5.23", features = ["derive"] }
1818
futures = "0.3.31"
19-
indicatif = "0.17.2"
19+
indicatif = "0.18.3"
2020
mz-aws-util = { path = "../aws-util", features = ["s3"] }
2121
mz-ore = { path = "../ore", features = ["cli"] }
2222
tokio = { version = "1.44.1", features = ["macros", "net", "rt", "rt-multi-thread", "time"] }

src/workspace-hack/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ chrono = { version = "0.4.41", features = ["serde"] }
4444
clap = { version = "4.5.23", features = ["derive", "env", "string", "wrap_help"] }
4545
clap_builder = { version = "4.5.23", default-features = false, features = ["color", "env", "std", "string", "suggestions", "usage", "wrap_help"] }
4646
concurrent-queue = { version = "2.5.0" }
47-
console = { version = "0.15.11", default-features = false, features = ["ansi-parsing", "unicode-width"] }
4847
criterion = { version = "0.6.0", features = ["async_tokio", "html_reports"] }
4948
crossbeam-deque = { version = "0.8.6" }
5049
crossbeam-epoch = { version = "0.9.18" }
@@ -191,7 +190,6 @@ clang-sys = { version = "1.3.0", default-features = false, features = ["clang_11
191190
clap = { version = "4.5.23", features = ["derive", "env", "string", "wrap_help"] }
192191
clap_builder = { version = "4.5.23", default-features = false, features = ["color", "env", "std", "string", "suggestions", "usage", "wrap_help"] }
193192
concurrent-queue = { version = "2.5.0" }
194-
console = { version = "0.15.11", default-features = false, features = ["ansi-parsing", "unicode-width"] }
195193
criterion = { version = "0.6.0", features = ["async_tokio", "html_reports"] }
196194
crossbeam-deque = { version = "0.8.6" }
197195
crossbeam-epoch = { version = "0.9.18" }

0 commit comments

Comments
 (0)