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

awc: Update base64 to 0.12

This commit is contained in:
Yuki Okushi
2020-05-21 09:51:58 +09:00
parent 8391427905
commit 603973dede
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
* Implement `std::error::Error` for our custom errors [#1422]
* Bump minimum supported Rust version to 1.40
* Update `base64` dependency to 0.12
[#1422]: https://github.com/actix/actix-web/pull/1422