mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-13 07:44:59 +00:00
Use subtle to replace deprecated ring::constant_time::verify_slices_are_equal (#5680)
This commit is contained in:
parent
6edceb5f7a
commit
1dae6093c9
3 changed files with 7 additions and 6 deletions
|
@ -90,7 +90,8 @@ libsqlite3-sys = { version = "0.31.0", features = ["bundled"], optional = true }
|
|||
|
||||
# Crypto-related libraries
|
||||
rand = "0.9.0"
|
||||
ring = "0.17.11"
|
||||
ring = "0.17.13"
|
||||
subtle = "2.6.1"
|
||||
|
||||
# UUID generation
|
||||
uuid = { version = "1.14.0", features = ["v4"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue