From 48236c467a704e085f112bb7fc1c86e8004e7e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20F=C3=A9ron?= Date: Tue, 22 Oct 2024 23:23:20 +0200 Subject: [PATCH] Send note to self to the "right side" to other clients (#284) --- presage/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presage/Cargo.toml b/presage/Cargo.toml index 3a61cd2e8..6482852ac 100644 --- a/presage/Cargo.toml +++ b/presage/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" license = "AGPL-3.0-only" [dependencies] -libsignal-service = { git = "https://github.com/whisperfish/libsignal-service-rs", rev = "158757cac4acafe0ba76977ade2b37b9c43bc4b7" } +libsignal-service = { git = "https://github.com/whisperfish/libsignal-service-rs", rev = "468fa6f84cce0db3bdf11609d165758291da99df" } base64 = "0.22" futures = "0.3"