Skip to content

Commit

Permalink
chore(deps): bump utoipa-swagger-ui from 5.0.0 to 6.0.0
Browse files Browse the repository at this point in the history
Bumps [utoipa-swagger-ui](https://github.com/juhaku/utoipa) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/juhaku/utoipa/releases)
- [Commits](juhaku/utoipa@utoipa-swagger-ui-5.0.0...utoipa-swagger-ui-6.0.0)

---
updated-dependencies:
- dependency-name: utoipa-swagger-ui
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 16, 2024
1 parent 0e0316b commit 596a328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
14 changes: 2 additions & 12 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 moksha-mint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ envy = "0.4.2"
fedimint-tonic-lnd = { version = "0.2.0", features = ["lightningrpc", "walletrpc"] }
uuid = { version = "1.6.1", features = ["serde", "v4"] }
utoipa = { version = "4.1.0", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "5.0.0", features = ["axum"] }
utoipa-swagger-ui = { version = "6.0.0", features = ["axum"] }
sqlx = { version = "0.7.3", default-features = false, features = ["postgres", "runtime-tokio", "tls-native-tls", "migrate", "macros", "uuid"] }
chrono = "0.4.31"
cln-grpc = "0.1.7"
Expand Down

0 comments on commit 596a328

Please sign in to comment.