Skip to content

Commit

Permalink
Revert "Merge pull request async-graphql#907 from jakeisnt/bump-uuid"
Browse files Browse the repository at this point in the history
This reverts commit 2adff08, reversing
changes made to 21916e1.
  • Loading branch information
cynecx committed May 2, 2022
1 parent ea5cbfd commit 5a69219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ secrecy = { version = "0.8.0", optional = true }
tracinglib = { version = "0.1.25", optional = true, package = "tracing" }
tracing-futures = { version = "0.2.5", optional = true, features = ["std-future", "futures-03"] }
opentelemetry = { version = "0.17.0", optional = true, default-features = false, features = ["trace"] }
uuid = { version = "1.0.0", optional = true, features = ["v4", "serde"] }
uuid = { version = "0.8.2", optional = true, features = ["v4", "serde"] }
rust_decimal = { version = "1.14.3", optional = true }
url = { version = "2.2.1", optional = true }
smol_str = { version = "0.1.21", optional = true }
Expand Down

0 comments on commit 5a69219

Please sign in to comment.