Skip to content

Commit

Permalink
upgrade libsignal protocol 0.32.0 -> 0.40.1 (#242)
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Féron <g@leirbag.net>
  • Loading branch information
boxdot and gferon authored Mar 1, 2024
1 parent be7cdee commit 97e2357
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["presage", "presage-cli", "presage-store-sled", "presage-store-cipher
resolver = "2"

[patch.crates-io]
curve25519-dalek = { git = 'https://github.com/signalapp/curve25519-dalek', tag = 'signal-curve25519-4.0.0' }
curve25519-dalek = { git = 'https://github.com/signalapp/curve25519-dalek', tag = 'signal-curve25519-4.1.1' }

# [patch."https://github.com/whisperfish/libsignal-service-rs.git"]
# libsignal-service = { path = "../libsignal-service-rs/libsignal-service" }
Expand Down
4 changes: 2 additions & 2 deletions presage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2021"
license = "AGPL-3.0-only"

[dependencies]
libsignal-service = { git = "https://github.com/whisperfish/libsignal-service-rs", rev = "6b8b2b087" }
libsignal-service-hyper = { git = "https://github.com/whisperfish/libsignal-service-rs", rev = "6b8b2b087" }
libsignal-service = { git = "https://github.com/whisperfish/libsignal-service-rs", rev = "689a4c2" }
libsignal-service-hyper = { git = "https://github.com/whisperfish/libsignal-service-rs", rev = "689a4c2" }

base64 = "0.21"
futures = "0.3"
Expand Down

0 comments on commit 97e2357

Please sign in to comment.