Skip to content
Closed
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
257 changes: 151 additions & 106 deletions Cargo.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions misc/bazel/cargo-gazelle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ clap = { version = "4.5.23", features = ["derive", "env"] }
convert_case = "0.8"
guppy = "0.17.19"
md-5 = "0.10.6"
proc-macro2 = "1.0.95"
proc-macro2 = "1.0.101"
protobuf-parse = "3.7.2"
quote = "1.0.40"
syn = { version = "1.0.107", features = ["extra-traits", "full"] }
serde = "1.0.219"
serde_json = "1.0.127"
syn = { version = "2.0.104", features = ["extra-traits", "full"] }
serde = "1.0.226"
serde_json = "1.0.145"
tempfile = "3.20.0"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "std"] }
Expand Down
2 changes: 1 addition & 1 deletion src/adapter-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mz-dyncfg = { path = "../dyncfg" }
mz-ore = { path = "../ore" }
mz-repr = { path = "../repr" }
mz-storage-types = { path = "../storage-types" }
serde = "1.0.219"
serde = "1.0.226"
timely = "0.24.0"
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
tracing = "0.1.37"
Expand Down
10 changes: 5 additions & 5 deletions src/adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ prost = { version = "0.13.5", features = ["no-recursion-limit"] }
qcell = "0.5"
rand = "0.8.5"
rand_chacha = "0.3"
semver = "1.0.26"
serde = "1.0.219"
serde_json = "1.0.127"
semver = "1.0.27"
serde = "1.0.226"
serde_json = "1.0.145"
serde_plain = "1.0.2"
sha2 = "0.10.9"
smallvec = { version = "1.15.1", features = ["union"] }
Expand All @@ -93,9 +93,9 @@ tracing = "0.1.37"
tracing-core = "0.1.34"
tracing-opentelemetry = { version = "0.25.0" }
tracing-subscriber = "0.3.19"
thiserror = "2.0.12"
thiserror = "2.0.16"
url = "2.3.1"
uuid = { version = "1.17.0" }
uuid = { version = "1.18.1" }
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

