From a249540b0578fe0afbc765bd6c9854c685c31f1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:38:57 +0000 Subject: [PATCH] Bump the dev-dependencies group across 1 directory with 5 updates Bumps the dev-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [prost](https://github.com/tokio-rs/prost) | `0.12.6` | `0.13.0` | | [prost-types](https://github.com/tokio-rs/prost) | `0.12.6` | `0.13.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.38.0` | `1.38.1` | | [uuid](https://github.com/uuid-rs/uuid) | `1.9.1` | `1.10.0` | | [tonic-reflection](https://github.com/hyperium/tonic) | `0.12.0` | `0.12.1` | 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 `tokio` from 1.38.0 to 1.38.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.0...tokio-1.38.1) 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) Updates `tonic-reflection` from 0.12.0 to 0.12.1 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.12.0...v0.12.1) --- 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: tokio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: tonic-reflection dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 30 +++++++++++++++--------------- Cargo.toml | 6 +++--- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f0ed45..0386ae3 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", @@ -2073,9 +2073,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.38.0" +version = "1.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" +checksum = "eb2caba9f80616f438e09748d5acda951967e1ea58508ef53d9c6402485a46df" dependencies = [ "backtrace", "bytes", @@ -2197,9 +2197,9 @@ dependencies = [ [[package]] name = "tonic-reflection" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87e0d3c6688e3b0be22d877b9c6ba86a7c5409e6b505ec8f7c99f026ae09530a" +checksum = "b742c83ad673e9ab5b4ce0981f7b9e8932be9d60e8682cbf9120494764dbc173" dependencies = [ "prost 0.13.0", "prost-types 0.13.0", @@ -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"