aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3a07517..505232c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,6 @@ chrono = { version = "0.4.41", features = ["serde"] }
15entity = { version = "0.1.0", path = "entity" } 15entity = { version = "0.1.0", path = "entity" }
16headers = "0.4.1" 16headers = "0.4.1"
17jsonwebtoken = "9.3.1" 17jsonwebtoken = "9.3.1"
18migration = { version = "0.1.0", path = "migration" }
19sea-orm = { version = "1.1.14", features = ["sqlx-postgres", "runtime-tokio-rustls"] } 18sea-orm = { version = "1.1.14", features = ["sqlx-postgres", "runtime-tokio-rustls"] }
20serde = { version = "1.0.219", features = ["derive"] } 19serde = { version = "1.0.219", features = ["derive"] }
21serde_json = { version = "1.0.143", features = ["preserve_order"] } 20serde_json = { version = "1.0.143", features = ["preserve_order"] }
@@ -23,7 +22,7 @@ tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
23tower = "0.5.2" 22tower = "0.5.2"
24tower-http = { version = "0.6.6", features = ["trace"] } 23tower-http = { version = "0.6.6", features = ["trace"] }
25tracing = "0.1.41" 24tracing = "0.1.41"
26tracing-subscriber = "0.3.19" 25tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
27utoipa = { version = "5.4.0", features = ["axum_extras", "chrono", "preserve_order", "preserve_path_order"] } 26utoipa = { version = "5.4.0", features = ["axum_extras", "chrono", "preserve_order", "preserve_path_order"] }
28utoipa-axum = "0.2.0" 27utoipa-axum = "0.2.0"
29utoipa-scalar = { version = "0.3.0", features = ["axum"] } 28utoipa-scalar = { version = "0.3.0", features = ["axum"] }