Skip to content

Commit 3d861b9

Browse files
fix(deps): update rust crate pbjson-types to 0.9.0 (#604)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pbjson-types](https://redirect.github.com/influxdata/pbjson) | 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c465130 commit 3d861b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/zitadel-gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ proto_full = ["zitadel-action-v1","zitadel-admin-v1","zitadel-app-v1","zitadel-a
6262

6363
[dependencies]
6464
anyhow = "1.0"
65-
pbjson-types = { version = "0.8.0"}
65+
pbjson-types = { version = "0.9.0"}
6666
prost = { version = "0.14.1", default-features = false, features = ["std"] }
6767
prost-types = { version = "0.14.1", default-features = false }
6868
regex = { version = "1.5.5", default-features = false }

0 commit comments

Comments
 (0)