Skip to content

Commit b95d382

Browse files
chore(deps): bump the proto group in /native with 2 updates (#3071)
Bumps the proto group in /native with 2 updates: [prost](https://github.com/tokio-rs/prost) and [prost-build](https://github.com/tokio-rs/prost). Updates `prost` from 0.14.1 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.14.1...v0.14.3) Updates `prost-build` from 0.14.1 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.14.1...v0.14.3) --- updated-dependencies: - dependency-name: prost dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: proto - dependency-name: prost-build dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: proto ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf8cba0 commit b95d382

3 files changed

Lines changed: 13 additions & 24 deletions

File tree

native/Cargo.lock

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

native/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ log = "0.4"
4747
log4rs = "1.4.0"
4848
thiserror = { workspace = true }
4949
lazy_static = "1.4.0"
50-
prost = "0.14.1"
50+
prost = "0.14.3"
5151
jni = "0.21"
5252
snap = "1.1"
5353
# we disable default features in lz4_flex to force the use of the faster unsafe encoding and decoding implementation

native/proto/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ license = "Apache-2.0"
2727
edition = "2021"
2828

2929
[dependencies]
30-
prost = "0.14.1"
30+
prost = "0.14.3"
3131

3232
[build-dependencies]
33-
prost-build = "0.14.1"
33+
prost-build = "0.14.3"

0 commit comments

Comments
 (0)