Skip to content

Commit

Permalink
Update to prost 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Nov 28, 2021
1 parent e4c31a6 commit b6d4aad
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 14 deletions.
37 changes: 25 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rust/protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ curve25519-dalek = { version = "3.0", features = ["serde"] }
hkdf = "0.11"
hmac = "0.11.0"
itertools = "0.10.1"
prost = "0.8"
prost = "0.9"
rand = "0.7.3"
sha2 = "0.9"
subtle = "2.2.3"
Expand All @@ -41,7 +41,7 @@ criterion = "0.3"
futures-util = "0.3.7"

[build-dependencies]
prost-build = "0.8"
prost-build = "0.9"

[[bench]]
name = "session"
Expand Down

0 comments on commit b6d4aad

Please sign in to comment.