Skip to content

Commit

Permalink
chore: update base64 to v0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Mar 3, 2024
1 parent c10f05a commit 49020e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actix-http/Cargo.toml
Expand Up @@ -106,7 +106,7 @@ h2 = { version = "0.3.24", optional = true }

# websockets
local-channel = { version = "0.1", optional = true }
base64 = { version = "0.21", optional = true }
base64 = { version = "0.22", optional = true }
rand = { version = "0.8", optional = true }
sha1 = { version = "0.10", optional = true }

Expand Down
5 changes: 4 additions & 1 deletion actix-web/CHANGES.md
Expand Up @@ -2,9 +2,12 @@

## Unreleased

### Changed
### Added

- Add `unicode` crate feature (on-by-default) to switch between `regex` and `regex-lite` as a trade-off between full unicode support and binary size.

### Changed

- Minimum supported Rust version (MSRV) is now 1.72.

## 4.5.1
Expand Down
2 changes: 1 addition & 1 deletion awc/Cargo.toml
Expand Up @@ -79,7 +79,7 @@ actix-rt = { version = "2.1", default-features = false }
actix-tls = { version = "3.3", features = ["connect", "uri"] }
actix-utils = "3"

base64 = "0.21"
base64 = "0.22"
bytes = "1"
cfg-if = "1"
derive_more = "0.99.5"
Expand Down

0 comments on commit 49020e7

Please sign in to comment.