diff options
| author | Tolmachev Igor <me@igorek.dev> | 2025-10-18 14:34:10 +0300 |
|---|---|---|
| committer | Tolmachev Igor <me@igorek.dev> | 2025-10-18 14:34:10 +0300 |
| commit | acf3f72d2d0b8e4b96809783cb82cefbbc23441f (patch) | |
| tree | f6d69e3ad9bcaf429f4a83b21cdae1f732c94707 /Cargo.toml | |
| parent | 413708f2baa3987b4b8c7c727eeee8cfd8d59f73 (diff) | |
| download | queue_server-acf3f72d2d0b8e4b96809783cb82cefbbc23441f.tar.gz queue_server-acf3f72d2d0b8e4b96809783cb82cefbbc23441f.zip | |
Remove unused dependency
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -15,7 +15,6 @@ chrono = { version = "0.4.41", features = ["serde"] } | |||
| 15 | entity = { version = "0.1.0", path = "entity" } | 15 | entity = { version = "0.1.0", path = "entity" } |
| 16 | headers = "0.4.1" | 16 | headers = "0.4.1" |
| 17 | jsonwebtoken = "9.3.1" | 17 | jsonwebtoken = "9.3.1" |
| 18 | migration = { version = "0.1.0", path = "migration" } | ||
| 19 | sea-orm = { version = "1.1.14", features = ["sqlx-postgres", "runtime-tokio-rustls"] } | 18 | sea-orm = { version = "1.1.14", features = ["sqlx-postgres", "runtime-tokio-rustls"] } |
| 20 | serde = { version = "1.0.219", features = ["derive"] } | 19 | serde = { version = "1.0.219", features = ["derive"] } |
| 21 | serde_json = { version = "1.0.143", features = ["preserve_order"] } | 20 | serde_json = { version = "1.0.143", features = ["preserve_order"] } |
| @@ -23,7 +22,7 @@ tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] } | |||
| 23 | tower = "0.5.2" | 22 | tower = "0.5.2" |
| 24 | tower-http = { version = "0.6.6", features = ["trace"] } | 23 | tower-http = { version = "0.6.6", features = ["trace"] } |
| 25 | tracing = "0.1.41" | 24 | tracing = "0.1.41" |
| 26 | tracing-subscriber = "0.3.19" | 25 | tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } |
| 27 | utoipa = { version = "5.4.0", features = ["axum_extras", "chrono", "preserve_order", "preserve_path_order"] } | 26 | utoipa = { version = "5.4.0", features = ["axum_extras", "chrono", "preserve_order", "preserve_path_order"] } |
| 28 | utoipa-axum = "0.2.0" | 27 | utoipa-axum = "0.2.0" |
| 29 | utoipa-scalar = { version = "0.3.0", features = ["axum"] } | 28 | utoipa-scalar = { version = "0.3.0", features = ["axum"] } |
