From acf3f72d2d0b8e4b96809783cb82cefbbc23441f Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Sat, 18 Oct 2025 14:34:10 +0300 Subject: Remove unused dependency --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 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"] } entity = { version = "0.1.0", path = "entity" } headers = "0.4.1" jsonwebtoken = "9.3.1" -migration = { version = "0.1.0", path = "migration" } sea-orm = { version = "1.1.14", features = ["sqlx-postgres", "runtime-tokio-rustls"] } serde = { version = "1.0.219", features = ["derive"] } serde_json = { version = "1.0.143", features = ["preserve_order"] } @@ -23,7 +22,7 @@ tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] } tower = "0.5.2" tower-http = { version = "0.6.6", features = ["trace"] } tracing = "0.1.41" -tracing-subscriber = "0.3.19" +tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } utoipa = { version = "5.4.0", features = ["axum_extras", "chrono", "preserve_order", "preserve_path_order"] } utoipa-axum = "0.2.0" utoipa-scalar = { version = "0.3.0", features = ["axum"] } -- cgit v1.2.3