temporary dep; waiting for upstream

This commit is contained in:
Jazz Turner-Baggs 2026-07-07 16:15:30 -07:00
parent 6d76ab2425
commit 1477f6a307
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1817,7 +1817,7 @@ dependencies = [
[[package]] [[package]]
name = "de-mls" name = "de-mls"
version = "4.0.0" version = "4.0.0"
source = "git+https://github.com/vacp2p/de-mls?branch=main#2b3eed17723d4fb12037ef8cfb1f5e8c115b09a1" source = "git+https://github.com/vacp2p/de-mls?branch=jazzz%2Fexpose_extensions#ef69b8fbcaae64d2210ac36ca9047e0cb48a00f2"
dependencies = [ dependencies = [
"hashgraph-like-consensus", "hashgraph-like-consensus",
"indexmap 2.14.0", "indexmap 2.14.0",

View File

@ -18,7 +18,7 @@ storage = { workspace = true }
alloy = "2.0" alloy = "2.0"
base64 = "0.22" base64 = "0.22"
chat-proto = { git = "https://github.com/logos-messaging/chat_proto", rev = "37ec98a151f6d50aab2905802ac0a896477e62ea" } chat-proto = { git = "https://github.com/logos-messaging/chat_proto", rev = "37ec98a151f6d50aab2905802ac0a896477e62ea" }
de-mls = { git = "https://github.com/vacp2p/de-mls", branch = "main"} de-mls = { git = "https://github.com/vacp2p/de-mls", branch = "jazzz/expose_extensions"}
double-ratchets = { path = "../double-ratchets" } double-ratchets = { path = "../double-ratchets" }
hashgraph-like-consensus = "0.5.1" hashgraph-like-consensus = "0.5.1"
hex = "0.4.3" hex = "0.4.3"