Skip to content

Commit

Permalink
Update base64 requirement from 0.21 to 0.22 (#22)
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.0...v0.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 21, 2024
1 parent 553a551 commit 947e43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords.workspace = true
[dependencies]
async-stream = "0.3"
async-trait = "0.1"
base64 = { version = "0.21", optional = true }
base64 = { version = "0.22", optional = true }
futures = "0.3"
http = { version = "0.2", optional = true }
js-sys = { version = "0.3", optional = true }
Expand Down

0 comments on commit 947e43d

Please sign in to comment.