Skip to content

Commit 0979be8

Browse files
build(deps): bump prost-reflect from 0.15.3 to 0.16.3
Bumps [prost-reflect](https://github.com/andrewhickman/prost-reflect) from 0.15.3 to 0.16.3. - [Release notes](https://github.com/andrewhickman/prost-reflect/releases) - [Changelog](https://github.com/andrewhickman/prost-reflect/blob/main/CHANGELOG.md) - [Commits](andrewhickman/prost-reflect@prost-reflect-v0.15.3...prost-reflect-v0.16.3) --- updated-dependencies: - dependency-name: prost-reflect dependency-version: 0.16.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 47eff9e commit 0979be8

File tree

4 files changed

+80
-48
lines changed

4 files changed

+80
-48
lines changed

Cargo.lock

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

src/interchange/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mz-repr = { path = "../repr" }
3030
mz-pgrepr = { path = "../pgrepr" }
3131
ordered-float = { version = "5.1.0", features = ["serde"] }
3232
prost = { version = "0.13.5", features = ["no-recursion-limit"] }
33-
prost-reflect = "0.15.3"
33+
prost-reflect = "0.16.3"
3434
seahash = "4"
3535
serde_json = "1.0.145"
3636
timely = "0.25.1"

src/testdrive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ parquet = { version = "55.2.0", default-features = false, features = ["arrow"] }
5757
postgres_array = { version = "0.11.0" }
5858
postgres-protocol = { version = "0.6.9" }
5959
prost = { version = "0.13.5", features = ["no-recursion-limit"] }
60-
prost-reflect = { version = "0.15.3", features = ["serde"] }
60+
prost-reflect = { version = "0.16.3", features = ["serde"] }
6161
prost-types = { version = "0.13.5" }
6262
rand = "0.9.2"
6363
rdkafka = { version = "0.29.0", features = ["cmake-build", "ssl-vendored", "libz-static", "zstd"] }

0 commit comments

Comments
 (0)