Skip to content

Commit

Permalink
Use latest MLS
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Aug 19, 2024
1 parent 28f5f61 commit 1a5d0eb
Show file tree
Hide file tree
Showing 9 changed files with 107 additions and 222 deletions.
59 changes: 20 additions & 39 deletions Cargo.lock

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

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ resolver = "2"

[workspace.dependencies]
anyhow = "1.0"
async-stream = "0.3"
async-trait = "0.1.77"
chrono = "0.4.38"
ctor = "0.2"
Expand All @@ -37,28 +38,27 @@ futures = "0.3.30"
futures-core = "0.3.30"
hex = "0.4.3"
log = { version = "0.4" }
openmls = { git = "https://github.com/xmtp/openmls", rev = "9cb3207", default-features = false }
openmls_basic_credential = { git = "https://github.com/xmtp/openmls", rev = "9cb3207" }
openmls_rust_crypto = { git = "https://github.com/xmtp/openmls", rev = "9cb3207" }
openmls_traits = { git = "https://github.com/xmtp/openmls", rev = "9cb3207" }
openmls = { git = "https://github.com/xmtp/openmls", rev = "cf42738018d093434c955a1b50a9de34cc12b8c5", default-features = false }
openmls_basic_credential = { git = "https://github.com/xmtp/openmls", rev = "cf42738018d093434c955a1b50a9de34cc12b8c5" }
openmls_rust_crypto = { git = "https://github.com/xmtp/openmls", rev = "cf42738018d093434c955a1b50a9de34cc12b8c5" }
openmls_traits = { git = "https://github.com/xmtp/openmls", rev = "cf42738018d093434c955a1b50a9de34cc12b8c5" }
pbjson = "0.6.0"
pbjson-types = "0.6.0"
prost = "^0.12"
prost-types = "^0.12"
rand = "0.8.5"
regex = "1.10.4"
rustc-hex = "2.1.0"
serde = "1.0"
serde_json = "1.0"
sha2 = "0.10.8"
thiserror = "1.0"
tls_codec = "0.4.0"
tls_codec = "0.4.1"
tokio = { version = "1.35.1", default-features = false }
async-stream = "0.3"
tonic = "^0.11"
tracing = { version = "0.1" }
tracing-subscriber = "0.3"
url = "2.5.0"
tonic = "^0.11"
prost = "^0.12"
prost-types = "^0.12"
pbjson = "0.6.0"
pbjson-types = "0.6.0"

# Internal Crate Dependencies
xmtp_cryptography = { path = "xmtp_cryptography" }
Expand Down
67 changes: 24 additions & 43 deletions bindings_ffi/Cargo.lock

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

Loading

0 comments on commit 1a5d0eb

Please sign in to comment.