mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-10 02:35:58 +03:00
Updated Error to implement Display and Debug, instead of using custom methods
This commit is contained in:
@@ -28,8 +28,8 @@ rmpv = "0.4.0"
|
||||
chashmap = "2.2.0"
|
||||
|
||||
# A generic serialization/deserialization framework
|
||||
serde = "1.0.82"
|
||||
serde_derive = "1.0.82"
|
||||
serde = "1.0.83"
|
||||
serde_derive = "1.0.83"
|
||||
serde_json = "1.0.33"
|
||||
|
||||
# Logging
|
||||
@@ -74,6 +74,9 @@ dotenv = { version = "0.13.0", default-features = false }
|
||||
# Lazy static macro
|
||||
lazy_static = { version = "1.2.0", features = ["nightly"] }
|
||||
|
||||
# More derives
|
||||
derive_more = "0.13.0"
|
||||
|
||||
# Numerical libraries
|
||||
num-traits = "0.2.6"
|
||||
num-derive = "0.2.3"
|
||||
|
Reference in New Issue
Block a user