From e042e6bc59301726a6b358598b4e10337352182f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:57:35 +0000 Subject: [PATCH] chore(deps): Bump the prost group across 1 directory with 2 updates Bumps the prost group with 2 updates in the / directory: [prost](https://github.com/tokio-rs/prost) and [prost-types](https://github.com/tokio-rs/prost). Updates `prost` from 0.12.6 to 0.13.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.12.6...v0.13.3) Updates `prost-types` from 0.12.6 to 0.13.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.12.6...v0.13.3) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prost - dependency-name: prost-types dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prost ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f308c2b24b8417..82d7838a9e7637 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2155,7 +2155,7 @@ dependencies = [ "memchr", "once_cell", "ordered-float 4.3.0", - "prost 0.12.6", + "prost 0.13.3", "prost-reflect", "regex", "rstest", @@ -5277,9 +5277,9 @@ version = "0.1.0" dependencies = [ "bytes 1.7.2", "chrono", - "prost 0.12.6", + "prost 0.13.3", "prost-build 0.12.6", - "prost-types 0.12.6", + "prost-types 0.13.3", "snap", ] @@ -6345,7 +6345,7 @@ dependencies = [ "chrono", "hex", "ordered-float 4.3.0", - "prost 0.12.6", + "prost 0.13.3", "prost-build 0.12.6", "tonic", "tonic-build 0.11.0", @@ -7071,9 +7071,9 @@ dependencies = [ "indexmap 2.5.0", "nom", "num_enum 0.7.3", - "prost 0.12.6", + "prost 0.13.3", "prost-build 0.12.6", - "prost-types 0.12.6", + "prost-types 0.13.3", "snafu 0.7.5", "vector-common", ] @@ -7169,7 +7169,7 @@ checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" dependencies = [ "bytes 1.7.2", "heck 0.5.0", - "itertools 0.12.1", + "itertools 0.11.0", "log", "multimap", "once_cell", @@ -7202,7 +7202,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.12.1", + "itertools 0.11.0", "proc-macro2 1.0.86", "quote 1.0.37", "syn 2.0.79", @@ -10493,10 +10493,10 @@ dependencies = [ "postgres-openssl", "proptest", "proptest-derive", - "prost 0.12.6", + "prost 0.13.3", "prost-build 0.12.6", "prost-reflect", - "prost-types 0.12.6", + "prost-types 0.13.3", "pulsar", "quickcheck", "rand 0.8.5", @@ -10757,9 +10757,9 @@ dependencies = [ "parking_lot", "pin-project", "proptest", - "prost 0.12.6", + "prost 0.13.3", "prost-build 0.12.6", - "prost-types 0.12.6", + "prost-types 0.13.3", "quanta", "quickcheck", "quickcheck_macros", diff --git a/Cargo.toml b/Cargo.toml index 74588d8a06dcc0..c6c3665ab46d0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -142,10 +142,10 @@ metrics-util = { version = "0.16.3", default-features = false, features = ["regi pin-project = { version = "1.1.5", default-features = false } proptest = { version = "1.5" } proptest-derive = { version = "0.4.0" } -prost = { version = "0.12", default-features = false, features = ["std"] } +prost = { version = "0.13", default-features = false, features = ["std"] } prost-build = { version = "0.12", default-features = false} prost-reflect = { version = "0.14", features = ["serde"], default-features = false } -prost-types = { version = "0.12", default-features = false} +prost-types = { version = "0.13", default-features = false} serde_json = { version = "1.0.128", default-features = false, features = ["raw_value", "std"] } serde = { version = "1.0.210", default-features = false, features = ["alloc", "derive", "rc"] } toml = { version = "0.8.19", default-features = false, features = ["display", "parse"] }