diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2024-01-28 13:33:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-28 13:33:45 +0000 |
| commit | bdcb143996567c9540fb411bc53448355665747b (patch) | |
| tree | c8152a7cfdf0f2d45c5f7e15a17b577206698340 /atuin-server/src/handlers/user.rs | |
| parent | chore: use resolver 2, update editions + cargo (#1635) (diff) | |
| download | atuin-bdcb143996567c9540fb411bc53448355665747b.zip | |
chore(deps): update axum (#1637)
Diffstat (limited to 'atuin-server/src/handlers/user.rs')
| -rw-r--r-- | atuin-server/src/handlers/user.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-server/src/handlers/user.rs b/atuin-server/src/handlers/user.rs index 535c740f..fb281ab3 100644 --- a/atuin-server/src/handlers/user.rs +++ b/atuin-server/src/handlers/user.rs @@ -8,9 +8,9 @@ use argon2::{ }; use axum::{ extract::{Path, State}, + http::StatusCode, Json, }; -use http::StatusCode; use metrics::counter; use rand::rngs::OsRng; use tracing::{debug, error, info, instrument}; |
