Skip to content

Commit 4b7498b

Browse files
committed
all: Don't enable uuid feature in async-graphql
1 parent 8f9afd4 commit 4b7498b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ license = "MIT OR Apache-2.0"
4040

4141
[workspace.dependencies]
4242
anyhow = "1.0"
43-
async-graphql = { version = "7.0.15", features = ["chrono", "uuid"] }
43+
async-graphql = { version = "7.0.15", features = ["chrono"] }
4444
async-graphql-axum = "7.0.15"
4545
axum = "0.8.1"
4646
chrono = "0.4.38"

0 commit comments

Comments
 (0)