Update imports

This commit is contained in:
Jazz Turner-Baggs 2026-06-13 08:58:10 -07:00
parent 8303bd85ba
commit 1a0ee68772
No known key found for this signature in database
2 changed files with 2600 additions and 49 deletions

2645
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -15,15 +15,19 @@ shared-traits = { workspace = true }
storage = { workspace = true }
# External dependencies (sorted)
alloy = "2.0"
base64 = "0.22"
chat-proto = { git = "https://github.com/logos-messaging/chat_proto", rev = "37ec98a151f6d50aab2905802ac0a896477e62ea" }
de-mls = { git = "https://github.com/vacp2p/de-mls", branch = "develop" }
double-ratchets = { path = "../double-ratchets" }
hashgraph-like-consensus = "0.5.1"
hex = "0.4.3"
openmls = { version = "0.8.1", features = ["libcrux-provider"] }
openmls_libcrux_crypto = "0.3.1"
openmls_memory_storage = "0.5.0"
openmls_traits = "0.5.0"
prost = "0.14.1"
rand = "0.9"
rand_core = { version = "0.6" }
safer-ffi = "0.1.13"
thiserror = "2.0.17"