Update rauth, pin git repositories in Cargo.toml.
This commit is contained in:
@@ -29,7 +29,7 @@ impl<'a, 'r> FromRequest<'a, 'r> for User {
|
||||
} else {
|
||||
Outcome::Failure((
|
||||
Status::InternalServerError,
|
||||
rauth::util::Error::DatabaseError,
|
||||
rauth::util::Error::DatabaseError { operation: "find_one", with: "user" },
|
||||
))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user