mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-15 23:42:31 +00:00
Updated some dependencies and removed old unused attribute that might create compile errors
This commit is contained in:
parent
96e20a66a0
commit
3a1321a5a9
3 changed files with 50 additions and 52 deletions
|
@ -16,9 +16,9 @@ reqwest = "0.8.5"
|
|||
multipart = "0.14.2"
|
||||
|
||||
# A generic serialization/deserialization framework
|
||||
serde = "1.0.39"
|
||||
serde_derive = "1.0.39"
|
||||
serde_json = "1.0.15"
|
||||
serde = "1.0.43"
|
||||
serde_derive = "1.0.43"
|
||||
serde_json = "1.0.16"
|
||||
|
||||
# A safe, extensible ORM and Query builder
|
||||
diesel = { version = "1.2.2", features = ["sqlite", "chrono", "r2d2"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue