Skip to content
Open
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
358 changes: 224 additions & 134 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions misc/bazel/cargo-gazelle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
camino = "1"
cargo_toml = "0.22.1"
cargo_toml = "0.22.3"
clap = { version = "4.5.23", features = ["derive", "env"] }
convert_case = "0.8"
guppy = "0.17.19"
guppy = "0.17.21"
md-5 = "0.10.6"
proc-macro2 = "1.0.95"
protobuf-parse = "3.7.2"
Expand Down
6 changes: 3 additions & 3 deletions src/adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
arrow = { version = "55.2.0", default-features = false }
async-stream = "0.3.6"
async-trait = "0.1.88"
async-trait = "0.1.89"
base64 = "0.22.1"
bytes = "1.10.1"
bytesize = "1.3.0"
Expand All @@ -24,7 +24,7 @@ differential-dataflow = "0.17.0"
enum-kinds = "0.5.1"
fail = { version = "0.5.1", features = ["failpoints"] }
futures = "0.3.31"
governor = "0.10.0"
governor = "0.10.1"
hex = "0.4.3"
http = "1.2.0"
hyper-tls = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion src/arrow-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
arrow = { version = "55.2.0", default-features = false }
chrono = { version = "0.4.39", default-features = false, features = ["std"] }
dec = { version = "0.4.9", features = ["num-traits"] }
Expand Down
2 changes: 1 addition & 1 deletion src/audit-log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
mz-ore = { path = "../ore", features = ["test"] }
proptest = { version = "1.7.0", default-features = false, features = ["std"] }
proptest-derive = { version = "0.5.1", features = ["boxed_union"] }
Expand Down
2 changes: 1 addition & 1 deletion src/avro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ autobenches = false
workspace = true

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
byteorder = { version = "1.4.3", optional = true }
chrono = { version = "0.4.39", default-features = false, features = ["std"] }
crc32fast = { version = "1.3.2", optional = true }
Expand Down
6 changes: 3 additions & 3 deletions src/aws-secrets-controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.98"
async-trait = "0.1.88"
anyhow = "1.0.100"
async-trait = "0.1.89"
aws-config = { version = "1.2.0", default-features = false }
aws-credential-types = { version = "1.2.4", features = ["hardcoded-credentials"] }
aws-credential-types = { version = "1.2.6", features = ["hardcoded-credentials"] }
aws-sdk-secretsmanager = { version = "1.45.0", default-features = false, features = ["rt-tokio"] }
aws-types = "1.3.7"
futures = { version = "0.3.31" }
Expand Down
2 changes: 1 addition & 1 deletion src/aws-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
aws-config = { version = "1.2.0", default-features = false }
aws-sdk-s3 = { version = "1.48.0", default-features = false, features = [
"rt-tokio",
Expand Down
6 changes: 3 additions & 3 deletions src/balancerd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.98"
async-trait = "0.1.88"
anyhow = "1.0.100"
async-trait = "0.1.89"
axum = "0.7.5"
bytes = "1.10.1"
bytesize = "1.3.0"
Expand All @@ -22,7 +22,7 @@ futures = "0.3.31"
humantime = "2.2.0"
hyper = { version = "1.4.1", features = ["http1", "server"] }
hyper-openssl = "0.10.2"
hyper-util = "0.1.16"
hyper-util = "0.1.17"
jsonwebtoken = "9.3.1"
launchdarkly-server-sdk = { version = "2.5.1", default-features = false }
mz-alloc = { path = "../alloc" }
Expand Down
2 changes: 1 addition & 1 deletion src/build-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rust-version.workspace = true
publish = false

[dependencies]
cfg-if = "1.0.1"
cfg-if = "1.0.3"
protobuf-src = { version = "2.1.1", optional = true }
which = "8"
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion src/catalog-debug/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
clap = { version = "4.5.23", features = ["derive", "env"] }
futures = "0.3.31"
mz-adapter = { path = "../adapter" }
Expand Down
2 changes: 1 addition & 1 deletion src/catalog-protos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ proptest = { version = "1.7.0", default-features = false, features = ["std"] }
similar-asserts = "1.7"

[build-dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
md-5 = "0.10.6"
mz-build-tools = { path = "../build-tools", default-features = false, features = ["protobuf-src"] }
prost-build = "0.13.5"
Expand Down
4 changes: 2 additions & 2 deletions src/catalog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.98"
async-trait = "0.1.88"
anyhow = "1.0.100"
async-trait = "0.1.89"
base64 = "0.22.1"
bincode = { version = "1.3.3" }
bytes = { version = "1.10.1", features = ["serde"] }
Expand Down
4 changes: 2 additions & 2 deletions src/ccsr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
native-tls = "0.2.14"
openssl = { version = "0.10.73", features = ["vendored"] }
reqwest = { version = "0.11.13", features = [
Expand All @@ -28,7 +28,7 @@ workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = tru

[dev-dependencies]
hyper = { version = "1.4.1", features = ["server"] }
hyper-util = "0.1.16"
hyper-util = "0.1.17"
mz-ore = { path = "../ore", features = ["async", "test"] }
serde_json = "1.0.127"
tokio = { version = "1.44.1", features = ["macros"] }
Expand Down
2 changes: 1 addition & 1 deletion src/cloud-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
chrono = { version = "0.4.39", default-features = false, features = ["std"] }
reqwest = { version = "0.11.4", features = ["json"] }
serde = { version = "1.0.219", features = ["derive"] }
Expand Down
6 changes: 3 additions & 3 deletions src/cloud-resources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
chrono = { version = "0.4.39", default-features = false }
futures = "0.3.31"
k8s-openapi = { version = "0.26.0", features = ["schemars", "v1_31"] }
kube = { version = "2.0.0", default-features = false, features = ["client", "derive", "openssl-tls", "ws", "runtime"] }
kube = { version = "2.0.1", default-features = false, features = ["client", "derive", "openssl-tls", "ws", "runtime"] }
mz-ore = { path = "../ore", default-features = false, features = ["async"] }
mz-server-core = { path = "../server-core", default-features = false }
rand = "0.8.5"
Expand All @@ -26,7 +26,7 @@ tracing = "0.1.37"
uuid = { version = "1.17", features = ["serde", "v4"] }
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

async-trait = { version = "0.1.88", optional = true }
async-trait = { version = "0.1.89", optional = true }
mz-repr = { path = "../repr", default-features = false, optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/cluster-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
mz-ore = { path = "../ore", features = ["tracing"] }
mz-repr = { path = "../repr" }
prometheus = { version = "0.13.4", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions src/cluster/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.98"
async-trait = "0.1.88"
anyhow = "1.0.100"
async-trait = "0.1.89"
crossbeam-channel = "0.5.15"
differential-dataflow = "0.17.0"
futures = "0.3.31"
Expand Down
4 changes: 2 additions & 2 deletions src/clusterd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
axum = "0.7.5"
clap = { version = "4.5.23", features = ["derive", "env"] }
fail = { version = "0.5.1", features = ["failpoints"] }
futures = "0.3.31"
hyper = "1.4.1"
hyper-util = "0.1.16"
hyper-util = "0.1.17"
mz-alloc = { path = "../alloc" }
mz-alloc-default = { path = "../alloc-default", optional = true }
mz-build-info = { path = "../build-info" }
Expand Down
4 changes: 2 additions & 2 deletions src/compute-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.98"
async-trait = "0.1.88"
anyhow = "1.0.100"
async-trait = "0.1.89"
bytesize = "1.3.0"
chrono = { version = "0.4.39", default-features = false, features = ["std"] }
derivative = "2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/compute-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
workspace = true

[dependencies]
columnar = "0.10.1"
columnar = "0.10.2"
columnation = "0.1.0"
differential-dataflow = "0.17.0"
itertools = "0.14.0"
Expand Down
4 changes: 2 additions & 2 deletions src/compute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
async-stream = "0.3.6"
bytesize = "1.3.0"
columnar = "0.10.1"
columnar = "0.10.2"
crossbeam-channel = "0.5.15"
dec = { version = "0.4.8", features = ["serde"] }
differential-dataflow = "0.17.0"
Expand Down
2 changes: 1 addition & 1 deletion src/controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
bytesize = "1.3.0"
chrono = { version = "0.4.39", default-features = false, features = ["std"] }
futures = "0.3.31"
Expand Down
2 changes: 1 addition & 1 deletion src/durable-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
workspace = true

[dependencies]
async-trait = "0.1.88"
async-trait = "0.1.89"
bytes = { version = "1.10.1" }
differential-dataflow = "0.17.0"
futures = "0.3.31"
Expand Down
2 changes: 1 addition & 1 deletion src/dyncfg-file/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.97"
anyhow = "1.0.100"
humantime = "2.2.0"
mz-dyncfg = { path = "../dyncfg" }
mz-ore = { path = "../ore" }
Expand Down
2 changes: 1 addition & 1 deletion src/dyncfg-launchdarkly/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
humantime = "2.2.0"
hyper-tls = "0.5.0"
launchdarkly-server-sdk = { version = "2.5.1", default-features = false }
Expand Down
12 changes: 6 additions & 6 deletions src/environmentd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
askama = { version = "0.12.1", default-features = false, features = ["config", "serde-json"] }
async-trait = "0.1.88"
async-trait = "0.1.89"
axum = { version = "0.7.5", features = ["ws"] }
axum-extra = { version = "0.9.3", features = ["typed-header"] }
base64 = "0.22.1"
Expand All @@ -31,12 +31,12 @@ humantime = "2.2.0"
hyper = { version = "1.4.1", features = ["http1", "server"] }
hyper-openssl = "0.10.2"
hyper-tls = "0.6.0"
hyper-util = "0.1.16"
hyper-util = "0.1.17"
include_dir = "0.7.4"
ipnet = "2.11.0"
itertools = "0.14.0"
jsonwebtoken = "9.3.1"
libc = "0.2.174"
libc = "0.2.175"
maplit = "1.0.2"
mime = "0.3.16"
mz-alloc = { path = "../alloc" }
Expand Down Expand Up @@ -163,8 +163,8 @@ timely = "0.24.0"
tokio-postgres = { version = "0.7.8", features = ["with-chrono-0_4"] }

[build-dependencies]
anyhow = "1.0.98"
cc = "1.2.30"
anyhow = "1.0.100"
cc = "1.2.38"
mz-npm = { path = "../npm" }

[features]
Expand Down
2 changes: 1 addition & 1 deletion src/expr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ harness = false

[dependencies]
aho-corasick = "1.1.3"
anyhow = "1.0.98"
anyhow = "1.0.100"
bytes = "1.10.1"
bytesize = "1.3.0"
chrono = { version = "0.4.39", default-features = false, features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion src/frontegg-auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
base64 = "0.22.1"
clap = { version = "4.5.23", features = ["wrap_help", "env", "derive"] }
derivative = "2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/frontegg-mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
axum = "0.7.5"
axum-extra = { version = "0.9.3", features = ["typed-header"] }
base64 = "0.22.1"
Expand Down
2 changes: 1 addition & 1 deletion src/http-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
askama = { version = "0.12.1", default-features = false, features = ["config", "serde-json"] }
axum = "0.7.5"
axum-extra = { version = "0.9.3", features = ["typed-header"] }
Expand Down
2 changes: 1 addition & 1 deletion src/interchange/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "benches/benches.rs"
harness = false

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
byteorder = "1.4.3"
bytes = "1.10.1"
chrono = { version = "0.4.39", default-features = false, features = ["std"] }
Expand Down
6 changes: 3 additions & 3 deletions src/kafka-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ publish = false
workspace = true

[dependencies]
anyhow = "1.0.98"
anyhow = "1.0.100"
aws-config = { version = "1.2.0", default-features = false, features = ["sso"] }
aws-credential-types = { version = "1.2.4" }
aws-sigv4 = { version = "1.3.3" }
aws-credential-types = { version = "1.2.6" }
aws-sigv4 = { version = "1.3.4" }
aws-types = "1.3.7"
base64 = "0.22.1"
chrono = { version = "0.4.39", default-features = false, features = ["std"] }
Expand Down
Loading