Skip to content

Commit

Permalink
Merge pull request #83 from tuna2134/renovate/utoipa-scalar-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate utoipa-scalar to 0.2.0
  • Loading branch information
tuna2134 authored Oct 14, 2024
2 parents da3a61a + 5238640 commit b63a3cc
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
33 changes: 28 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion sbv2_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sbv2_core = { version = "0.2.0-alpha", path = "../sbv2_core" }
serde = { version = "1.0.210", features = ["derive"] }
tokio = { version = "1.40.0", features = ["full"] }
utoipa = { version = "4.2.3", features = ["axum_extras"] }
utoipa-scalar = { version = "0.1.0", features = ["axum"] }
utoipa-scalar = { version = "0.2.0", features = ["axum"] }

[features]
coreml = ["sbv2_core/coreml"]
Expand Down

0 comments on commit b63a3cc

Please sign in to comment.