mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-09 18:25:58 +03:00
Fix db issues with Option<> values and upd crates (#5594)
Some tables were lacking an option to convert Option<> to NULL. This commit will fix that. Also updated the crates to the latest version available.
This commit is contained in:
committed by
GitHub
parent
d5c353427d
commit
3baffeee9a
@@ -90,7 +90,7 @@ libsqlite3-sys = { version = "0.31.0", features = ["bundled"], optional = true }
|
||||
|
||||
# Crypto-related libraries
|
||||
rand = "0.9.0"
|
||||
ring = "0.17.8"
|
||||
ring = "0.17.9"
|
||||
|
||||
# UUID generation
|
||||
uuid = { version = "1.13.1", features = ["v4"] }
|
||||
|
Reference in New Issue
Block a user