1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-01-22 14:55:56 +01:00

Update the base64 dependency to 0.12

This commit is contained in:
Yuki Okushi 2020-04-03 17:01:36 +09:00
parent f6686c9292
commit 92c4230550
No known key found for this signature in database
GPG Key ID: B0986C85C0E2DAA1
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"