Skip to content

Commit

Permalink
Update awc and actix-http to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed Nov 26, 2023
1 parent e45d189 commit 9a42133
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libsignal-service-actix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ rust-version = "1.70.0"
# the Send requirement in libsignal-service needs to be lifted by enabling `unsend-futures`.
libsignal-service = { path = "../libsignal-service", features = ["unsend-futures"] }

awc = { version = "3.0.0-beta.19", features = ["rustls"] }
awc = { version = "3.2.0", features = ["rustls-0_21"] }
actix = "0.13"
actix-http = "3.2.0"
actix-rt = "2.4"
# mpart-async 0.6 requires Rust 2021, violating MSRV = 1.52
mpart-async = "0.5"
Expand Down

0 comments on commit 9a42133

Please sign in to comment.