Skip to content

Commit

Permalink
build(deps): bump base64 from 0.21.4 to 0.22.0
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.0.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.4...v0.22.0)

---
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 Apr 9, 2024
1 parent c4fafb2 commit e4bf493
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 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 enclave_build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde_yaml = "0.8"
serde_json = "1.0"
tempfile = "3.5.0"
tokio = { version = "1.27", features = ["rt-multi-thread"] }
base64 = "0.21"
base64 = "0.22"
log = "0.4"
url = "2.4"
sha2 = "0.9.5"
Expand Down

0 comments on commit e4bf493

Please sign in to comment.