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
414 changes: 265 additions & 149 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/expr-test-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mz-lowertest = { path = "../lowertest" }
mz-ore = { path = "../ore" }
mz-repr = { path = "../repr" }
mz-repr-test-util = { path = "../repr-test-util" }
proc-macro2 = "1.0.47"
proc-macro2 = "1.0.54"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.89"
workspace-hack = { version = "0.0.0", path = "../workspace-hack" }
Expand Down
2 changes: 1 addition & 1 deletion src/expr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ criterion = { version = "0.4.0" }
datadriven = "0.6.0"
mz-expr-test-util = { path = "../expr-test-util" }
mz-ore = { path = "../ore" }
proc-macro2 = "1.0.47"
proc-macro2 = "1.0.54"

[build-dependencies]
prost-build = "0.11.2"
Expand Down
2 changes: 1 addition & 1 deletion src/lowertest-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
proc-macro = true

[dependencies]
proc-macro2 = "1.0.47"
proc-macro2 = "1.0.54"
quote = "1.0.23"
syn = { version = "1.0.107", features = ["extra-traits", "printing"] }
workspace-hack = { version = "0.0.0", path = "../workspace-hack" }
Expand Down
2 changes: 1 addition & 1 deletion src/lowertest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
mz-lowertest-derive = { path = "../lowertest-derive" }
mz-ore = { path = "../ore" }
proc-macro2 = "1.0.47"
proc-macro2 = "1.0.54"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.89"
workspace-hack = { version = "0.0.0", path = "../workspace-hack" }
Expand Down
2 changes: 1 addition & 1 deletion src/repr-test-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ chrono = { version = "0.4.23", default-features = false, features = ["serde", "s
mz-lowertest = { path = "../lowertest" }
mz-ore = { path = "../ore" }
mz-repr = { path = "../repr" }
proc-macro2 = "1.0.47"
proc-macro2 = "1.0.54"
workspace-hack = { version = "0.0.0", path = "../workspace-hack" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ datadriven = "0.6.0"
mz-expr-test-util = { path = "../expr-test-util" }
mz-lowertest = { path = "../lowertest" }
mz-ore = { path = "../ore" }
proc-macro2 = "1.0.47"
proc-macro2 = "1.0.54"
serde_json = "1.0.89"

[package.metadata.cargo-udeps.ignore]
Expand Down
4 changes: 2 additions & 2 deletions src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ phf = { version = "0.11.1", features = ["uncased"] }
phf_shared = { version = "0.11.1", features = ["uncased"] }
postgres = { git = "https://github.com/MaterializeInc/rust-postgres", default-features = false, features = ["with-chrono-0_4"] }
postgres-types = { git = "https://github.com/MaterializeInc/rust-postgres", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
proc-macro2 = { version = "1.0.47", features = ["span-locations"] }
proc-macro2 = { version = "1.0.54", features = ["span-locations"] }
prometheus = { version = "0.13.3", default-features = false, features = ["process"] }
prost = { version = "0.11.3", features = ["no-recursion-limit"] }
prost-reflect = { version = "0.9.2", default-features = false, features = ["serde"] }
Expand Down Expand Up @@ -170,7 +170,7 @@ phf = { version = "0.11.1", features = ["uncased"] }
phf_shared = { version = "0.11.1", features = ["uncased"] }
postgres = { git = "https://github.com/MaterializeInc/rust-postgres", default-features = false, features = ["with-chrono-0_4"] }
postgres-types = { git = "https://github.com/MaterializeInc/rust-postgres", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
proc-macro2 = { version = "1.0.47", features = ["span-locations"] }
proc-macro2 = { version = "1.0.54", features = ["span-locations"] }
prometheus = { version = "0.13.3", default-features = false, features = ["process"] }
prost = { version = "0.11.3", features = ["no-recursion-limit"] }
prost-reflect = { version = "0.9.2", default-features = false, features = ["serde"] }
Expand Down