Skip to content

Commit

Permalink
Bump libsignal-service-rs (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
gferon authored Oct 21, 2024
1 parent 68c088e commit fad83ed
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions presage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
license = "AGPL-3.0-only"

[dependencies]
libsignal-service = { git = "https://github.com/whisperfish/libsignal-service-rs", rev = "72f89cdf6bdda1c828319e50f65d8ead2c376351" }
libsignal-service = { git = "https://github.com/whisperfish/libsignal-service-rs", rev = "158757cac4acafe0ba76977ade2b37b9c43bc4b7" }

base64 = "0.22"
futures = "0.3"
Expand All @@ -17,7 +17,10 @@ serde = "1.0"
serde_json = "1.0"
sha2 = "0.10.8"
thiserror = "1.0"
tokio = { version = "1.35", default-features = false, features = ["sync", "time"] }
tokio = { version = "1.35", default-features = false, features = [
"sync",
"time",
] }
tracing = "0.1"
url = "2.5"
serde_with = "3.11.0"
Expand Down

0 comments on commit fad83ed

Please sign in to comment.