Skip to content

Commit

Permalink
clean - more cargo.toml cleanup (using cargo-udeps)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremychone committed Dec 16, 2023
1 parent 1d1543c commit 04038c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions crates/libs/lib-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ sea-query-binder = { version = "0.5", features = ["sqlx-postgres", "with-uuid",
modql = {version = "0.3.4", features = ["with-sea-query"]}
# -- Tracing
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
# -- Others
uuid = {version = "1", features = ["v4","fast-rng",]}
time = {version = "0.3", features = ["formatting", "parsing", "serde"]}
Expand All @@ -36,5 +35,4 @@ derive_more = {version = "1.0.0-beta", features = ["from"] }

[dev-dependencies]
anyhow = "1"
httpc-test = "0.1.1"
serial_test = "2"
1 change: 0 additions & 1 deletion crates/services/web-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ derive_more = {version = "1.0.0-beta", features = ["from"] }
[dev-dependencies]
anyhow = "1"
httpc-test = "0.1"
serial_test = "2"
time = "0.3"

0 comments on commit 04038c2

Please sign in to comment.