Skip to content

Commit

Permalink
Update base64 requirement from 0.21.2 to 0.22.1 in /sdk (#519)
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.21.2...v0.22.1)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
...
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent 2a14e23 commit a539aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async-generic = "1.1"
async-recursion = "1.1.1"
async-trait = { version = "0.1.77" }
atree = "0.5.2"
base64 = "0.21.2"
base64 = "0.22.1"
bcder = "0.7.3"
bytes = "1.4.0"
byteorder = { version = "1.4.3", default-features = false }
Expand Down

0 comments on commit a539aae

Please sign in to comment.