mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-08-01 12:33:45 +03:00
Implement V2 registration support
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@ serde = { version = "1.0.229", features = ["derive"] }
|
||||
serde_json = "1.0.151"
|
||||
|
||||
# A safe, extensible ORM and Query builder
|
||||
diesel = { version = "2.3.11", features = ["chrono", "r2d2", "numeric"] }
|
||||
diesel = { version = "2.3.11", features = ["chrono", "r2d2", "numeric", "64-column-tables"] }
|
||||
diesel_migrations = "2.3.2"
|
||||
|
||||
derive_more = { version = "2.1.1", features = [
|
||||
|
||||
Reference in New Issue
Block a user