Skip to content

Commit

Permalink
Update Rust crate tonic to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2023
1 parent 330569f commit 24d33b2
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 26 deletions.
72 changes: 49 additions & 23 deletions Cargo.lock

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion 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"
tonic = "0.10"
prost-types = "0.11"
gaia-stub = { path = "../gaia-stub" }
serde = { version = "1", features = ["derive"] }
2 changes: 1 addition & 1 deletion tmtc-c2a/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tower-http = { version = "0.4", features = ["trace", "cors"] }
tokio = { version = "1", features = ["full"] }
prost = "0.11"
prost-types = "0.11"
tonic = { version = "0.9", features = ["tls", "tls-roots-common", "tls-webpki-roots"] }
tonic = { version = "0.10", features = ["tls", "tls-roots-common", "tls-webpki-roots"] }
tonic-health = "0.9"
tonic-reflection = "0.9"
tonic-web = "0.9"
Expand Down

0 comments on commit 24d33b2

Please sign in to comment.