mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-19 17:25:24 +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
5
Cargo.lock
generated
5
Cargo.lock
generated
|
|
@ -2972,9 +2972,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ring"
|
||||
version = "0.17.11"
|
||||
version = "0.17.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "da5349ae27d3887ca812fb375b45a4fbb36d8d12d2df394968cd86e35683fe73"
|
||||
checksum = "70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"cfg-if",
|
||||
|
|
@ -4142,6 +4142,7 @@ dependencies = [
|
|||
"semver",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"subtle",
|
||||
"syslog",
|
||||
"time",
|
||||
"tokio",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue