Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 575b5ec

Browse files
committed
refactor: Remove unused dependencies
1 parent ee7cc2b commit 575b5ec

File tree

2 files changed

+3
-39
lines changed

2 files changed

+3
-39
lines changed

Diff for: Cargo.lock

+2-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-6
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ async-graphql = { version = "7.0.7", features = [
1818
"tracing",
1919
"tempfile",
2020
], default-features = false }
21-
anyhow = "1.0.86"
2221
async-graphql-poem = "7.0.7"
2322
chrono = { version = "0.4.38", features = ["std"], default-features = false }
2423
ecow = "0.2.2"
25-
include_dir = { version = "0.7.4", features = ["nightly"], optional = true }
2624
poem = "3.0.4"
2725
serde = { version = "1.0.209", features = ["derive"] }
2826
sqlx = { version = "0.8", features = [
@@ -58,12 +56,9 @@ opt-level = 3
5856

5957
[features]
6058
# Run the integration tests related to PostgreSQL.
61-
test_database = ["seeder"]
62-
# Build the seeder.
63-
seeder = ["dep:include_dir"]
59+
test_database = []
6460

6561
[dev-dependencies]
66-
uuid = { version = "1.10.0", features = ["v4"] }
6762
sqlx = { version = "0.8", features = ["migrate"] }
6863

6964
[build-dependencies]

0 commit comments

Comments
 (0)