Skip to content

Commit

Permalink
Update base64 requirement from 0.21 to 0.22 (#318)
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.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 2, 2024
1 parent 9166dd4 commit 946ff0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -20,7 +20,7 @@ rust-version = "1.74.0"

[dependencies]
async-trait = "0.1.21"
base64 = "0.21"
base64 = "0.22"
base64-serde = "0.7"
bytes = "1"
dashmap = "5"
Expand Down

0 comments on commit 946ff0f

Please sign in to comment.