From 230a4a47f69b9df86a79cac2f896ed6b9f9cf61d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 00:19:19 +0000 Subject: [PATCH] fix(deps): update rust crate rocket_okapi to 0.9.0 (#579) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rocket_okapi](https://redirect.github.com/GREsau/okapi) | dependencies | minor | `0.8.0` -> `0.9.0` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/smartive/zitadel-rust). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f14f6d2..acff2c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -170,7 +170,7 @@ tokio = { version = "1.37.0", optional = true, features = [ tonic = { version = "0.12.1", features = [ "tls", ], optional = true } -rocket_okapi = { version = "0.8.0", optional = true, default-features = false } +rocket_okapi = { version = "0.9.0", optional = true, default-features = false } schemars = {version = "0.8.21", optional = true} tonic-types = { version = "0.12.1", optional = true }