1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

prepare web and awc releases

closes #1799
This commit is contained in:
Rob Ede
2020-11-29 16:33:45 +00:00
parent fe6ad816cc
commit 0b5b463cfa
7 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "awc"
version = "2.0.2"
version = "2.0.3"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Async HTTP and WebSocket client library built on the Actix ecosystem"
readme = "README.md"
@ -39,7 +39,7 @@ compress = ["actix-http/compress"]
[dependencies]
actix-codec = "0.3.0"
actix-service = "1.0.6"
actix-http = "2.0.0"
actix-http = "2.2.0"
actix-rt = "1.0.0"
base64 = "0.13"