From 596a328e465bd21372cb646740d5fa3d17be0091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 09:14:01 +0000 Subject: [PATCH] chore(deps): bump utoipa-swagger-ui from 5.0.0 to 6.0.0 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](https://github.com/juhaku/utoipa/compare/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] --- Cargo.lock | 14 ++------------ moksha-mint/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d50d0947..38662962 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2575,7 +2575,6 @@ dependencies = [ "proc-macro2", "quote", "rust-embed-utils", - "shellexpand", "syn 2.0.49", "walkdir", ] @@ -2947,15 +2946,6 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" -[[package]] -name = "shellexpand" -version = "3.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" -dependencies = [ - "dirs", -] - [[package]] name = "signal-hook-registry" version = "1.4.1" @@ -3872,9 +3862,9 @@ dependencies = [ [[package]] name = "utoipa-swagger-ui" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f839caa8e09dddc3ff1c3112a91ef7da0601075ba5025d9f33ae99c4cb9b6e51" +checksum = "0b39868d43c011961e04b41623e050aedf2cc93652562ff7935ce0f819aaf2da" dependencies = [ "axum 0.7.4", "mime_guess", diff --git a/moksha-mint/Cargo.toml b/moksha-mint/Cargo.toml index e417d98a..e2bcdec9 100644 --- a/moksha-mint/Cargo.toml +++ b/moksha-mint/Cargo.toml @@ -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"