Skip to content

Commit

Permalink
build(deps): update base64 requirement from 0.20 to 0.21
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.
- [Release notes](https://github.com/marshallpierce/rust-base64/releases)
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.20.0...v0.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 9, 2023
1 parent 65322ad commit 392b1a3
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 @@ -18,7 +18,7 @@ maintenance = { status = "experimental" }

[dependencies]
backoff = "0.4"
base64 = "0.20"
base64 = "0.21"
crossbeam-channel = "0.5"
log = "0.4"
rmp = "0.8"
Expand Down

0 comments on commit 392b1a3

Please sign in to comment.