From fc51ff9e22a809e257ae92f12272f1dbcb31f594 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 22 Aug 2024 22:25:57 +0200 Subject: Add position type and query on it --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8391d64..4570036 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } -- cgit v1.2.3-71-g8e6c