Skip to content

Commit

Permalink
upgrade libsignal-service 0.51.1 -> 0.56.1
Browse files Browse the repository at this point in the history
Also upgrade:

* prost 0.13
* base64 0.22
* mpart-async 0.7
  • Loading branch information
boxdot committed Sep 2, 2024
1 parent 3b8656a commit 5470ce6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion libsignal-service-hyper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bytes = "1.0"
futures = "0.3"
tracing = "0.1"
tracing-futures = "0.2"
mpart-async = "0.6"
mpart-async = "0.7"
serde = "1.0"
serde_json = "1.0"
thiserror = "1.0"
Expand Down
12 changes: 5 additions & 7 deletions libsignal-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ license = "AGPL-3.0"
readme = "../README.md"

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

aes = "0.8"
aes-gcm = "0.10"
cbc = "0.1"
ctr = "0.9"
async-trait = "0.1"
base64 = "0.21"
base64 = "0.22"
bincode = "1.3"
bytes = "1"
chrono = { version = "0.4", features = ["serde", "clock"], default-features = false }
Expand All @@ -25,7 +25,7 @@ hex = "0.4"
hkdf = "0.12"
hmac = "0.12"
phonenumber = "0.3"
prost = "> 0.10, <= 0.12"
prost = "0.13"
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.85"
Expand All @@ -38,13 +38,11 @@ tracing = { version = "0.1", features = ["log"] }
tracing-futures = "0.2"

[build-dependencies]
prost-build = "> 0.10, <= 0.12"
prost-build = "0.13"

[dev-dependencies]
anyhow = "1.0"
tokio = { version = "1.0", features = ["macros", "rt"] }

rustls = "0.22"

[features]
unsend-futures = []

0 comments on commit 5470ce6

Please sign in to comment.