Skip to content

Commit

Permalink
update axum, utoipa and utoipa-swagger-ui crates
Browse files Browse the repository at this point in the history
fixes #11
  • Loading branch information
LeonHartley committed Feb 8, 2023
1 parent b8cfc35 commit ef9485d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions coerce/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ hmac = { version = "0.12.1", optional = true }
sha2 = { version = "0.10.6", optional = true }

# API dependencies
axum = { version = "0.6.1", features = ["query"], optional = true }
utoipa = { version = "2.4.2", features = ["axum_extras"], optional = true }
utoipa-swagger-ui = { version = "3.0.1", features = ["axum"], optional = true }
axum = { version = "0.6.4", features = ["query"], optional = true }
utoipa = { version = "3.0.1", features = ["axum_extras"], optional = true }
utoipa-swagger-ui = { version = "3.0.2", features = ["axum"], optional = true }

[dev-dependencies]
coerce-macros = { version = "0.2.0" }
Expand Down

0 comments on commit ef9485d

Please sign in to comment.