Skip to content

Commit

Permalink
Updated Rust dependencies (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kordys authored Jan 23, 2024
1 parent ac207a9 commit 0a996a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "waves-protobuf-schemas"
version = "1.4.3"
edition = "2018"
version = "1.5.2"
edition = "2021"

[dependencies]
tonic = "0.8"
prost = { version = "0.11", features = ["no-recursion-limit"] }
tonic = "0.10"
prost = { version = "0.12", features = ["no-recursion-limit"] }

[build-dependencies]
tonic-build = "0.8"
tonic-build = "0.10"

0 comments on commit 0a996a0

Please sign in to comment.