Skip to content

Commit 1bc09ff

Browse files
Bump prost from 0.12.6 to 0.14.1
Bumps [prost](https://github.com/tokio-rs/prost) from 0.12.6 to 0.14.1. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.12.6...v0.14.1) --- updated-dependencies: - dependency-name: prost dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 426b373 commit 1bc09ff

File tree

2 files changed

+29
-6
lines changed

2 files changed

+29
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bytes = "1"
2929
tokio = { version = "1.38", features = ["rt-multi-thread", "macros", "time"] }
3030
tokio-stream = "0.1"
3131
tonic = { version = "0.11", features = ["tls", "tls-roots"] }
32-
prost = "0.12"
32+
prost = "0.14"
3333
prost-types = "0.12"
3434
serde = { version = "1.0", features = ["derive"] }
3535
serde_json = "1.0"

0 commit comments

Comments
 (0)