Skip to content

Commit

Permalink
Bump libsignal to 0.51.1 / curve25519-dalek to 4.1.3
Browse files Browse the repository at this point in the history
Fix nightly CI
  • Loading branch information
rubdos committed Jul 1, 2024
2 parents 42fc0d4 + 815a315 commit 65dae96
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,4 +3,4 @@ members = ["libsignal-service", "libsignal-service-actix", "libsignal-service-hy
default-members = ["libsignal-service", "libsignal-service-hyper"]

[patch.crates-io]
curve25519-dalek = { git = 'https://github.com/signalapp/curve25519-dalek', tag = 'signal-curve25519-4.1.1' }
curve25519-dalek = { git = 'https://github.com/signalapp/curve25519-dalek', tag = 'signal-curve25519-4.1.3' }
4 changes: 2 additions & 2 deletions libsignal-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ license = "AGPL-3.0"
readme = "../README.md"

[dependencies]
libsignal-protocol = { git = "https://github.com/signalapp/libsignal", tag = "v0.51.0" }
zkgroup = { git = "https://github.com/signalapp/libsignal", tag = "v0.51.0" }
libsignal-protocol = { git = "https://github.com/signalapp/libsignal", tag = "v0.51.1" }
zkgroup = { git = "https://github.com/signalapp/libsignal", tag = "v0.51.1" }

aes = "0.8"
aes-gcm = "0.10"
Expand Down

0 comments on commit 65dae96

Please sign in to comment.