mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): bump tauri-winrt-notification from 0.7.0 to 0.7.1 in /rust in the tauri group (#8719)
Bumps the tauri group in /rust with 1 update: [tauri-winrt-notification](https://github.com/tauri-apps/winrt-notification). Updates `tauri-winrt-notification` from 0.7.0 to 0.7.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tauri-apps/winrt-notification/releases">tauri-winrt-notification's releases</a>.</em></p> <blockquote> <h2>tauri-winrt-notification v0.7.1</h2> <p>Updating crates.io index Locking 19 packages to latest compatible versions</p> <!-- raw HTML omitted --> <pre><code>Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 734 security advisories (from /home/runner/.cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for vulnerabilities (20 crate dependencies) </code></pre> <!-- raw HTML omitted --> <h2>[0.7.1]</h2> <ul> <li><a href="3ab4d1867b"><code>3ab4d18</code></a> (<a href="https://redirect.github.com/tauri-apps/winrt-notification/pull/43">#43</a> by <a href="https://github.com/tauri-apps/winrt-notification/../../FabianLars"><code>@FabianLars</code></a>) Update <code>windows</code> crate to 0.60. This bumps the MSRV to 1.74.</li> </ul> <!-- raw HTML omitted --> <pre><code>Updating crates.io index Packaging tauri-winrt-notification v0.7.1 (/home/runner/work/winrt-notification/winrt-notification) Updating crates.io index Packaged 31 files, 97.7KiB (44.2KiB compressed) Uploading tauri-winrt-notification v0.7.1 (/home/runner/work/winrt-notification/winrt-notification) Uploaded tauri-winrt-notification v0.7.1 to registry `crates-io` note: waiting for `tauri-winrt-notification v0.7.1` to be available at registry `crates-io`. You may press ctrl-c to skip waiting; the crate should be available shortly. Published tauri-winrt-notification v0.7.1 at registry `crates-io` </code></pre> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tauri-apps/winrt-notification/blob/dev/CHANGELOG.md">tauri-winrt-notification's changelog</a>.</em></p> <blockquote> <h2>[0.7.1]</h2> <ul> <li><a href="3ab4d1867b"><code>3ab4d18</code></a> (<a href="https://redirect.github.com/tauri-apps/winrt-notification/pull/43">#43</a> by <a href="https://github.com/tauri-apps/winrt-notification/../../FabianLars"><code>@FabianLars</code></a>) Update <code>windows</code> crate to 0.60. This bumps the MSRV to 1.74.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="c0b9b2fc14"><code>c0b9b2f</code></a> feat: add button support (<a href="https://redirect.github.com/tauri-apps/winrt-notification/issues/25">#25</a>)</li> <li><a href="b7bea80883"><code>b7bea80</code></a> Publish New Versions (<a href="https://redirect.github.com/tauri-apps/winrt-notification/issues/23">#23</a>)</li> <li><a href="3d49abcb88"><code>3d49abc</code></a> fix(deps): update rust crate quick-xml to 0.31 (<a href="https://redirect.github.com/tauri-apps/winrt-notification/issues/21">#21</a>)</li> <li><a href="657a812db8"><code>657a812</code></a> chore(deps): update to windows-rs 0.56 (<a href="https://redirect.github.com/tauri-apps/winrt-notification/issues/22">#22</a>)</li> <li><a href="e43754023c"><code>e437540</code></a> Publish New Versions (<a href="https://redirect.github.com/tauri-apps/winrt-notification/issues/19">#19</a>)</li> <li><a href="1427bbfadc"><code>1427bbf</code></a> chore(deps): update <code>windows</code> crate to 0.54 (<a href="https://redirect.github.com/tauri-apps/winrt-notification/issues/18">#18</a>)</li> <li>See full diff in <a href="https://github.com/tauri-apps/winrt-notification/compare/tauri-winrt-notification-v0.7...tauri-winrt-notification-v0.7.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
20
rust/Cargo.lock
generated
20
rust/Cargo.lock
generated
@@ -4367,7 +4367,7 @@ version = "0.7.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
|
||||
dependencies = [
|
||||
"proc-macro-crate 1.3.1",
|
||||
"proc-macro-crate 3.2.0",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.87",
|
||||
@@ -5241,18 +5241,18 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
||||
|
||||
[[package]]
|
||||
name = "quick-xml"
|
||||
version = "0.31.0"
|
||||
version = "0.32.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
|
||||
checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "quick-xml"
|
||||
version = "0.32.0"
|
||||
version = "0.37.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
|
||||
checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
@@ -7101,13 +7101,13 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-winrt-notification"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fd39a00900402730d6586cd9f6be1615215eb2a56afb611570f35b3d0c2788fe"
|
||||
checksum = "b35c1cfd7d68090c13eebd54e8bb2e81c13e7779f949be5f7316179f397eeb60"
|
||||
dependencies = [
|
||||
"quick-xml 0.31.0",
|
||||
"thiserror 1.0.69",
|
||||
"windows 0.58.0",
|
||||
"quick-xml 0.37.4",
|
||||
"thiserror 2.0.6",
|
||||
"windows 0.60.0",
|
||||
"windows-version",
|
||||
]
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ nix = { workspace = true, features = ["user"] }
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
tauri-winrt-notification = "0.7.0"
|
||||
tauri-winrt-notification = "0.7.1"
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies.windows]
|
||||
workspace = true
|
||||
|
||||
Reference in New Issue
Block a user