Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump base64 to 0.13 #1744

Merged
merged 1 commit into from
Oct 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion actix-http/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changes

## Unreleased - 2020-xx-xx

* Upgrade `base64` to `0.13`.

## 2.0.0 - 2020-09-11
* No significant changes from `2.0.0-beta.4`.
Expand Down
2 changes: 1 addition & 1 deletion actix-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ actix-threadpool = "0.3.1"
actix-tls = { version = "2.0.0", optional = true }
actix = { version = "0.10.0", optional = true }

base64 = "0.12"
base64 = "0.13"
bitflags = "1.2"
bytes = "0.5.3"
cookie = { version = "0.14.1", features = ["percent-encode"] }
Expand Down
2 changes: 1 addition & 1 deletion awc/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changes

## Unreleased - 2020-xx-xx

* Upgrade `base64` to `0.13`.

## 2.0.0 - 2020-09-11
### Changed
Expand Down
2 changes: 1 addition & 1 deletion awc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ actix-service = "1.0.6"
actix-http = "2.0.0"
actix-rt = "1.0.0"

base64 = "0.12"
base64 = "0.13"
bytes = "0.5.3"
derive_more = "0.99.2"
futures-core = { version = "0.3.5", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions test-server/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased - 2020-xx-xx

* add ability to set address for `TestServer` [#1645]
* Upgrade `base64` to `0.13`.

[#1645]: https://github.com/actix/actix-web/pull/1645

Expand Down
2 changes: 1 addition & 1 deletion test-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ actix-server = "1.0.0"
actix-testing = "1.0.0"
awc = "2.0.0"

base64 = "0.12"
base64 = "0.13"
bytes = "0.5.3"
futures-core = { version = "0.3.5", default-features = false }
http = "0.2.0"
Expand Down