Skip to content

Commit

Permalink
Update base64-serde requirement from 0.7 to 0.8 (#326)
Browse files Browse the repository at this point in the history
Updates the requirements on [base64-serde](https://github.com/marshallpierce/base64-serde) to permit the latest version.
- [Changelog](https://github.com/marshallpierce/base64-serde/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/base64-serde@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: base64-serde
  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] authored Oct 1, 2024
1 parent 330dafe commit 19e9ce9
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 @@ -20,7 +20,7 @@ rust-version = "1.75.0"

[dependencies]
base64 = "0.22"
base64-serde = "0.7"
base64-serde = "0.8"
bytes = "1"
dashmap = "6"
futures = "0.3.1"
Expand Down

0 comments on commit 19e9ce9

Please sign in to comment.