From bc5d13c412248f3839e5f7409887712fb2df3576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:14:09 +0000 Subject: [PATCH] chore(cargo): bump prost from 0.13.5 to 0.14.3 Bumps [prost](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](https://github.com/tokio-rs/prost/compare/v0.13.5...v0.14.3) --- updated-dependencies: - dependency-name: prost dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 45 +++++++++++++++++++++------- crates/bedrock/Cargo.toml | 2 +- crates/clockwork-ferryman/Cargo.toml | 2 +- crates/rhizome-metastore/Cargo.toml | 2 +- crates/rhizome-node/Cargo.toml | 2 +- crates/rhizome-proto/Cargo.toml | 4 +-- crates/transaxxxtion/Cargo.toml | 2 +- 7 files changed, 41 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34fc555..745d2e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -202,7 +202,7 @@ name = "bedrock" version = "0.3.0" dependencies = [ "criterion", - "prost", + "prost 0.14.3", "rhizome-common", "rhizome-proto", "rocksdb", @@ -428,7 +428,7 @@ version = "0.3.0" dependencies = [ "async-trait", "bedrock", - "prost", + "prost 0.14.3", "protobuf", "raft", "rcgen", @@ -583,7 +583,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc0452bcc559431b16f472b7ab86e2f9ccd5f3c2da3795afbd6b773665e047fe" dependencies = [ "http", - "prost", + "prost 0.13.5", "tokio", "tokio-stream", "tonic", @@ -1460,7 +1460,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" dependencies = [ "bytes", - "prost-derive", + "prost-derive 0.13.5", +] + +[[package]] +name = "prost" +version = "0.14.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568" +dependencies = [ + "bytes", + "prost-derive 0.14.3", ] [[package]] @@ -1476,7 +1486,7 @@ dependencies = [ "once_cell", "petgraph", "prettyplease", - "prost", + "prost 0.13.5", "prost-types", "regex", "syn", @@ -1496,13 +1506,26 @@ dependencies = [ "syn", ] +[[package]] +name = "prost-derive" +version = "0.14.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b" +dependencies = [ + "anyhow", + "itertools 0.14.0", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "prost-types" version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16" dependencies = [ - "prost", + "prost 0.13.5", ] [[package]] @@ -1749,7 +1772,7 @@ dependencies = [ "clap", "clockwork-ferryman", "futures", - "prost", + "prost 0.14.3", "raft", "rhizome-proto", "serde", @@ -1775,7 +1798,7 @@ dependencies = [ "etcd-client", "pathfinder-pete", "prometheus-client", - "prost", + "prost 0.14.3", "raft", "rcgen", "rhizome-common", @@ -1801,7 +1824,7 @@ dependencies = [ name = "rhizome-proto" version = "0.3.0" dependencies = [ - "prost", + "prost 0.14.3", "tonic", "tonic-build", ] @@ -2395,7 +2418,7 @@ dependencies = [ "hyper-util", "percent-encoding", "pin-project", - "prost", + "prost 0.13.5", "rustls-pemfile", "socket2 0.5.10", "tokio", @@ -2537,7 +2560,7 @@ version = "0.3.0" dependencies = [ "bedrock", "proptest", - "prost", + "prost 0.14.3", "rhizome-common", "rhizome-proto", "rocksdb", diff --git a/crates/bedrock/Cargo.toml b/crates/bedrock/Cargo.toml index 6ffd318..7ee009b 100644 --- a/crates/bedrock/Cargo.toml +++ b/crates/bedrock/Cargo.toml @@ -19,7 +19,7 @@ workspace = true rhizome-common = { path = "../rhizome-common" } rhizome-proto = { path = "../rhizome-proto" } rocksdb = "0.24" -prost = "0.13" +prost = "0.14" thiserror.workspace = true tracing.workspace = true diff --git a/crates/clockwork-ferryman/Cargo.toml b/crates/clockwork-ferryman/Cargo.toml index 58fa8f6..37b3cd7 100644 --- a/crates/clockwork-ferryman/Cargo.toml +++ b/crates/clockwork-ferryman/Cargo.toml @@ -21,7 +21,7 @@ rhizome-proto = { path = "../rhizome-proto" } bedrock = { path = "../bedrock" } raft = { version = "0.7", default-features = false, features = ["protobuf-codec", "default-logger"] } protobuf = "2.28" -prost = "0.13" +prost = "0.14" rocksdb = "0.24" tonic = { version = "0.12", features = ["tls"] } tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "net", "time"] } diff --git a/crates/rhizome-metastore/Cargo.toml b/crates/rhizome-metastore/Cargo.toml index 9ed7d07..ffd997c 100644 --- a/crates/rhizome-metastore/Cargo.toml +++ b/crates/rhizome-metastore/Cargo.toml @@ -28,7 +28,7 @@ rhizome-proto = { path = "../rhizome-proto" } tokio = { version = "1", features = ["full"] } tonic = "0.12" -prost = "0.13" +prost = "0.14" async-trait = "0.1" serde = { workspace = true } serde_json = { workspace = true } diff --git a/crates/rhizome-node/Cargo.toml b/crates/rhizome-node/Cargo.toml index 7d1f81a..bdc8259 100644 --- a/crates/rhizome-node/Cargo.toml +++ b/crates/rhizome-node/Cargo.toml @@ -44,7 +44,7 @@ axum = "0.7" etcd-client = "0.14" serde_json = "1" prometheus-client = "0.22" -prost = "0.13" +prost = "0.14" raft = { version = "0.7", default-features = false, features = ["protobuf-codec"] } [dev-dependencies] diff --git a/crates/rhizome-proto/Cargo.toml b/crates/rhizome-proto/Cargo.toml index 8d1e44c..5454e67 100644 --- a/crates/rhizome-proto/Cargo.toml +++ b/crates/rhizome-proto/Cargo.toml @@ -16,11 +16,11 @@ categories = ["api-bindings"] workspace = true [dependencies] -prost = "0.13" +prost = "0.14" tonic = "0.12" [build-dependencies] tonic-build = "0.12" [dev-dependencies] -prost = "0.13" +prost = "0.14" diff --git a/crates/transaxxxtion/Cargo.toml b/crates/transaxxxtion/Cargo.toml index f83d1a8..12416a6 100644 --- a/crates/transaxxxtion/Cargo.toml +++ b/crates/transaxxxtion/Cargo.toml @@ -20,7 +20,7 @@ bedrock = { path = "../bedrock" } rhizome-common = { path = "../rhizome-common" } rhizome-proto = { path = "../rhizome-proto" } rocksdb = "0.24" -prost = "0.13" +prost = "0.14" thiserror.workspace = true tracing.workspace = true