diff --git a/Cargo.toml b/Cargo.toml index 7d44ae9..8ecc0de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"