feat: add route to fetch user flags

chore: bump rauth to change disabled account behaviour
This commit is contained in:
Paul Makles
2023-01-20 17:47:26 +00:00
parent c0ef3d295a
commit 7a6bd70dcd
4 changed files with 30 additions and 2 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 = { version = "0.1.1", features = ["schema"] }
rocket_rauth = { git = "https://github.com/insertish/rauth", tag = "1.0.3" }
rocket_rauth = { git = "https://github.com/insertish/rauth", tag = "1.0.4" }
# spec generation
schemars = "0.8.8"