Update rauth, pin git repositories in Cargo.toml.

This commit is contained in:
Paul Makles
2021-01-25 21:35:47 +00:00
parent 99e2f874a1
commit 75a35831da
5 changed files with 266 additions and 186 deletions

View File

@@ -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" },
))
}
}