mirror of
https://github.com/actix/actix-extras.git
synced 2025-01-22 23:05:56 +01:00
Update the base64
dependency to 0.12
This commit is contained in:
parent
f6686c9292
commit
92c4230550
@ -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/)
|
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).
|
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
|
## [0.4.1] - 2020-02-19
|
||||||
- Move repository to actix-extras
|
- Move repository to actix-extras
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ actix-web = { version = "^2.0", default_features = false }
|
|||||||
actix-service = "1.0"
|
actix-service = "1.0"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
bytes = "0.5"
|
bytes = "0.5"
|
||||||
base64 = "0.11"
|
base64 = "0.12"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
actix-rt = "1.0"
|
actix-rt = "1.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user