Skip to content

Commit

Permalink
Bump base64 from 0.13.1 to 0.20.0
Browse files Browse the repository at this point in the history
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.13.1 to 0.20.0.
- [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.13.1...v0.20.0)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 19, 2022
1 parent ac85fd5 commit 5db21ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crev-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MPL-2.0 OR MIT OR Apache-2.0"
readme = "README.md"

[dependencies]
base64 = "0.13"
base64 = "0.20"
blake2 = "0.9.2"
chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] }
hex = "0.4.3"
Expand Down

0 comments on commit 5db21ed

Please sign in to comment.