From 733df33b5e80313751dc2ea5350dcf8c58210cd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 22:34:30 +0000 Subject: [PATCH] chore(deps): Bump prost-types from 0.12.6 to 0.13.3 in the prost group Bumps the prost group with 1 update: [prost-types](https://github.com/tokio-rs/prost). 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-types dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prost ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fca98926a83ad..39826780006a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5604,7 +5604,7 @@ dependencies = [ "chrono", "prost 0.12.6", "prost-build 0.12.6", - "prost-types 0.12.6", + "prost-types 0.13.3", ] [[package]] @@ -7383,7 +7383,7 @@ dependencies = [ "nom", "prost 0.12.6", "prost-build 0.12.6", - "prost-types 0.12.6", + "prost-types 0.13.3", "snafu 0.7.5", "vector-common", ] @@ -7479,7 +7479,7 @@ checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" dependencies = [ "bytes 1.9.0", "heck 0.5.0", - "itertools 0.12.1", + "itertools 0.10.5", "log", "multimap", "once_cell", @@ -7512,7 +7512,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.12.1", + "itertools 0.10.5", "proc-macro2 1.0.92", "quote 1.0.37", "syn 2.0.90", @@ -10918,7 +10918,7 @@ dependencies = [ "prost 0.12.6", "prost-build 0.12.6", "prost-reflect", - "prost-types 0.12.6", + "prost-types 0.13.3", "pulsar", "quickcheck", "rand 0.8.5", @@ -11167,7 +11167,7 @@ dependencies = [ "proptest", "prost 0.12.6", "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 93adae89d8432..bd39eb155d510 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,7 +153,7 @@ proptest-derive = { version = "0.5.0" } prost = { version = "0.12", 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 } rand = { version = "0.8.5", default-features = false, features = ["small_rng"] } serde_json = { version = "1.0.133", default-features = false, features = ["raw_value", "std"] } serde = { version = "1.0.215", default-features = false, features = ["alloc", "derive", "rc"] }