From d7db9659fdf98462f03166845a0aa564e098b677 Mon Sep 17 00:00:00 2001 From: Devin Kelley <105753233+devkelley@users.noreply.github.com> Date: Thu, 21 Sep 2023 10:10:51 -0700 Subject: [PATCH] update dependencies and dependabot pr grouping --- .github/dependabot.yml | 4 ++++ Cargo.toml | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e8d486a..6373ed5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + dependencies: + patterns: + - "*" # Groups all dependencies into one PR diff --git a/Cargo.toml b/Cargo.toml index 5585ba4..7ba0820 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,17 +21,17 @@ env_logger = "0.10" futures = "0.3" log = "^0.4" paho-mqtt = "0.12" -prost = "0.11" -prost-types = "0.11" +prost = "0.12" +prost-types = "0.12" serde = "1.0.160" serde_derive = "1.0.163" serde_json = "^1.0" strum = "0.25" strum_macros = "0.25" tokio = { version = "1.18.0", features = ["time"] } -tonic = "0.9" -tonic-build = "0.9.2" -tonic-reflection = "0.6" +tonic = "0.10" +tonic-build = "0.10" +tonic-reflection = "0.10" url = "2.2" uuid = "1.3.0" yaml-rust = "0.4" \ No newline at end of file