chore: bump rauth; adds account deletion

closes #159
This commit is contained in:
Paul Makles
2022-06-09 16:00:59 +01:00
parent 80af18761f
commit f8b5c25c17
6 changed files with 26 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ mobc-redis = { version = "0.7.0", default-features = false, features = ["async-s
# web
rocket = { version = "0.5.0-rc.2", default-features = false, features = ["json"] }
rocket_empty = { git = "https://github.com/insertish/rocket_empty", branch = "master" }
rocket_rauth = { git = "https://github.com/insertish/rauth", rev = "1fe2187ad30231b6ba6432167ba0d929e97ffcc2" }
rocket_rauth = { git = "https://github.com/insertish/rauth", rev = "e71d54eba4712b6c6a8a4354ad9fa39677714e1f" }
# spec generation
schemars = "0.8.8"