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.1.3 to 0.2.0 in /rust (#4300)
```[tasklist] ### Before merging - [x] Manual test of MSI from CI ``` Bumps [tauri-winrt-notification](https://github.com/tauri-apps/winrt-notification) from 0.1.3 to 0.2.0. <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.2.0</h2> <p>Updating crates.io index</p> <!-- raw HTML omitted --> <pre><code>Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 613 security advisories (from /home/runner/.cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for vulnerabilities (15 crate dependencies) </code></pre> <!-- raw HTML omitted --> <h2>[0.2.0]</h2> <ul> <li><a href="1427bbfadc"><code>1427bbf</code></a>(<a href="https://redirect.github.com/tauri-apps/winrt-notification/pull/18">#18</a>) Update MSRV to <code>1.62</code></li> <li><a href="1427bbfadc"><code>1427bbf</code></a>(<a href="https://redirect.github.com/tauri-apps/winrt-notification/pull/18">#18</a>) Update <code>windows</code> crate to <code>0.54</code></li> </ul> <!-- raw HTML omitted --> <pre><code>`\`\` Updating crates.io index Packaging tauri-winrt-notification v0.2.0 (/home/runner/work/winrt-notification/winrt-notification) Updating crates.io index Packaged 29 files, 82.9KiB (40.8KiB compressed) Uploading tauri-winrt-notification v0.2.0 (/home/runner/work/winrt-notification/winrt-notification) Uploaded tauri-winrt-notification v0.2.0 to registry `crates-io` note: Waiting for `tauri-winrt-notification v0.2.0` 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.2.0 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.2.0]</h2> <ul> <li><a href="1427bbfadc"><code>1427bbf</code></a>(<a href="https://redirect.github.com/tauri-apps/winrt-notification/pull/18">#18</a>) Update MSRV to <code>1.62</code></li> <li><a href="1427bbfadc"><code>1427bbf</code></a>(<a href="https://redirect.github.com/tauri-apps/winrt-notification/pull/18">#18</a>) Update <code>windows</code> crate to <code>0.54</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <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.1.3...tauri-winrt-notification-v0.2">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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ReactorScram <ReactorScram@users.noreply.github.com>
This commit is contained in:
26
rust/Cargo.lock
generated
26
rust/Cargo.lock
generated
@@ -6293,12 +6293,13 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-winrt-notification"
|
||||
version = "0.1.3"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "006851c9ccefa3c38a7646b8cec804bb429def3da10497bfa977179869c3e8e2"
|
||||
checksum = "2d59cba96cdbf291d74490ac477c66885ebdc87e28faca532ec1e00f4f3bd578"
|
||||
dependencies = [
|
||||
"quick-xml 0.30.0",
|
||||
"windows 0.51.1",
|
||||
"windows 0.54.0",
|
||||
"windows-version",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -7379,16 +7380,6 @@ dependencies = [
|
||||
"windows-targets 0.48.5",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "windows"
|
||||
version = "0.51.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9"
|
||||
dependencies = [
|
||||
"windows-core 0.51.1",
|
||||
"windows-targets 0.48.5",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "windows"
|
||||
version = "0.52.0"
|
||||
@@ -7421,15 +7412,6 @@ dependencies = [
|
||||
"windows-tokens",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "windows-core"
|
||||
version = "0.51.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
|
||||
dependencies = [
|
||||
"windows-targets 0.48.5",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "windows-core"
|
||||
version = "0.52.0"
|
||||
|
||||
@@ -67,7 +67,7 @@ futures = "0.3.30"
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
futures = { version = "0.3", default-features = false }
|
||||
tauri-winrt-notification = "0.1.3"
|
||||
tauri-winrt-notification = "0.2.0"
|
||||
windows-implement = "0.53.0"
|
||||
winreg = "0.52.0"
|
||||
wintun = "0.4.0"
|
||||
|
||||
Reference in New Issue
Block a user