Skip to content

Commit

Permalink
Bump base64 from 0.21.4 to 0.22.1
Browse files Browse the repository at this point in the history
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.4 to 0.22.1.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.4...v0.22.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent a590d54 commit b380103
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ uuid = { version = "1.7", features = [
"fast-rng",
"macro-diagnostics",
] }
base64 = "0.21.3"
base64 = "0.22.1"
clap = { version = "4.5.0", features = ["derive", "env"] }
termcolor = "1.4.1"
ed25519-dalek = { version = "2", features = ["pem"] }
Expand Down

0 comments on commit b380103

Please sign in to comment.