Skip to content

Commit

Permalink
Update base64 requirement from 0.21.0 to 0.22.0
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and brian14708 committed Mar 5, 2024
1 parent 782c22e commit d233569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsar-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "tsar"
path = "src/lib.rs"

[dependencies]
base64 = "0.21.0"
base64 = "0.22.0"
half = { version = "2.1.0", features = ["num-traits"] }
num-traits = "0.2.15"
protobuf = "3.1.0"
Expand Down

0 comments on commit d233569

Please sign in to comment.