Skip to content

Commit

Permalink
fix(deps): update tokio-prost monorepo to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 13, 2024
1 parent 7d37bbc commit 7089b29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ttl_cache = { version = "0.5.1", features = ["stats"] }
protox = "0.6.0"
protox-parse = "0.6.0"
prost-reflect = { version = "0.13.1", features = ["serde"] }
prost = "0.12.4"
prost = "0.13.0"
update-informer = { version = "1.1.0", default-features = false, features = [
"github",
"reqwest",
Expand Down
4 changes: 2 additions & 2 deletions tailcall-upstream-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ hyper = { version = "0.14.28", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
tonic = "0.11.0"
tonic-reflection = "0.11.0"
prost = "0.12.4"
prost-types = "0.12.4"
prost = "0.13.0"
prost-types = "0.13.0"
tower = "0.4.13"
hyper-util = { version = "0.1.3", features = ["tokio"] }
http-body-util = "0.1.1"
Expand Down

0 comments on commit 7089b29

Please sign in to comment.