Skip to content

Commit

Permalink
fix: updating protos required prost, pbjson updates too (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuddman authored Feb 23, 2024
1 parent 1043574 commit 169fc3b
Show file tree
Hide file tree
Showing 23 changed files with 4,907 additions and 2,821 deletions.
240 changes: 196 additions & 44 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ openmls = { git = "https://github.com/xmtp/openmls", rev = "0da7dcb" }
openmls_basic_credential = { git = "https://github.com/xmtp/openmls", rev = "0da7dcb" }
openmls_rust_crypto = { git = "https://github.com/xmtp/openmls", rev = "0da7dcb" }
openmls_traits = { git = "https://github.com/xmtp/openmls", rev = "0da7dcb" }
prost = "0.11"
prost-types = " 0.11"
prost = "^0.12"
prost-types = "^0.12"
rand = "0.8.5"
serde = "1.0.195"
thiserror = "1.0.56"
tls_codec = "0.4.0"
tokio = { version = "1.35.1", features = ["macros"] }
tonic = "^0.9"
tonic = "^0.11"
Loading

0 comments on commit 169fc3b

Please sign in to comment.