Skip to content

Commit

Permalink
Update base64 requirement from 0.21 to 0.22
Browse files Browse the repository at this point in the history
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.0...v0.22.1)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 15, 2024
1 parent d49e191 commit 03e5c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rustcrypto = ["aes", "cbc", "sha2", "hmac", "subtle"]
features = ["fernet_danger_timestamps"]

[dependencies]
base64 = "0.21"
base64 = "0.22"
byteorder = "1"
openssl = { version = "0.10", optional = true }
getrandom = "0.2"
Expand Down

0 comments on commit 03e5c17

Please sign in to comment.