Update dependency nextcloud/notify_push to v1 ()

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [nextcloud/notify_push](https://github.com/nextcloud/notify_push) | major | `v0.7.0` -> `v1.0.0` |

---

### Release Notes

<details>
<summary>nextcloud/notify_push (nextcloud/notify_push)</summary>

### [`v1.0.0`](https://github.com/nextcloud/notify_push/releases/tag/v1.0.0): 1.0.0

[Compare Source](https://github.com/nextcloud/notify_push/compare/v0.7.0...v1.0.0)

#### What's Changed

-   Fix build on non-x86\_64 archs by [@&#8203;giaquo](https://github.com/giaquo) in https://github.com/nextcloud/notify_push/pull/527
-   Update systemd service example by [@&#8203;MrRinkana](https://github.com/MrRinkana) in https://github.com/nextcloud/notify_push/pull/537
-   MSRV has increased to 1.77

#### New Contributors

-   [@&#8203;giaquo](https://github.com/giaquo) made their first contribution in https://github.com/nextcloud/notify_push/pull/527
-   [@&#8203;MrRinkana](https://github.com/MrRinkana) made their first contribution in https://github.com/nextcloud/notify_push/pull/537

**Full Changelog**: https://github.com/nextcloud/notify_push/compare/v0.7.0...v1.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: 
Co-authored-by: renovate-bot <bot@walbeck.it>
Co-committed-by: renovate-bot <bot@walbeck.it>
This commit is contained in:
renovate-bot 2025-02-04 17:54:16 +00:00 committed by mwalbeck
parent b8722df008
commit cc26c77fc1

View file

@ -1,7 +1,7 @@
FROM rust:1.83.0-bullseye@sha256:666769451042f57d1d4cb25bdab43ff8749d93718574e3ae80b386de681f5f90 as build
# renovate: datasource=github-tags depName=nextcloud/notify_push versioning=semver
ENV NOTIFY_PUSH_VERSION v0.7.0
ENV NOTIFY_PUSH_VERSION v1.0.0
WORKDIR /notify_push