Skip to content

Commit a4f8939

Browse files
Bump prost from 0.13.5 to 0.14.0
Bumps [prost](https://github.com/tokio-rs/prost) from 0.13.5 to 0.14.0. - [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.13.5...v0.14.0) --- updated-dependencies: - dependency-name: prost dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f91c448 commit a4f8939

File tree

3 files changed

+33
-10
lines changed

3 files changed

+33
-10
lines changed

Cargo.lock

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

crates/twirp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ futures = "0.3"
2323
http = "1.3"
2424
http-body-util = "0.1"
2525
hyper = { version = "1.6", default-features = false }
26-
prost = "0.13"
26+
prost = "0.14"
2727
reqwest = { version = "0.12", default-features = false }
2828
serde = { version = "1.0", features = ["derive"] }
2929
serde_json = "1.0"

example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
twirp = { path = "../crates/twirp" }
88

9-
prost = "0.13"
9+
prost = "0.14"
1010
prost-wkt = "0.6"
1111
prost-wkt-types = "0.6"
1212
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)