Skip to content

Commit

Permalink
Update tonic
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2023
1 parent aa3c679 commit 4857705
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 112 deletions.
142 changes: 43 additions & 99 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions gaia-stub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ license = "MPL-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tonic = "0.9"
prost = "0.11"
prost-types = "0.11"
tonic = "0.10"
prost = "0.12"
prost-types = "0.12"

[build-dependencies]
tonic-build = "0.9"
tonic-build = "0.10"
4 changes: 2 additions & 2 deletions gaia-tmtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ chrono = "0.4"
tracing = "0.1"
tokio = { version = "1", features = ["sync"] }
tokio-stream = { version = "0.1", features = ["sync"] }
tonic = "0.9"
prost-types = "0.11"
tonic = "0.10"
prost-types = "0.12"
gaia-stub = { path = "../gaia-stub" }
serde = { version = "1", features = ["derive"] }
Loading

0 comments on commit 4857705

Please sign in to comment.