Merge branch 'main' of git.hackbever.be:rusty-bever/blog
commit
fa3f966f6b
|
@ -22,7 +22,7 @@ rocket_sync_db_pools = { version = "0.1.0-rc.1", default_features = false, featu
|
||||||
# Used to (de)serialize JSON
|
# Used to (de)serialize JSON
|
||||||
serde = { version = "1.0.132", features = [ "derive" ] }
|
serde = { version = "1.0.132", features = [ "derive" ] }
|
||||||
# ORM
|
# ORM
|
||||||
diesel = { version = "1.4.7", features = ["postgres", "uuidv07", "chrono"] }
|
diesel = { version = "1.4.8", features = ["postgres", "uuidv07", "chrono"] }
|
||||||
diesel_migrations = "1.4.0"
|
diesel_migrations = "1.4.0"
|
||||||
# For password hashing & verification
|
# For password hashing & verification
|
||||||
rust-argon2 = "0.8.3"
|
rust-argon2 = "0.8.3"
|
||||||
|
|
Reference in New Issue