Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 34 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ skip = [
{ name = "windows_x86_64_gnu", version = "0.48.0" },
{ name = "windows_x86_64_msvc", version = "0.48.0" },
{ name = "windows-sys", version = "0.52.0" },
{ name = "windows-sys", version = "0.59.0" },
# Newer versions of crates like `tempfile` are held back by crates like `atty`.
# This is very Unfortunate as we don't actually use these platforms.
{ name = "redox_syscall", version = "0.2.10" },
Expand Down Expand Up @@ -163,6 +164,8 @@ skip = [
{ name = "phf_codegen", version = "0.11.3" },
# multer
{ name = "spin", version = "0.9.8" },
# insta
{ name = "console", version = "0.15.11" },
]

[[bans.deny]]
Expand Down
2 changes: 1 addition & 1 deletion src/mz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ axum = "0.7.5"
clap = { version = "4.5.23", features = [ "derive" ] }
csv = "1.4.0"
dirs = "6.0.0"
indicatif = "0.17.2"
indicatif = "0.18.3"
termcolor = "1.4.1"
maplit = "1.0.2"
mz-cloud-api = { path = "../cloud-api" }
Expand Down
2 changes: 1 addition & 1 deletion src/s3-datagen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ aws-sdk-s3 = { version = "1.48.0", default-features = false, features = ["rt-tok
bytefmt = "0.1.7"
clap = { version = "4.5.23", features = ["derive"] }
futures = "0.3.31"
indicatif = "0.17.2"
indicatif = "0.18.3"
mz-aws-util = { path = "../aws-util", features = ["s3"] }
mz-ore = { path = "../ore", features = ["cli"] }
tokio = { version = "1.44.1", features = ["macros", "net", "rt", "rt-multi-thread", "time"] }
Expand Down
2 changes: 0 additions & 2 deletions src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ chrono = { version = "0.4.41", features = ["serde"] }
clap = { version = "4.5.23", features = ["derive", "env", "string", "wrap_help"] }
clap_builder = { version = "4.5.23", default-features = false, features = ["color", "env", "std", "string", "suggestions", "usage", "wrap_help"] }
concurrent-queue = { version = "2.5.0" }
console = { version = "0.15.11", default-features = false, features = ["ansi-parsing", "unicode-width"] }
criterion = { version = "0.6.0", features = ["async_tokio", "html_reports"] }
crossbeam-deque = { version = "0.8.6" }
crossbeam-epoch = { version = "0.9.18" }
Expand Down Expand Up @@ -191,7 +190,6 @@ clang-sys = { version = "1.3.0", default-features = false, features = ["clang_11
clap = { version = "4.5.23", features = ["derive", "env", "string", "wrap_help"] }
clap_builder = { version = "4.5.23", default-features = false, features = ["color", "env", "std", "string", "suggestions", "usage", "wrap_help"] }
concurrent-queue = { version = "2.5.0" }
console = { version = "0.15.11", default-features = false, features = ["ansi-parsing", "unicode-width"] }
criterion = { version = "0.6.0", features = ["async_tokio", "html_reports"] }
crossbeam-deque = { version = "0.8.6" }
crossbeam-epoch = { version = "0.9.18" }
Expand Down