Skip to content

Commit

Permalink
deps(rust): update base32 requirement from ^0.4.0 to ^0.5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [base32](https://github.com/andreasots/base32) to permit the latest version.
- [Commits](andreasots/base32@v0.4.0...v0.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 23, 2024
1 parent 363a31a commit e39f31e
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 @@ -53,7 +53,7 @@ idmap = { path = "src/idmap" }

# Kanidm deps
argon2 = { version = "0.5.2", features = ["alloc"] }
base32 = "^0.4.0"
base32 = "^0.5.0"
base64 = "^0.22.0"
base64urlsafedata = "0.5.0"
hex = "^0.4.3"
Expand Down

0 comments on commit e39f31e

Please sign in to comment.