Add anyhow, Improve Auth token code
Moved test helper code to its own module.
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -372,6 +372,12 @@ dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.44"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1"
|
||||
|
||||
[[package]]
|
||||
name = "async-trait"
|
||||
version = "0.1.50"
|
||||
@@ -1156,6 +1162,7 @@ dependencies = [
|
||||
"actix-rt",
|
||||
"actix-web",
|
||||
"actix-web-prom",
|
||||
"anyhow",
|
||||
"bcrypt",
|
||||
"chrono",
|
||||
"diesel",
|
||||
|
||||
Reference in New Issue
Block a user