Skip to content

Commit 230a4a4

Browse files
fix(deps): update rust crate rocket_okapi to 0.9.0 (#579)
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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45LjUiLCJ1cGRhdGVkSW5WZXIiOiIzOS45LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 45fb5a1 commit 230a4a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ tokio = { version = "1.37.0", optional = true, features = [
170170
tonic = { version = "0.12.1", features = [
171171
"tls",
172172
], optional = true }
173-
rocket_okapi = { version = "0.8.0", optional = true, default-features = false }
173+
rocket_okapi = { version = "0.9.0", optional = true, default-features = false }
174174
schemars = {version = "0.8.21", optional = true}
175175
tonic-types = { version = "0.12.1", optional = true }
176176

0 commit comments

Comments
 (0)