Skip to content

Commit

Permalink
upgrade libsignal protocol 0.32.0 -> 0.40.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boxdot committed Mar 1, 2024
1 parent 7169fa4 commit e202d6f
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 e202d6f

Please sign in to comment.