Skip to content

Commit

Permalink
build(deps): update base64 requirement from 0.13.0 to 0.22.1
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.13.0...v0.22.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 8dc3f52 commit 3aa4f04
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 @@ -33,7 +33,7 @@ clap = { version = "<4.5", features = [ "derive" ] }
codicon = "3.0"
colorful = "0.2.2"
libc = "0.2.139"
base64 = "0.13.0"
base64 = "0.22.1"
openssl = { version = "0.10", features = ["vendored"] }
uuid = "1.3.2"
anyhow = "1.0.57"
Expand Down

0 comments on commit 3aa4f04

Please sign in to comment.