mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-07-28 18:53:14 +00:00
Pin de-mls to v4.0.0 tag
This commit is contained in:
parent
4ca789ac10
commit
150c409514
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1813,8 +1813,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "de-mls"
|
name = "de-mls"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
source = "git+https://github.com/vacp2p/de-mls?branch=develop#c8cd6c903726684dc4660a773bfa712c2c8be5a3"
|
source = "git+https://github.com/vacp2p/de-mls?tag=v4.0.0#425203056d4586115beef6559b49560095a15256"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hashgraph-like-consensus",
|
"hashgraph-like-consensus",
|
||||||
"indexmap 2.14.0",
|
"indexmap 2.14.0",
|
||||||
|
|||||||
@ -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 = "develop" }
|
de-mls = { git = "https://github.com/vacp2p/de-mls", tag = "v4.0.0" }
|
||||||
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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user