diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,6 +20,6 @@ serde = { version = "1.0.208", features = ["derive"] } tokio-postgres = "0.7.11" jsonwebtoken = "9.3.0" once_cell = "1.19.0" -chrono = "0.4.38" +chrono = { version = "0.4.38", features = ["serde"] } sha256 = "1.5.0" axum-extra = { version = "0.9.3", features = ["typed-header"] } |