diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ tokio = { version = "1.20", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } tower-http = { version = "0.3.4", features = ["trace", "compression-br", "propagate-header", "sensitive-headers"] } -sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "postgres" ] } +sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "postgres", "chrono" ] } sha256 = "1.0.3" validator = { version = "0.16.0", features = ["derive"] } -chrono = "0.4" +chrono = { version = "0.4", features = ["serde"] } |
