From 939fd28ee74d4c91722a37ed0016e61d72bb64ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 20:15:28 +0000 Subject: [PATCH] Bump the dev-dependencies group with 3 updates Bumps the dev-dependencies group with 3 updates: [prost](https://github.com/tokio-rs/prost), [prost-types](https://github.com/tokio-rs/prost) and [uuid](https://github.com/uuid-rs/uuid). Updates `prost` from 0.12.6 to 0.13.0 - [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.0) Updates `prost-types` from 0.12.6 to 0.13.0 - [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.0) Updates `uuid` from 1.9.1 to 1.10.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.9.1...1.10.0) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: prost-types dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 +++++++++++----------- Cargo.toml | 6 +++--- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f0ed45..9f9c142 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -494,8 +494,8 @@ dependencies = [ "intent_brokering_common", "intent_brokering_proto", "keyvalue", - "prost 0.12.6", - "prost-types 0.12.6", + "prost 0.13.0", + "prost-types 0.13.0", "tokio", "tonic 0.11.0", "tonic-build", @@ -946,8 +946,8 @@ dependencies = [ "futures", "intent_brokering_common", "intent_brokering_proto", - "prost 0.12.6", - "prost-types 0.12.6", + "prost 0.13.0", + "prost-types 0.13.0", "test-case", "tokio", "tokio-stream", @@ -983,8 +983,8 @@ dependencies = [ name = "intent_brokering_proto" version = "0.1.0" dependencies = [ - "prost 0.12.6", - "prost-types 0.12.6", + "prost 0.13.0", + "prost-types 0.13.0", "tonic 0.11.0", "tonic-build", ] @@ -1752,7 +1752,7 @@ dependencies = [ name = "samples_proto" version = "0.1.0" dependencies = [ - "prost 0.12.6", + "prost 0.13.0", "tokio", "tonic 0.11.0", "tonic-build", @@ -1840,7 +1840,7 @@ name = "service_discovery" version = "0.1.0" dependencies = [ "parking_lot", - "prost 0.12.6", + "prost 0.13.0", "service_discovery_proto", "tokio", "tonic 0.11.0", @@ -1853,7 +1853,7 @@ dependencies = [ name = "service_discovery_proto" version = "0.1.0" dependencies = [ - "prost 0.12.6", + "prost 0.13.0", "tokio", "tonic 0.11.0", "tonic-build", @@ -2342,9 +2342,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.9.1" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439" +checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index e93aae7..4b2389a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,8 +30,8 @@ intent_brokering_proto = { path = "./intent_brokering/proto.rs/" } futures = { version = "0.3" } lazy_static = "1.5.0" parking_lot = "0.12.3" -prost = "0.12" -prost-types = "0.12" +prost = "0.13" +prost-types = "0.13" regex = "1.10" serde = "1.0.204" serde_json = "1.0.120" @@ -42,7 +42,7 @@ tonic = "0.11" tonic-build = "0.10" tracing = { version = "0.1" } tracing-subscriber = { version = "0.3", features = ["env-filter"] } -uuid = { version = "1.9.1", features = ["v4"] } +uuid = { version = "1.10.0", features = ["v4"] } url = "2.5" test-case = "2.2.2"