From c671c798ebb84525b739079922a6f946aa83f12c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 05:06:51 +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 4d4e3ad1372dd..9438eec81b4a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5598,7 +5598,7 @@ dependencies = [ "chrono", "prost 0.12.6", "prost-build 0.12.6", - "prost-types 0.12.6", + "prost-types 0.13.3", ] [[package]] @@ -7412,7 +7412,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", ] @@ -7508,7 +7508,7 @@ checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" dependencies = [ "bytes 1.9.0", "heck 0.5.0", - "itertools 0.12.1", + "itertools 0.10.5", "log", "multimap", "once_cell", @@ -7541,7 +7541,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.93", "quote 1.0.38", "syn 2.0.96", @@ -11022,7 +11022,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", @@ -11271,7 +11271,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 a23e1566be5ac..26ffdafd84f6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,7 +153,7 @@ proptest-derive = { version = "0.5.1" } 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.135", default-features = false, features = ["raw_value", "std"] } serde = { version = "1.0.217", default-features = false, features = ["alloc", "derive", "rc"] }