forked from whisperfish/presage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update libsignal-service-rs (whisperfish#230)
* Update libsignal-service-rs * Update dependencies * Add protobuf to CI
- Loading branch information
1 parent
dac9b35
commit 85580bb
Showing
11 changed files
with
69 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,21 +5,21 @@ edition = "2021" | |
authors = ["Gabriel Féron <[email protected]>"] | ||
|
||
[build-dependencies] | ||
prost-build = "0.10" | ||
prost-build = "> 0.10, <= 0.12" | ||
|
||
[dependencies] | ||
presage = { path = "../presage" } | ||
presage-store-cipher = { path = "../presage-store-cipher", optional = true } | ||
|
||
async-trait = "0.1" | ||
base64 = "0.12" | ||
fs_extra = "1.2" | ||
log = "0.4.8" | ||
base64 = "0.21" | ||
fs_extra = "1.3" | ||
log = "0.4.20" | ||
sled = { version = "0.34" } | ||
serde = { version = "1.0", features = ["derive"] } | ||
serde_json = "1.0" | ||
thiserror = "1.0" | ||
prost = "0.10" | ||
prost = "> 0.10, <= 0.12" | ||
sha2 = "0.10" | ||
quickcheck_macros = "1.0.0" | ||
|
||
|
@@ -29,7 +29,7 @@ futures = "0.3" | |
quickcheck = "1.0.3" | ||
quickcheck_async = "0.1" | ||
rand = "0.8" | ||
tokio = { version = "1.0", default-features = false, features = ["time"] } | ||
tokio = { version = "1.35", default-features = false, features = ["time"] } | ||
|
||
[features] | ||
default = ["encryption"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,19 +6,18 @@ authors = ["Gabriel Féron <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
libsignal-service = { git = "https://github.com/whisperfish/libsignal-service-rs", rev = "9d55addebe010f0acbcabdfc02ab41979c1863e0" } | ||
libsignal-service-hyper = { git = "https://github.com/whisperfish/libsignal-service-rs", rev = "9d55addebe010f0acbcabdfc02ab41979c1863e0" } | ||
libsignal-service = { git = "https://github.com/whisperfish/libsignal-service-rs", rev = "0ad842f7646b21feca3c79d1e7f73d052529314d" } | ||
libsignal-service-hyper = { git = "https://github.com/whisperfish/libsignal-service-rs", rev = "0ad842f7646b21feca3c79d1e7f73d052529314d" } | ||
|
||
base64 = "0.21" | ||
futures = "0.3" | ||
log = "0.4.8" | ||
log = "0.4.20" | ||
rand = "0.8" | ||
serde = "1.0" | ||
serde_json = "1.0" | ||
thiserror = "1.0" | ||
url = "2.2" | ||
parking_lot = "0.11" | ||
tokio = { version = "1.0", default-features = false, features = ["sync", "time"] } | ||
url = "2.5" | ||
tokio = { version = "1.35", default-features = false, features = ["sync", "time"] } | ||
sha2 = "0.10.8" | ||
|
||
[dev-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters