Skip to content

Commit

Permalink
Fix tonic to v0.12.3 and remove unnecessary Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Oct 23, 2024
1 parent cc26cd1 commit e6f8281
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1,322 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ all-features = true
[dependencies]
prost = { version = "0.13", default-features = false, features = ["prost-derive"] }
bytes = { version = "1.2", default-features = false }
tonic = { version = "0.12", default-features = false, optional = true }
tonic = { version = "0.12.3", default-features = false, optional = true }
serde = { version = "1.0", default-features = false, optional = true }
schemars = { version = "0.8", optional = true }
subtle-encoding = { version = "0.5", default-features = false }
Expand Down
Loading

0 comments on commit e6f8281

Please sign in to comment.