mirror of
https://github.com/actix/actix-web.git
synced 2024-11-29 21:11:17 +00:00
http: Update base64
to 0.12
This commit is contained in:
parent
2314dc30b5
commit
8391427905
2 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@
|
||||||
|
|
||||||
* Bump minimum supported Rust version to 1.40
|
* Bump minimum supported Rust version to 1.40
|
||||||
* content_length function is removed, and you can set Content-Length by calling no_chunking function [#1439]
|
* content_length function is removed, and you can set Content-Length by calling no_chunking function [#1439]
|
||||||
|
|
||||||
* `BodySize::Sized64` variant has been removed. `BodySize::Sized` now receives a
|
* `BodySize::Sized64` variant has been removed. `BodySize::Sized` now receives a
|
||||||
`u64` instead of a `usize`.
|
`u64` instead of a `usize`.
|
||||||
|
* Update `base64` dependency to 0.12
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ actix-threadpool = "0.3.1"
|
||||||
actix-tls = { version = "2.0.0-alpha.1", optional = true }
|
actix-tls = { version = "2.0.0-alpha.1", optional = true }
|
||||||
actix = { version = "0.10.0-alpha.1", optional = true }
|
actix = { version = "0.10.0-alpha.1", optional = true }
|
||||||
|
|
||||||
base64 = "0.11"
|
base64 = "0.12"
|
||||||
bitflags = "1.2"
|
bitflags = "1.2"
|
||||||
bytes = "0.5.3"
|
bytes = "0.5.3"
|
||||||
copyless = "0.1.4"
|
copyless = "0.1.4"
|
||||||
|
|
Loading…
Reference in a new issue