1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-02 10:59:03 +01:00

Merge pull request #38 from JohnTitor/base64

Update the `base64` dependency to 0.12
This commit is contained in:
Yuki Okushi 2020-04-03 20:47:17 +09:00 committed by GitHub
commit 4d64ac13dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [unreleased]
- Update the `base64` dependency to 0.12
## [0.4.1] - 2020-02-19
- Move repository to actix-extras

View File

@ -21,7 +21,7 @@ actix-web = { version = "^2.0", default_features = false }
actix-service = "1.0"
futures = "0.3"
bytes = "0.5"
base64 = "0.11"
base64 = "0.12"
[dev-dependencies]
actix-rt = "1.0"