Skip to content

Commit 895c4b8

Browse files
build(deps): bump prost-types from 0.13.5 to 0.14.3
Bumps [prost-types](https://github.com/tokio-rs/prost) from 0.13.5 to 0.14.3. - [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.3) --- updated-dependencies: - dependency-name: prost-types dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ae04f2 commit 895c4b8

3 files changed

Lines changed: 43 additions & 11 deletions

File tree

Cargo.lock

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

crates/grpc-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ http = "1"
2020
hyper-util = "0.1"
2121
tower = "0.5"
2222

23-
prost-types = "0.13"
23+
prost-types = "0.14"
2424
tonic = { version = "0.12", features = ["gzip"] }
2525

2626
semver = "1"

crates/proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords.workspace = true
1313

1414
[dependencies]
1515
prost = "0.13"
16-
prost-types = "0.13"
16+
prost-types = "0.14"
1717
tonic = { version = "0.12", features = ["gzip"] }
1818

1919
snafu = "0.8"

0 commit comments

Comments
 (0)