Skip to content

Commit

Permalink
fix(deps): update rust crate utoipauto to 0.1.14 (#338)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 5, 2024
1 parent 23f0a6c commit e86b3d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backend/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 backend/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ serde_yml = "0.0.11"
utoipa.workspace = true
utoipa-swagger-ui = { version = "7.1.0", features = ["actix-web", "debug-embed", "reqwest"] }
utoipa-scalar = { version = "0.1", features = ["actix-web"] }
utoipauto = { version = "0.1.12", features = ["generic_full_path"] }
utoipauto = { version = "0.1.14", features = ["generic_full_path"] }

# Logging
tracing.workspace = true
Expand Down

0 comments on commit e86b3d1

Please sign in to comment.