Skip to content

Commit 8c76acd

Browse files
fix(deps): bump prost-reflect from 0.14.7 to 0.15.1 (#1222)
Bumps [prost-reflect](https://github.com/andrewhickman/prost-reflect) from 0.14.7 to 0.15.1. - [Changelog](https://github.com/andrewhickman/prost-reflect/blob/main/CHANGELOG.md) - [Commits](https://github.com/andrewhickman/prost-reflect/commits/0.15.1) --- updated-dependencies: - dependency-name: prost-reflect dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f1872d commit 8c76acd

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

Cargo.lock

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

crates/fig_proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fig_util.workspace = true
1717
flate2.workspace = true
1818
hex.workspace = true
1919
prost = "0.13.5"
20-
prost-reflect = { version = "0.14.7", features = ["serde", "derive"] }
20+
prost-reflect = { version = "0.15.1", features = ["serde", "derive"] }
2121
rand.workspace = true
2222
rmp-serde = "1.3.0"
2323
serde.workspace = true

0 commit comments

Comments
 (0)