[dev-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions src/arrow-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ mz-repr = { path = "../repr" }
mz-ore = { path = "../ore" }
num-traits = "0.2"
ordered-float = { version = "5.0.0" }
serde = { version = "1.0.219" }
serde_json = "1.0.127"
uuid = "1.17.0"
serde = { version = "1.0.226" }
serde_json = "1.0.145"
uuid = "1.18.1"
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

[package.metadata.cargo-udeps.ignore]
Expand Down
4 changes: 2 additions & 2 deletions src/audit-log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ anyhow = "1.0.98"
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"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.127"
serde = { version = "1.0.226", features = ["derive"] }
serde_json = "1.0.145"
serde_plain = "1.0.2"
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion src/auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workspace = true
base64 = "0.22.1"
mz-ore = { path = "../ore", features = ["test"] }
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
serde = "1.0.219"
serde = "1.0.226"
proptest-derive = "0.5.1"
proptest = "1.7.0"
static_assertions = "1.1"
Expand Down
2 changes: 1 addition & 1 deletion src/authenticator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
[dependencies]
mz-adapter = { path = "../adapter", default-features = false }
mz-frontegg-auth = { path = "../frontegg-auth", default-features = false }
serde = { version = "1.0.219", features = ["derive"] }
serde = { version = "1.0.226", features = ["derive"] }
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

[lints]
Expand Down
8 changes: 4 additions & 4 deletions src/avro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ flate2 = "1.1.2"
itertools = "0.14.0"
mz-ore = { path = "../ore", features = ["test"] }
rand = "0.8.5"
regex = "1.11.1"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.127"
regex = "1.11.2"
serde = { version = "1.0.226", features = ["derive"] }
serde_json = "1.0.145"
sha2 = "0.10.9"
snap = { version = "1.1.1", optional = true }
tracing = "0.1.37"
uuid = "1.17.0"
uuid = "1.18.1"
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion src/aws-secrets-controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mz-secrets = { path = "../secrets", default-features = false }
mz-repr = { path = "../repr", default-features = false }
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
tracing = "0.1.37"
uuid = "1.17.0"
uuid = "1.18.1"

[features]
default = ["workspace-hack"]
Expand Down
4 changes: 2 additions & 2 deletions src/aws-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ http = "1.2.0"
hyper-tls = "0.5.0"
mz-ore = { path = "../ore", features = ["async"], default-features = false }
pin-project = "1.1.10"
thiserror = "2.0.12"
thiserror = "2.0.16"
tokio = { version = "1.44.1", default-features = false, features = ["macros"] }
uuid = { version = "1.17.0", features = ["v4"] }
uuid = { version = "1.18.1", features = ["v4"] }
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

[dev-dependencies]
Expand Down
8 changes: 4 additions & 4 deletions src/balancerd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ num_cpus = "1.17.0"
openssl = { version = "0.10.73", features = ["vendored"] }
prometheus = { version = "0.13.4", default-features = false }
proxy-header = "0.1.2"
semver = "1.0.26"
semver = "1.0.27"
tokio = { version = "1.44.1", default-features = false }
tokio-openssl = "0.6.5"
tokio-postgres = { version = "0.7.8" }
tokio-util = { version = "0.7.15", features = ["codec"] }
tokio-metrics = "0.4.2"
tokio-util = { version = "0.7.16", features = ["codec"] }
tokio-metrics = "0.4.5"
tower = "0.5.2"
tracing = "0.1.37"
tracing-subscriber = "0.3.19"
uuid = "1.17.0"
uuid = "1.18.1"
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/build-info/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workspace = true
buildid = "1.0.3"
compile-time-run = "0.2.12"
hex = "0.4.3"
semver = { version = "1.0.26", optional = true }
semver = { version = "1.0.27", optional = true }
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

[features]
Expand Down
4 changes: 2 additions & 2 deletions src/catalog-debug/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ mz-persist-types = { path = "../persist-types" }
mz-repr = { path = "../repr" }
mz-service = { path = "../service" }
mz-sql = { path = "../sql" }
serde = "1.0.219"
serde_json = "1.0.127"
serde = "1.0.226"
serde_json = "1.0.145"
tokio = "1.44.1"
tracing = "0.1.37"
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
Expand Down
6 changes: 3 additions & 3 deletions src/catalog-protos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ paste = "1.0.11"
proptest = { version = "1.7.0", default-features = false, features = ["std"] }
proptest-derive = { version = "0.5.1", features = ["boxed_union"] }
prost = "0.13.5"
serde = { version = "1.0.219", features = ["derive"] }
serde = { version = "1.0.226", features = ["derive"] }
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

[dev-dependencies]
Expand All @@ -35,8 +35,8 @@ anyhow = "1.0.98"
md-5 = "0.10.6"
mz-build-tools = { path = "../build-tools", default-features = false, features = ["protobuf-src"] }
prost-build = "0.13.5"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.127"
serde = { version = "1.0.226", features = ["derive"] }
serde_json = "1.0.145"

[package.metadata.cargo-udeps.ignore]
normal = ["workspace-hack"]
Expand Down
10 changes: 5 additions & 5 deletions src/catalog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@ proptest = { version = "1.7.0", default-features = false, features = ["std"] }
proptest-derive = { version = "0.5.1", features = ["boxed_union"] }
prost = "0.13.5"
rand = "0.8.5"
semver = { version = "1.0.26" }
serde = "1.0.219"
serde_json = "1.0.127"
semver = { version = "1.0.27" }
serde = "1.0.226"
serde_json = "1.0.145"
serde_plain = "1.0.2"
static_assertions = "1.1"
sha2 = "0.10.9"
thiserror = "2.0.12"
thiserror = "2.0.16"
timely = "0.24.0"
tokio = { version = "1.44.1" }
tracing = "0.1.37"
uuid = "1.17.0"
uuid = "1.18.1"
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

[dev-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions src/ccsr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ reqwest = { version = "0.11.13", features = [
mz-tls-util = { path = "../tls-util" }
proptest = { version = "1.7.0", default-features = false, features = ["std"] }
proptest-derive = { version = "0.5.1" }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.127"
serde = { version = "1.0.226", features = ["derive"] }
serde_json = "1.0.145"
url = { version = "2.3.1", features = ["serde"] }
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

[dev-dependencies]
hyper = { version = "1.4.1", features = ["server"] }
hyper-util = "0.1.16"
mz-ore = { path = "../ore", features = ["async", "test"] }
serde_json = "1.0.127"
serde_json = "1.0.145"
tokio = { version = "1.44.1", features = ["macros"] }
tracing = "0.1.37"

Expand Down
4 changes: 2 additions & 2 deletions src/cloud-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ workspace = true
anyhow = "1.0.98"
chrono = { version = "0.4.39", default-features = false, features = ["std"] }
reqwest = { version = "0.11.4", features = ["json"] }
serde = { version = "1.0.219", features = ["derive"] }
serde = { version = "1.0.226", features = ["derive"] }
url = "2.2.2"
thiserror = "2.0.12"
thiserror = "2.0.16"
tokio = "1.44.1"
mz-frontegg-client = { path = "../frontegg-client" }
mz-frontegg-auth = { path = "../frontegg-auth" }
Expand Down
8 changes: 4 additions & 4 deletions src/cloud-resources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ mz-ore = { path = "../ore", default-features = false, features = ["async"] }
mz-server-core = { path = "../server-core", default-features = false }
rand = "0.8.5"
schemars = { version = "1.0.4", features = ["uuid1"] }
semver = "1.0.26"
serde = "1.0.219"
serde_json = "1.0.127"
semver = "1.0.27"
serde = "1.0.226"
serde_json = "1.0.145"
tracing = "0.1.37"
uuid = { version = "1.17", features = ["serde", "v4"] }
uuid = { version = "1.18", features = ["serde", "v4"] }
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

async-trait = { version = "0.1.88", optional = true }
Expand Down
6 changes: 3 additions & 3 deletions src/cluster-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ anyhow = "1.0.98"
mz-ore = { path = "../ore", features = ["tracing"] }
mz-repr = { path = "../repr" }
prometheus = { version = "0.13.4", default-features = false }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.127"
uuid = "1.17.0"
serde = { version = "1.0.226", features = ["derive"] }
serde_json = "1.0.145"
uuid = "1.18.1"
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

[features]
Expand Down
4 changes: 2 additions & 2 deletions src/cluster/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ mz-cluster-client = { path = "../cluster-client" }
mz-ore = { path = "../ore", features = ["async", "process", "tracing"] }
mz-service = { path = "../service" }
rand = "0.8.5"
regex = "1.11.1"
regex = "1.11.2"
timely = "0.24.0"
tokio = { version = "1.44.1", features = ["fs", "rt", "sync", "net"] }
tracing = "0.1.37"
uuid = "1.17.0"
uuid = "1.18.1"
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/clusterd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mz-timely-util = { path = "../timely-util" }
mz-txn-wal = { path = "../txn-wal" }
nix = { version = "0.30.1", features = ["fs"] }
num_cpus = "1.17.0"
serde = { version = "1.0.219", features = ["derive"] }
serde = { version = "1.0.226", features = ["derive"] }
tokio = { version = "1.44.1", features = ["fs", "rt", "sync", "test-util"] }
tower = "0.5.2"
tracing = "0.1.37"
Expand Down
8 changes: 4 additions & 4 deletions src/compute-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ mz-storage-client = { path = "../storage-client" }
mz-storage-types = { path = "../storage-types" }
mz-tracing = { path = "../tracing" }
prometheus = { version = "0.13.4", default-features = false }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.127"
thiserror = "2.0.12"
serde = { version = "1.0.226", features = ["derive"] }
serde_json = "1.0.145"
thiserror = "2.0.16"
timely = "0.24.0"
tokio = "1.44.1"
tracing = "0.1.37"
uuid = { version = "1.17.0", features = ["serde", "v4"] }
uuid = { version = "1.18.1", features = ["serde", "v4"] }
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

[features]
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 @@ -19,7 +19,7 @@ mz-expr = { path = "../expr" }
mz-ore = { path = "../ore", features = ["tracing", "metrics"] }
mz-repr = { path = "../repr", features = ["tracing"] }
mz-storage-types = { path = "../storage-types" }
serde = { version = "1.0.219", features = ["derive"] }
serde = { version = "1.0.226", features = ["derive"] }
timely = "0.24.0"
tracing = "0.1.37"
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions src/compute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ mz-timely-util = { path = "../timely-util" }
mz-txn-wal = { path = "../txn-wal" }
prometheus = { version = "0.13.4", default-features = false }
scopeguard = "1.2.0"
serde = { version = "1.0.219", features = ["derive"] }
serde = { version = "1.0.226", features = ["derive"] }
smallvec = { version = "1.15.1", features = ["serde", "union"] }
timely = "0.24.0"
tokio = { version = "1.44.1", features = ["fs", "rt", "sync", "net"] }
tracing = "0.1.37"
uuid = { version = "1.17.0", features = ["serde", "v4"] }
uuid = { version = "1.18.1", features = ["serde", "v4"] }
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

[target.'cfg(not(target_os = "macos"))'.dependencies]
Expand Down
8 changes: 4 additions & 4 deletions src/controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ mz-storage-client = { path = "../storage-client" }
mz-storage-controller = { path = "../storage-controller" }
mz-storage-types = { path = "../storage-types" }
mz-txn-wal = { path = "../txn-wal" }
regex = "1.11.1"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
regex = "1.11.2"
serde = { version = "1.0.226", features = ["derive"] }
serde_json = "1.0.145"
timely = "0.24.0"
tokio = "1.44.1"
tracing = "0.1.37"
uuid = { version = "1.17.0" }
uuid = { version = "1.18.1" }
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions src/durable-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ mz-persist-client = { path = "../persist-client" }
mz-timely-util = { path = "../timely-util" }
prometheus = { version = "0.13.4", default-features = false }
prost = { version = "0.13.5", features = ["no-recursion-limit"] }
serde = { version = "1.0.219", features = ["derive", "rc"] }
serde = { version = "1.0.226", features = ["derive", "rc"] }
timely = "0.24.0"
tokio = { version = "1.44.1", default-features = false, features = ["rt", "rt-multi-thread"] }
tracing = "0.1.37"
uuid = { version = "1.17.0", features = ["v4"] }
uuid = { version = "1.18.1", features = ["v4"] }
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

[package.metadata.cargo-udeps.ignore]
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 @@ -15,7 +15,7 @@ anyhow = "1.0.97"
humantime = "2.2.0"
mz-dyncfg = { path = "../dyncfg" }
mz-ore = { path = "../ore" }
serde_json = "1.0.127"
serde_json = "1.0.145"
tokio = { version = "1.44.1", features = ["fs"] }
tracing = "0.1.37"
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions src/dyncfg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ workspace = true
[dependencies]
humantime = "2.2.0"
mz-ore = { path = "../ore", default-features = false, features = ["proptest", "test"] }
serde = { version = "1.0.219", features = ["derive", "rc"] }
serde_json = "1.0.127"
serde = { version = "1.0.226", features = ["derive", "rc"] }
serde_json = "1.0.145"
tracing = "0.1.37"
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

Expand Down
Loading
Loading