Skip to content

Commit

Permalink
build(deps): enforce tonic >= 0.12.3 and update other dependencies (#116
Browse files Browse the repository at this point in the history
)
  • Loading branch information
lklimek authored Nov 28, 2024
1 parent c8f8e6d commit 36999a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proto-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ regex = { "version" = "1.10" }
ureq = { "version" = "2.10" }
zip = { version = "2.2", default-features = false, features = ["deflate"] }
fs_extra = { version = "1.3.0" }
tonic-build = { version = "0.12", optional = true }
tonic-build = { version = "0.12.3", optional = true }


[features]
Expand Down
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ bytes = { version = "1.7", default-features = false }
prost = { version = "0.13", default-features = false, features = [
"prost-derive",
] }
tonic = { version = "0.12", optional = true }
tonic = { version = "0.12.3", optional = true }
serde = { version = "1.0.208", default-features = false, features = [
"derive",
], optional = true }
Expand Down

0 comments on commit 36999a4

Please sign in to comment.