|
1 | 1 | [package] |
2 | 2 | name = "awc" |
3 | | -version = "3.8.1" |
| 3 | +version = "3.8.2" |
4 | 4 | authors = ["Nikolay Kim <fafhrd91@gmail.com>"] |
5 | 5 | description = "Async HTTP and WebSocket client library" |
6 | 6 | keywords = ["actix", "http", "framework", "async", "web"] |
@@ -98,7 +98,7 @@ dangerous-h2c = [] |
98 | 98 |
|
99 | 99 | [dependencies] |
100 | 100 | actix-codec = "0.5" |
101 | | -actix-http = { version = "3.10", features = ["http2", "ws"] } |
| 101 | +actix-http = { version = "3.12.0", features = ["http2", "ws"] } |
102 | 102 | actix-rt = { version = "2.1", default-features = false } |
103 | 103 | actix-service = "2" |
104 | 104 | actix-tls = { version = "3.4", features = ["connect", "uri"] } |
@@ -134,13 +134,13 @@ tls-rustls-0_23 = { package = "rustls", version = "0.23", optional = true, defau |
134 | 134 | hickory-resolver = { version = "0.25", optional = true, features = ["system-config", "tokio"] } |
135 | 135 |
|
136 | 136 | [dev-dependencies] |
137 | | -actix-http = { version = "3.7", features = ["openssl"] } |
| 137 | +actix-http = { version = "3.12", features = ["openssl"] } |
138 | 138 | actix-http-test = { version = "3", features = ["openssl"] } |
139 | 139 | actix-server = "2" |
140 | 140 | actix-test = { version = "0.1", features = ["openssl", "rustls-0_23"] } |
141 | 141 | actix-tls = { version = "3.4", features = ["openssl", "rustls-0_23"] } |
142 | 142 | actix-utils = "3" |
143 | | -actix-web = { version = "4", features = ["openssl"] } |
| 143 | +actix-web = { version = "4.13", features = ["openssl"] } |
144 | 144 |
|
145 | 145 | brotli = "8" |
146 | 146 | const-str = "0.5" # TODO(MSRV 1.77): update to 0.6 |
|
0 commit comments