Skip to content

Commit 85030ba

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 2775b55 commit 85030ba

File tree

4 files changed

+81
-49
lines changed

4 files changed

+81
-49
lines changed

Cargo.lock

Lines changed: 77 additions & 45 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 = "1.0.219"
3636
serde_json = "1.0.145"

0 commit comments

Comments
 (0)