Skip to content

Commit

Permalink
Update Rust crate prost-types to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent 4283c20 commit b4357dd
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 16 deletions.
58 changes: 45 additions & 13 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 @@ -9,7 +9,7 @@ license = "MPL-2.0"
[dependencies]
tonic = "0.9"
prost = "0.11"
prost-types = "0.11"
prost-types = "0.12"

[build-dependencies]
tonic-build = "0.9"
2 changes: 1 addition & 1 deletion gaia-tmtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ tracing = "0.1"
tokio = { version = "1", features = ["sync"] }
tokio-stream = { version = "0.1", features = ["sync"] }
tonic = "0.9"
prost-types = "0.11"
prost-types = "0.12"
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 @@ -22,7 +22,7 @@ tower = "0.4"
tower-http = { version = "0.4", features = ["trace", "cors"] }
tokio = { version = "1", features = ["full"] }
prost = "0.11"
prost-types = "0.11"
prost-types = "0.12"
tonic = { version = "0.9", features = ["tls", "tls-roots-common", "tls-webpki-roots"] }
tonic-health = "0.9"
tonic-reflection = "0.9"
Expand Down

0 comments on commit b4357dd

Please sign in to comment.