Skip to content

Commit

Permalink
enable reqwest feature in utoipa-swagger-ui dep
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Sep 10, 2024
1 parent f700cff commit c1c2df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tracing-bunyan-formatter = { workspace = true }
tracing-log = { workspace = true }
tracing-subscriber = { workspace = true, features = ["registry", "env-filter"] }
utoipa = { workspace = true, features = ["actix_extras"] }
utoipa-swagger-ui = { workspace = true, features = ["actix-web"] }
utoipa-swagger-ui = { workspace = true, features = ["actix-web", "reqwest"] }

[dev-dependencies]
uuid = { version = "1.10.0", features = ["v4"] }

0 comments on commit c1c2df8

Please sign in to comment.