Skip to content

Commit

Permalink
deps(rust): update utoipa requirement from 4.0.0 to 4.2.0
Browse files Browse the repository at this point in the history
Disable future updates, since we depend on the
4.x branch.

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dmulder committed Nov 5, 2024
1 parent 48fc0be commit 3a2a82d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ updates:
- dependency-name: "opentelemetry_sdk"
- dependency-name: "opentelemetry-stdout"
- dependency-name: "tracing-opentelemetry"
- dependency-name: "utoipa"
# This requires an update to compact-jwt first, awaiting that update
- dependency-name: "kanidm-hsm-crypto"
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ kanidm_utils_users = { path = "./src/users" }
walkdir = "2"
csv = "1.2.2"
notify-debouncer-full = { version = "0.4" }
utoipa = "4.0.0"
utoipa = "4.2.0"
utoipa-swagger-ui = "4.0.0"
opentelemetry = { version = "0.20.0" }
opentelemetry_api = { version = "0.20.0", features = ["logs", "metrics"] }
Expand Down

0 comments on commit 3a2a82d

Please sign in to comment.