Skip to content

Commit

Permalink
update dependencies and dependabot pr grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
devkelley committed Sep 21, 2023
1 parent 2c42bd3 commit d7db965
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*" # Groups all dependencies into one PR
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit d7db965

Please sign in to comment.