Skip to content

Commit

Permalink
Bump libsignal to v0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gferon committed Dec 15, 2023
1 parent 34ad911 commit 751ed63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0.0' }
curve25519-dalek = { git = 'https://github.com/signalapp/curve25519-dalek', tag = 'signal-curve25519-4.1.1' }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ libsignal-protocol = { git = "https://github.com/signalapp/libsignal-client", br
zkgroup = { version = "0.9.0", git = "https://github.com/signalapp/libsignal-client", branch = "main" }

[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" }
```

If you're using a Cargo workspace, you should add the `[patch.crates.io]` section in the root `Cargo.toml` file instead.
Expand Down
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.32.0" }
zkgroup = { git = "https://github.com/signalapp/libsignal", tag = "v0.32.0" }
libsignal-protocol = { git = "https://github.com/signalapp/libsignal", tag = "v0.37.0" }
zkgroup = { git = "https://github.com/signalapp/libsignal", tag = "v0.37.0" }

aes = { version = "0.7", features = ["ctr"] }
aes-gcm = "0.9"
Expand Down

0 comments on commit 751ed63

Please sign in to comment.