bump workspace versions and replace cfg-if in crypto (#2851)

This commit is contained in:
houseme
2026-05-07 17:04:27 +08:00
committed by GitHub
parent f1cd7c1345
commit eaa5ff3053
4 changed files with 146 additions and 96 deletions
-1
View File
@@ -31,7 +31,6 @@ workspace = true
[dependencies]
aes-gcm = { workspace = true, optional = true }
argon2 = { workspace = true, optional = true }
cfg-if = { workspace = true }
chacha20poly1305 = { workspace = true, optional = true }
jsonwebtoken = { workspace = true }
pbkdf2 = { workspace = true, optional = true }