diff --git a/Cargo.lock b/Cargo.lock index 0ed89c2..6024985 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1903,7 +1903,7 @@ dependencies = [ [[package]] name = "de-mls" version = "4.0.0" -source = "git+https://github.com/vacp2p/de-mls?rev=5cfce1b97305363466c0e68668fcd85cad4b8996#5cfce1b97305363466c0e68668fcd85cad4b8996" +source = "git+https://github.com/vacp2p/de-mls?rev=2eef52fc134c934d4384c665eccc96112893e5b5#2eef52fc134c934d4384c665eccc96112893e5b5" dependencies = [ "hashgraph-like-consensus", "indexmap 2.14.0", diff --git a/core/conversations/Cargo.toml b/core/conversations/Cargo.toml index 0742a7a..bbd1fbd 100644 --- a/core/conversations/Cargo.toml +++ b/core/conversations/Cargo.toml @@ -19,7 +19,7 @@ storage = { workspace = true } alloy = "2.0" base64 = "0.22" chat-proto = { workspace = true } -de-mls = { git = "https://github.com/vacp2p/de-mls", rev = "5cfce1b97305363466c0e68668fcd85cad4b8996" } +de-mls = { git = "https://github.com/vacp2p/de-mls", rev = "2eef52fc134c934d4384c665eccc96112893e5b5" } double-ratchets = { path = "../double-ratchets" } hashgraph-like-consensus = "0.6.0" hex = "0.4.3"