Skip to content

Commit

Permalink
awc 3.0, actix-http 3.0, rustls 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Jan 8, 2021
1 parent fdb3fc8 commit 8e275d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libsignal-service-actix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ edition = "2018"
libsignal-service = { path = "../libsignal-service" }
libsignal-protocol = { git = "https://github.com/Michael-F-Bryan/libsignal-protocol-rs" }

awc = { version = "2.0.0", features=["rustls"] }
awc = { version = "3.0.0-beta.1", features=["rustls"] }
actix = "0.11.0-beta.1"
actix-http = "2.2.0"
actix-http = "3.0.0-beta.1"
actix-rt = "2.0.0-beta.1"
mpart-async = "0.4.2"
serde_json = "1.0"
futures = "0.3"
bytes = "1"
rustls = "0.18"
rustls = "0.19"
url = "2.1"
serde = "1.0"
log = "0.4.8"
Expand Down

0 comments on commit 8e275d9

Please sign in to comment.