Skip to content

Commit

Permalink
debug: check failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Niel Drummond committed Dec 2, 2024
1 parent c9cb2bd commit 41db531
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tracing-subscriber = { workspace = true, optional = true }
typeshare = { workspace = true }
url = { workspace = true, features = ["serde"] }
uuid = { workspace = true, features = ["v4", "serde"], optional = true }
utoipa = { version = "5", features = ["chrono"] }
utoipa = { version = "5.2", features = ["axum_extras", "debug", "chrono"] }
zeroize = { workspace = true }
wiremock = { workspace = true, optional = true }

Expand Down Expand Up @@ -75,6 +75,7 @@ service = ["chrono/serde", "display", "tracing", "tracing-subscriber", "uuid"]
test-utils = ["wiremock"]
tonic = ["dep:tonic"]
tracing = ["dep:tracing"]
utoipa = ["dep:utoipa"]

[dev-dependencies]
proptest = "1.1.0"

0 comments on commit 41db531

Please sign in to comment.