Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
deps(rust): update base64 requirement from ^0.21.5 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.5...v0.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dmulder committed Mar 26, 2024
1 parent a92c4e3 commit e092f0e
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 @@ -20,7 +20,7 @@ broker = ["dep:compact_jwt", "compact_jwt/msextensions", "dep:kanidm-hsm-crypto"
tpm = ["broker", "kanidm-hsm-crypto/tpm"]

[dependencies]
base64 = "^0.21.5"
base64 = "^0.22.0"
reqwest = { version = "^0.11.24", features = ["json", "cookies"] }
serde = { version = "^1.0.180", features = ["derive"] }
serde_json = "^1.0.96"
Expand Down

0 comments on commit e092f0e

Please sign in to comment.