Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all group across 1 directory with 135 updates #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps the all group with 93 updates in the /src-tauri directory:

Package From To
serde_json 1.0.124 1.0.133
serde 1.0.207 1.0.215
diesel 2.2.3 2.2.5
tauri-plugin-global-shortcut 2.0.0-rc.0 2.0.1
tauri-plugin-process 2.0.0-rc.0 2.0.1
tauri-plugin-dialog 2.0.0-rc.0 2.0.0-rc.2
tauri-plugin-fs 2.0.0-rc.0 2.0.3
tauri-plugin-notification 2.0.0-rc.0 2.0.1
tauri-plugin-shell 2.0.0-rc.0 2.0.2
tauri-plugin-os 2.0.0-rc.0 2.0.1
tauri-plugin-http 2.0.0-rc.0 2.0.3
anyhow 1.0.86 1.0.93
arboard 3.4.0 3.4.1
async-executor 1.13.0 1.13.1
async-io 2.3.4 2.4.0
async-process 2.2.4 2.3.0
async-trait 0.1.81 0.1.83
autocfg 1.3.0 1.4.0
bytemuck 1.16.3 1.20.0
bytes 1.7.1 1.8.0
camino 1.1.7 1.1.9
cc 1.1.10 1.2.1
cookie_store 0.21.0 0.21.1
cpufeatures 0.2.13 0.2.16
ctor 0.2.8 0.2.9
diesel_derives 2.2.2 2.2.3
embed-resource 2.4.3 2.5.1
encoding_rs 0.8.34 0.8.35
error-code 3.2.0 3.3.1
exr 1.72.0 1.73.0
fastrand 2.1.0 2.2.0
fdeflate 0.3.4 0.3.6
flate2 1.0.31 1.0.35
futures-core 0.3.30 0.3.31
futures-io 0.3.30 0.3.31
futures-lite 2.3.0 2.5.0
futures-sink 0.3.30 0.3.31
futures-task 0.3.30 0.3.31
futures-util 0.3.30 0.3.31
h2 0.4.5 0.4.7
httparse 1.9.4 1.9.5
hyper 1.4.1 1.5.1
hyper-rustls 0.27.2 0.27.3
hyper-util 0.1.7 0.1.10
iana-time-zone 0.1.60 0.1.61
ipnet 2.9.0 2.10.1
libc 0.2.155 0.2.164
libsqlite3-sys 0.29.0 0.30.1
mac-notification-sys 0.6.1 0.6.2
notify-rust 4.11.1 4.11.3
object 0.36.3 0.36.5
once_cell 1.19.0 1.20.2
open 5.3.0 5.3.1
parking 2.2.0 2.2.1
pathdiff 0.2.1 0.2.3
pin-project-lite 0.2.14 0.2.15
pkg-config 0.3.30 0.3.31
png 0.17.13 0.17.14
polling 3.7.3 3.7.4
publicsuffix 2.2.3 2.3.0
quinn 0.11.3 0.11.6
quinn-udp 0.5.4 0.5.7
quote 1.0.36 1.0.37
redox_syscall 0.5.3 0.5.7
redox_users 0.4.5 0.4.6
regex 1.10.6 1.11.1
reqwest 0.12.5 0.12.9
rustc_version 0.4.0 0.4.1
rustix 0.38.34 0.38.41
rustls 0.23.12 0.23.13
rustls-pki-types 1.8.0 1.10.0
serde_spanned 0.6.7 0.6.8
serde_with 3.9.0 3.11.0
softbuffer 0.4.5 0.4.6
sync_wrapper 1.0.1 1.0.2
sys-locale 0.3.1 0.3.2
tao-macros 0.1.2 0.1.3
tempfile 3.12.0 3.14.0
thiserror 1.0.63 1.0.69
tokio 1.39.2 1.41.1
tokio-util 0.7.11 0.7.12
tower-service 0.3.2 0.3.3
typeid 1.0.0 1.0.2
unicode-bidi 0.3.15 0.3.17
unicode-ident 1.0.12 1.0.14
unicode-normalization 0.1.23 0.1.24
unicode-segmentation 1.11.0 1.12.0
url 2.5.2 2.5.4
uuid 1.10.0 1.11.0
wasm-bindgen 0.2.92 0.2.95
wasm-streams 0.4.0 0.4.2
webpki-roots 0.26.3 0.26.7
window-vibrancy 0.5.0 0.5.2

Updates serde_json from 1.0.124 to 1.0.133

Release notes

Sourced from serde_json's releases.

v1.0.133

  • Implement From<[T; N]> for serde_json::Value (#1215)

v1.0.132

  • Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#1205)
  • Improve performance of JSON array and JSON object deserialization by about 8% (#1206)

v1.0.131

  • Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#1135, thanks @​swlynch99)

v1.0.130

  • Support converting and deserializing Number from i128 and u128 (#1141, thanks @​druide)

v1.0.129

v1.0.128

  • Support serializing maps containing 128-bit integer keys to serde_json::Value (#1188, thanks @​Mrreadiness)

v1.0.127

v1.0.126

  • Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#1182, thanks @​CryZe)

v1.0.125

  • Speed up \uXXXX parsing and improve handling of unpaired surrogates when deserializing to bytes (#1172, #1175, thanks @​purplesyringa)
Commits
  • 0903de4 Release 1.0.133
  • 2b65ca0 Merge pull request #1215 from dtolnay/fromarray
  • 4e5f985 Implement From<[T; N]> for Value
  • 2ccb5b6 Disable question_mark clippy lint in lexical test
  • a11f5f2 Resolve unnecessary_map_or clippy lints
  • 07f280a Wrap PR 1213 to 80 columns
  • 75ed447 Merge pull request #1213 from djmitche/safety-comment
  • 73011c0 Add a safety comment to unsafe block
  • be2198a Prevent upload-artifact step from causing CI failure
  • 7cce517 Raise minimum version for preserve_order feature to Rust 1.65
  • Additional commits viewable in compare view

Updates serde from 1.0.207 to 1.0.215

Release notes

Sourced from serde's releases.

v1.0.215

  • Produce warning when multiple fields or variants have the same deserialization name (#2855, #2856, #2857)

v1.0.214

  • Implement IntoDeserializer for all Deserializers in serde::de::value module (#2568, thanks @​Mingun)

v1.0.213

  • Fix support for macro-generated with attributes inside a newtype struct (#2847)

v1.0.212

  • Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (#2845)

v1.0.211

  • Improve error reporting about mismatched signature in with and default attributes (#2558, thanks @​Mingun)
  • Show variant aliases in error message when variant deserialization fails (#2566, thanks @​Mingun)
  • Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (#2821)

v1.0.210

  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#2816, thanks @​MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#2818)

v1.0.209

  • Fix deserialization of empty structs and empty tuples inside of untagged enums (#2805, thanks @​Mingun)

v1.0.208

  • Support serializing and deserializing unit structs in a flatten field (#2802, thanks @​jonhoo)
Commits
  • 8939af4 Release 1.0.215
  • fa5d58c Use ui test syntax that does not interfere with rustfmt
  • 1a3cf4b Update PR 2562 ui tests
  • 7d96352 Merge pull request #2857 from dtolnay/collide
  • 111ecc5 Update ui tests for warning on colliding aliases
  • edd6fe9 Revert "Add checks for conflicts for aliases"
  • a20e924 Revert "pacify clippy"
  • b1353a9 Merge pull request #2856 from dtolnay/dename
  • c59e876 Produce a separate warning for every colliding name
  • 7f1e697 Merge pull request #2855 from dtolnay/namespan
  • Additional commits viewable in compare view

Updates diesel from 2.2.3 to 2.2.5

Changelog

Sourced from diesel's changelog.

[2.2.5] 2024-11-21

Fixed

  • Add a typedef for Returning and Count so that #[auto_type] works with such queries
  • Fixed an issue that allowed to pass non-boolean expressions to .and() and .or() which would result in queries failing at runtime
  • Officially deprecating the gitter room

Removed

  • Do not mention the gitter channel in our docs anymore

[2.2.4] 2024-09-03

Fixed

  • Fix an issue where empty queries could trigger undefined behaviour in the sqlite backend
Commits
  • f89990e Fix the release data
  • da829e5 Another compile test fix
  • f1b1488 Allow a missing doc warning for a test module
  • cbefbb0 Fix the compile tests
  • a9de598 More changelog entries
  • b0dedad Merge pull request #4345 from E-anae/master
  • 9baa6db Merge pull request #4351 from weiznich/fix/missing_type_def_for_count
  • 27bd72f Prepare a diesel 2.2.5 release
  • 5e6f60f Merge pull request #4101 from weiznich/typedef/for_returning
  • 80ee319 Drop gitter from the docs
  • Additional commits viewable in compare view

Updates tauri-plugin-global-shortcut from 2.0.0-rc.0 to 2.0.1

Release notes

Sourced from tauri-plugin-global-shortcut's releases.

updater v2.0.1

[2.0.1]

Updating crates.io index
   Packaging tauri-plugin-updater v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
    Packaged 28 files, 173.7KiB (87.1KiB compressed)
   Uploading tauri-plugin-updater v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
    Uploaded tauri-plugin-updater v2.0.1 to registry `crates-io`
note: waiting for `tauri-plugin-updater v2.0.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-updater v2.0.1 at registry `crates-io`

autostart v2.0.1

[2.0.1]

Updating crates.io index
   Packaging tauri-plugin-autostart v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/autostart)
    Packaged 23 files, 88.6KiB (57.6KiB compressed)
   Uploading tauri-plugin-autostart v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/autostart)
    Uploaded tauri-plugin-autostart v2.0.1 to registry `crates-io`
note: waiting for `tauri-plugin-autostart v2.0.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-autostart v2.0.1 at registry `crates-io`

barcode-scanner v2.0.1

[2.0.1]

... (truncated)

Commits
  • fd785ab publish new versions (#1878)
  • a1a8220 chore: change MSRV to 1.77.2 to support Windows 7 (#1873)
  • dc49de5 chore(deps): update dependency typescript-eslint to v8.8.0 (#1854)
  • 4c2454d sync readme with metadata (#1872)
  • fe6dd0f fix(deps): update dependency @​tauri-apps/api to v2.0.1 (#1862)
  • ab8d089 chore(barcode-scanner): fix banner link in readme (#1870)
  • ee02ea7 publish new versions (#1869)
  • 9501cfa fix(updater): validate endpoint scheme before printing warning (#1868)
  • e8069af feat: update to tauri v2 stable, promote all packages to 2.0.0 (#1863)
  • 0975a68 fix: make package.json licenses SPDX compliant (#1861)
  • Additional commits viewable in compare view

Updates tauri-plugin-process from 2.0.0-rc.0 to 2.0.1

Release notes

Sourced from tauri-plugin-process's releases.

updater v2.0.1

[2.0.1]

Updating crates.io index
   Packaging tauri-plugin-updater v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
    Packaged 28 files, 173.7KiB (87.1KiB compressed)
   Uploading tauri-plugin-updater v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
    Uploaded tauri-plugin-updater v2.0.1 to registry `crates-io`
note: waiting for `tauri-plugin-updater v2.0.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-updater v2.0.1 at registry `crates-io`

autostart v2.0.1

[2.0.1]

Updating crates.io index
   Packaging tauri-plugin-autostart v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/autostart)
    Packaged 23 files, 88.6KiB (57.6KiB compressed)
   Uploading tauri-plugin-autostart v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/autostart)
    Uploaded tauri-plugin-autostart v2.0.1 to registry `crates-io`
note: waiting for `tauri-plugin-autostart v2.0.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-autostart v2.0.1 at registry `crates-io`

barcode-scanner v2.0.1

[2.0.1]

... (truncated)

Commits
  • fd785ab publish new versions (#1878)
  • a1a8220 chore: change MSRV to 1.77.2 to support Windows 7 (#1873)
  • dc49de5 chore(deps): update dependency typescript-eslint to v8.8.0 (#1854)
  • 4c2454d sync readme with metadata (#1872)
  • fe6dd0f fix(deps): update dependency @​tauri-apps/api to v2.0.1 (#1862)
  • ab8d089 chore(barcode-scanner): fix banner link in readme (#1870)
  • ee02ea7 publish new versions (#1869)
  • 9501cfa fix(updater): validate endpoint scheme before printing warning (#1868)
  • e8069af feat: update to tauri v2 stable, promote all packages to 2.0.0 (#1863)
  • 0975a68 fix: make package.json licenses SPDX compliant (#1861)
  • Additional commits viewable in compare view

Updates tauri-plugin-dialog from 2.0.0-rc.0 to 2.0.0-rc.2

Release notes

Sourced from tauri-plugin-dialog's releases.

positioner-js v2.0.0-rc.2

[2.0.0-rc.2]

  • 2f7e32b5 (#1822 by @​jbolda) handleIconState function for use in JavaScript event handlers. This allows one to update the TrayIcon state through JavaScript and fully create and handle the TrayIcon without requiring Rust (and the side-effect of creating a TrayIcon).

npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. npm warn publish errors corrected: npm warn publish "repository" was changed from a string to an object npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git" npm notice npm notice 📦 @​tauri-apps/plugin-positioner@​2.0.0-rc.2 npm notice Tarball Contents npm notice 888B LICENSE.spdx npm notice 4.6kB README.md npm notice 1.9kB dist-js/index.cjs npm notice 783B dist-js/index.d.ts npm notice 1.8kB dist-js/index.js npm notice 737B package.json npm notice Tarball Details npm notice name: @​tauri-apps/plugin-positioner npm notice version: 2.0.0-rc.2 npm notice filename: tauri-apps-plugin-positioner-2.0.0-rc.2.tgz npm notice package size: 3.4 kB npm notice unpacked size: 10.7 kB npm notice shasum: 6553edaf4593b25c0c6ca3f105c340193bef731c npm notice integrity: sha512-8EgrJtFFWgaLx[...]WqutIy+e9TKTQ== npm notice total files: 6 npm notice npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access npm notice publish Signed provenance statement with source and build information from GitHub Actions npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=136084583

  • @​tauri-apps/plugin-positioner@​2.0.0-rc.2

positioner v2.0.0-rc.2

[2.0.0-rc.2]

  • 2f7e32b5 (#1822 by @​jbolda) handleIconState function for use in JavaScript event handlers. This allows one to update the TrayIcon state through JavaScript and fully create and handle the TrayIcon without requiring Rust (and the side-effect of creating a TrayIcon).
Updating crates.io index
   Packaging tauri-plugin-positioner v2.0.0-rc.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/positioner)
    Packaged 23 files, 98.2KiB (58.8KiB compressed)
   Uploading tauri-plugin-positioner v2.0.0-rc.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/positioner)
    Uploaded tauri-plugin-positioner v2.0.0-rc.2 to registry `crates-io`
note: waiting for `tauri-plugin-positioner v2.0.0-rc.2` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-positioner v2.0.0-rc.2 at registry `crates-io`
</tr></table> 

... (truncated)

Commits
  • c565a08 publish new versions (#1711)
  • cf4d7d4 chore: adjust prettier config, .gitignore and use taplo to format toml files ...
  • 72c2ce8 chore(deep-link): fix example, update documentation (#1725)
  • 4654591 fix(deep-link): allow empty config values (#1732)
  • feb1e93 feat(dialog): implement save API on iOS (#1707)
  • ff134a8 Remove authenticator plugin (#1723)
  • f8255e1 feat(updater): allow passing headers & timeout in Update.download* methods ...
  • b9bcb2b chore(deps): update dependency typescript-eslint to v8.4.0 (v2) (#1721)
  • 51819c6 fix(fs): writeFile command implementation on Android (#1708)
  • f7280c8 fix(fs): can't use Windows path (#1710)
  • Additional commits viewable in compare view

Updates tauri-plugin-fs from 2.0.0-rc.0 to 2.0.3

Release notes

Sourced from tauri-plugin-fs's releases.

dialog v2.0.3

[2.0.3]

Dependencies

Updating crates.io index
   Packaging tauri-plugin-dialog v2.0.3 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/dialog)
    Packaged 48 files, 199.7KiB (90.5KiB compressed)
   Uploading tauri-plugin-dialog v2.0.3 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/dialog)
    Uploaded tauri-plugin-dialog v2.0.3 to registry `crates-io`
note: waiting for `tauri-plugin-dialog v2.0.3` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-dialog v2.0.3 at registry `crates-io`

fs v2.0.3

[2.0.3]

Updating crates.io index
   Packaging tauri-plugin-fs v2.0.3 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/fs)
    Packaged 97 files, 395.2KiB (104.9KiB compressed)
   Uploading tauri-plugin-fs v2.0.3 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/fs)
    Uploaded tauri-plugin-fs v2.0.3 to registry `crates-io`
note: waiting for `tauri-plugin-fs v2.0.3` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-fs v2.0.3 at registry `crates-io`

http v2.0.3

[2.0.3]

Dependencies

... (truncated)

Commits
  • 525abc4 Publish New Versions (v2) (#1961)
  • 14cee64 fix(fs): fix compilation on targets with pointer width 16 and 32 (#1958)
  • 3fd2831 publish new versions (#1909)
  • ae80245 perf(fs): improve FileHandle.read performance (#1950)
  • 2302c2d fix(dialog): ask and confirm not using system button texts (#1910)
  • 44c50c1 chore(deps): update rust crate tauri to 2.0.4 (#1952)
  • 415bf2a chore(deps): update eslint monorepo to v9.13.0 (#1951)
  • 36207a9 chore(deps): update dependency @​tauri-apps/cli to v2.0.3 (#1925)
  • 854754e chore(deps): update dependency typescript-eslint to v8.10.0 (#1949)
  • 1c2f137 chore(deps): lock file maintenance (#1929)
  • Additional commits viewable in compare view

Updates tauri-plugin-notification from 2.0.0-rc.0 to 2.0.1

Release notes

Sourced from tauri-plugin-notification's releases.

updater v2.0.1

[2.0.1]

Updating crates.io index
   Packaging tauri-plugin-updater v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
    Packaged 28 files, 173.7KiB (87.1KiB compressed)
   Uploading tauri-plugin-updater v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
    Uploaded tauri-plugin-updater v2.0.1 to registry `crates-io`
note: waiting for `tauri-plugin-updater v2.0.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-updater v2.0.1 at registry `crates-io`

autostart v2.0.1

[2.0.1]

Updating crates.io index
   Packaging tauri-plugin-autostart v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/autostart)
    Packaged 23 files, 88.6KiB (57.6KiB compressed)
   Uploading tauri-plugin-autostart v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/autostart)
    Uploaded tauri-plugin-autostart v2.0.1 to registry `crates-io`
note: waiting for `tauri-plugin-autostart v2.0.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-autostart v2.0.1 at registry `crates-io`

barcode-scanner v2.0.1

[2.0.1]

... (truncated)

Commits
  • fd785ab publish new versions (#1878)
  • a1a8220 chore: change MSRV to 1.77.2 to support Windows 7 (#1873)
  • dc49de5 chore(deps): update dependency typescript-eslint to v8.8.0 (#1854)
  • 4c2454d sync readme with metadata (#1872)
  • fe6dd0f fix(deps): update dependency @​tauri-apps/api to v2.0.1 (#1862)
  • ab8d089 chore(barcode-scanner): fix banner link in readme (#1870)
  • ee02ea7 publish new versions (#1869)
  • 9501cfa fix(updater): validate endpoint scheme before printing warning (#1868)
  • e8069af feat: update to tauri v2 stable, promote all packages to 2.0.0 (#1863)
  • 0975a68 fix: make package.json licenses SPDX compliant (#1861)
  • Additional commits viewable in compare view

Updates tauri-plugin-shell from 2.0.0-rc.0 to 2.0.2

Release notes

Sourced from tauri-plugin-shell's releases.

updater v2.0.2

[2.0.2]

Updating crates.io index
   Packaging tauri-plugin-updater v2.0.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
    Packaged 28 files, 174.0KiB (87.1KiB compressed)
   Uploading tauri-plugin-updater v2.0.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
    Uploaded tauri-plugin-updater v2.0.2 to registry `crates-io`
note: waiting for `tauri-plugin-updater v2.0.2` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-updater v2.0.2 at registry `crates-io`

dialog v2.0.2

[2.0.1]

Updating crates.io index
   Packaging tauri-plugin-dialog v2.0.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/dialog)
    Packaged 48 files, 199.7KiB (90.5KiB compressed)
   Uploading tauri-plugin-dialog v2.0.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/dialog)
    Uploaded tauri-plugin-dialog v2.0.2 to registry `crates-io`
note: waiting for `tauri-plugin-dialog v2.0.2` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-dialog v2.0.2 at registry `crates-io`

fs v2.0.2

[2.0.1]

... (truncated)

Commits

Updates tauri-plugin-os from 2.0.0-rc.0 to 2.0.1

Release notes

Sourced from tauri-plugin-os's releases.

updater v2.0.1

[2.0.1]

Updating crates.io index
   Packaging tauri-plugin-updater v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
    Packaged 28 files, 173.7KiB (87.1KiB compressed)
   Uploading tauri-plugin-updater v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
    Uploaded tauri-plugin-updater v2.0.1 to registry `crates-io`
note: waiting for `tauri-plugin-updater v2.0.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-updater v2.0.1 at registry `crates-io`

autostart v2.0.1

[2.0.1]

Updating crates.io index
   Packaging tauri-plugin-autostart v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/autostart)
    Packaged 23 files, 88.6KiB (57.6KiB compressed)
   Uploading tauri-plugin-autostart v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/autostart)
    Uploaded tauri-plugin-autostart v2.0.1 to registry `crates-io`
note: waiting for `tauri-plugin-autostart v2.0.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-autostart v2.0.1 at registry `crates-io`

barcode-scanner v2.0.1

[2.0.1]

... (truncated)

Commits
  • fd785ab publish new versions (#1878)
  • a1a8220 chore: change MSRV to 1.77.2 to support Windows 7 (#1873)
  • dc49de5 chore(deps): update dependency typescript-eslint to v8.8.0 (#1854)
  • 4c2454d sync readme with metadata (#1872)
  • fe6dd0f fix(deps): update dependency @​tauri-apps/api to v2.0.1 (#1862)
  • ab8d089 chore(barcode-scanner): fix banner link in readme (#1870)
  • ee02ea7 publish new versions (#1869)
  • 9501cfa fix(updater): validate endpoint scheme before printing warning (#1868)
  • e8069af feat: update to tauri v2 stable, promote all packages to 2.0.0 (#1863)
  • 0975a68 fix: make package.json licenses SPDX compliant (#1861)
  • Additional commits viewable in compare view

Updates tauri-plugin-http from 2.0.0-rc.0 to 2.0.3

Release notes

Sourced from tauri-plugin-http's releases.

dialog v2.0.3

[2.0.3]

Dependencies

Updating crates.io index
   Packaging tauri-plugin-dialog v2.0.3 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/dialog)
    Packaged 48 files, 199.7KiB (90.5KiB compressed)
   Uploading tauri-plugin-dialog v2.0.3 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/dialog)
    Uploaded tauri-plugin-dialog v2.0.3 to registry `crates-io`
note: waiting for `tauri-plugin-dialog v2.0.3` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-dialog v2.0.3 at registry `crates-io`

fs v2.0.3

[2.0.3]

Updating crates.io index
   Packaging tauri-plugin-fs v2.0.3 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/fs)
    Packaged 97 files, 395.2KiB (104.9KiB compressed)
   Uploading tauri-plugin-fs v2.0.3 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/fs)
    Uploaded tauri-plugin-fs v2.0.3 to registry `crates-io`
note: waiting for `tauri-plugin-fs v2.0.3` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-fs v2.0...

Description has been truncated

Bumps the all group with 93 updates in the /src-tauri directory:

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.124` | `1.0.133` |
| [serde](https://github.com/serde-rs/serde) | `1.0.207` | `1.0.215` |
| [diesel](https://github.com/diesel-rs/diesel) | `2.2.3` | `2.2.5` |
| [tauri-plugin-global-shortcut](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.0` | `2.0.1` |
| [tauri-plugin-process](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.0` | `2.0.1` |
| [tauri-plugin-dialog](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.0` | `2.0.0-rc.2` |
| [tauri-plugin-fs](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.0` | `2.0.3` |
| [tauri-plugin-notification](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.0` | `2.0.1` |
| [tauri-plugin-shell](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.0` | `2.0.2` |
| [tauri-plugin-os](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.0` | `2.0.1` |
| [tauri-plugin-http](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.0` | `2.0.3` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.93` |
| [arboard](https://github.com/1Password/arboard) | `3.4.0` | `3.4.1` |
| [async-executor](https://github.com/smol-rs/async-executor) | `1.13.0` | `1.13.1` |
| [async-io](https://github.com/smol-rs/async-io) | `2.3.4` | `2.4.0` |
| [async-process](https://github.com/smol-rs/async-process) | `2.2.4` | `2.3.0` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.81` | `0.1.83` |
| [autocfg](https://github.com/cuviper/autocfg) | `1.3.0` | `1.4.0` |
| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.16.3` | `1.20.0` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.7.1` | `1.8.0` |
| [camino](https://github.com/camino-rs/camino) | `1.1.7` | `1.1.9` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.10` | `1.2.1` |
| [cookie_store](https://github.com/pfernie/cookie_store) | `0.21.0` | `0.21.1` |
| [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.13` | `0.2.16` |
| [ctor](https://github.com/mmastrac/rust-ctor) | `0.2.8` | `0.2.9` |
| [diesel_derives](https://github.com/diesel-rs/diesel) | `2.2.2` | `2.2.3` |
| [embed-resource](https://github.com/nabijaczleweli/rust-embed-resource) | `2.4.3` | `2.5.1` |
| [encoding_rs](https://github.com/hsivonen/encoding_rs) | `0.8.34` | `0.8.35` |
| [error-code](https://github.com/DoumanAsh/error-code) | `3.2.0` | `3.3.1` |
| [exr](https://github.com/johannesvollmer/exrs) | `1.72.0` | `1.73.0` |
| [fastrand](https://github.com/smol-rs/fastrand) | `2.1.0` | `2.2.0` |
| [fdeflate](https://github.com/image-rs/fdeflate) | `0.3.4` | `0.3.6` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.31` | `1.0.35` |
| [futures-core](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
| [futures-io](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
| [futures-lite](https://github.com/smol-rs/futures-lite) | `2.3.0` | `2.5.0` |
| [futures-sink](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
| [futures-task](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
| [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
| [h2](https://github.com/hyperium/h2) | `0.4.5` | `0.4.7` |
| [httparse](https://github.com/seanmonstar/httparse) | `1.9.4` | `1.9.5` |
| [hyper](https://github.com/hyperium/hyper) | `1.4.1` | `1.5.1` |
| [hyper-rustls](https://github.com/rustls/hyper-rustls) | `0.27.2` | `0.27.3` |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.7` | `0.1.10` |
| [iana-time-zone](https://github.com/strawlab/iana-time-zone) | `0.1.60` | `0.1.61` |
| [ipnet](https://github.com/krisprice/ipnet) | `2.9.0` | `2.10.1` |
| [libc](https://github.com/rust-lang/libc) | `0.2.155` | `0.2.164` |
| [libsqlite3-sys](https://github.com/rusqlite/rusqlite) | `0.29.0` | `0.30.1` |
| [mac-notification-sys](https://github.com/h4llow3En/mac-notification-sys) | `0.6.1` | `0.6.2` |
| [notify-rust](https://github.com/hoodie/notify-rust) | `4.11.1` | `4.11.3` |
| [object](https://github.com/gimli-rs/object) | `0.36.3` | `0.36.5` |
| [once_cell](https://github.com/matklad/once_cell) | `1.19.0` | `1.20.2` |
| [open](https://github.com/Byron/open-rs) | `5.3.0` | `5.3.1` |
| [parking](https://github.com/smol-rs/parking) | `2.2.0` | `2.2.1` |
| [pathdiff](https://github.com/Manishearth/pathdiff) | `0.2.1` | `0.2.3` |
| [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.14` | `0.2.15` |
| [pkg-config](https://github.com/rust-lang/pkg-config-rs) | `0.3.30` | `0.3.31` |
| [png](https://github.com/image-rs/image-png) | `0.17.13` | `0.17.14` |
| [polling](https://github.com/smol-rs/polling) | `3.7.3` | `3.7.4` |
| [publicsuffix](https://github.com/rushmorem/publicsuffix) | `2.2.3` | `2.3.0` |
| [quinn](https://github.com/quinn-rs/quinn) | `0.11.3` | `0.11.6` |
| [quinn-udp](https://github.com/quinn-rs/quinn) | `0.5.4` | `0.5.7` |
| [quote](https://github.com/dtolnay/quote) | `1.0.36` | `1.0.37` |
| redox_syscall | `0.5.3` | `0.5.7` |
| redox_users | `0.4.5` | `0.4.6` |
| [regex](https://github.com/rust-lang/regex) | `1.10.6` | `1.11.1` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.5` | `0.12.9` |
| [rustc_version](https://github.com/djc/rustc-version-rs) | `0.4.0` | `0.4.1` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.34` | `0.38.41` |
| [rustls](https://github.com/rustls/rustls) | `0.23.12` | `0.23.13` |
| [rustls-pki-types](https://github.com/rustls/pki-types) | `1.8.0` | `1.10.0` |
| [serde_spanned](https://github.com/toml-rs/toml) | `0.6.7` | `0.6.8` |
| [serde_with](https://github.com/jonasbb/serde_with) | `3.9.0` | `3.11.0` |
| [softbuffer](https://github.com/rust-windowing/softbuffer) | `0.4.5` | `0.4.6` |
| [sync_wrapper](https://github.com/Actyx/sync_wrapper) | `1.0.1` | `1.0.2` |
| [sys-locale](https://github.com/1Password/sys-locale) | `0.3.1` | `0.3.2` |
| [tao-macros](https://github.com/tauri-apps/tao) | `0.1.2` | `0.1.3` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.12.0` | `3.14.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.63` | `1.0.69` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.41.1` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.11` | `0.7.12` |
| [tower-service](https://github.com/tower-rs/tower) | `0.3.2` | `0.3.3` |
| [typeid](https://github.com/dtolnay/typeid) | `1.0.0` | `1.0.2` |
| [unicode-bidi](https://github.com/servo/unicode-bidi) | `0.3.15` | `0.3.17` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.12` | `1.0.14` |
| [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) | `0.1.23` | `0.1.24` |
| [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) | `1.11.0` | `1.12.0` |
| [url](https://github.com/servo/rust-url) | `2.5.2` | `2.5.4` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.10.0` | `1.11.0` |
| [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.92` | `0.2.95` |
| [wasm-streams](https://github.com/MattiasBuelens/wasm-streams) | `0.4.0` | `0.4.2` |
| [webpki-roots](https://github.com/rustls/webpki-roots) | `0.26.3` | `0.26.7` |
| [window-vibrancy](https://github.com/tauri-apps/tauri-plugin-vibrancy) | `0.5.0` | `0.5.2` |



Updates `serde_json` from 1.0.124 to 1.0.133
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.124...v1.0.133)

Updates `serde` from 1.0.207 to 1.0.215
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.207...v1.0.215)

Updates `diesel` from 2.2.3 to 2.2.5
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.5/CHANGELOG.md)
- [Commits](https://github.com/diesel-rs/diesel/compare/v2.2.3...v2.2.5)

Updates `tauri-plugin-global-shortcut` from 2.0.0-rc.0 to 2.0.1
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](https://github.com/tauri-apps/plugins-workspace/compare/os-v2.0.0-rc.0...os-v2.0.1)

Updates `tauri-plugin-process` from 2.0.0-rc.0 to 2.0.1
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](https://github.com/tauri-apps/plugins-workspace/compare/os-v2.0.0-rc.0...os-v2.0.1)

Updates `tauri-plugin-dialog` from 2.0.0-rc.0 to 2.0.0-rc.2
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](https://github.com/tauri-apps/plugins-workspace/compare/os-v2.0.0-rc.0...fs-v2.0.0-rc.2)

Updates `tauri-plugin-fs` from 2.0.0-rc.0 to 2.0.3
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](https://github.com/tauri-apps/plugins-workspace/compare/os-v2.0.0-rc.0...fs-v2.0.3)

Updates `tauri-plugin-notification` from 2.0.0-rc.0 to 2.0.1
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](https://github.com/tauri-apps/plugins-workspace/compare/os-v2.0.0-rc.0...os-v2.0.1)

Updates `tauri-plugin-shell` from 2.0.0-rc.0 to 2.0.2
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](https://github.com/tauri-apps/plugins-workspace/compare/os-v2.0.0-rc.0...fs-v2.0.2)

Updates `tauri-plugin-os` from 2.0.0-rc.0 to 2.0.1
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](https://github.com/tauri-apps/plugins-workspace/compare/os-v2.0.0-rc.0...os-v2.0.1)

Updates `tauri-plugin-http` from 2.0.0-rc.0 to 2.0.3
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](https://github.com/tauri-apps/plugins-workspace/compare/os-v2.0.0-rc.0...fs-v2.0.3)

Updates `tauri-build` from 2.0.0-rc.2 to 2.0.3
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-build-v2.0.0-rc.2...tauri-build-v2.0.3)

Updates `anyhow` from 1.0.86 to 1.0.93
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.93)

Updates `arboard` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/1Password/arboard/releases)
- [Changelog](https://github.com/1Password/arboard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/1Password/arboard/compare/v3.4.0...v3.4.1)

Updates `async-executor` from 1.13.0 to 1.13.1
- [Release notes](https://github.com/smol-rs/async-executor/releases)
- [Changelog](https://github.com/smol-rs/async-executor/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/async-executor/compare/v1.13.0...v1.13.1)

Updates `async-io` from 2.3.4 to 2.4.0
- [Release notes](https://github.com/smol-rs/async-io/releases)
- [Changelog](https://github.com/smol-rs/async-io/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/async-io/compare/v2.3.4...v2.4.0)

Updates `async-process` from 2.2.4 to 2.3.0
- [Release notes](https://github.com/smol-rs/async-process/releases)
- [Changelog](https://github.com/smol-rs/async-process/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/async-process/compare/v2.2.4...v2.3.0)

Updates `async-trait` from 0.1.81 to 0.1.83
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.81...0.1.83)

Updates `autocfg` from 1.3.0 to 1.4.0
- [Commits](https://github.com/cuviper/autocfg/compare/1.3.0...1.4.0)

Updates `brotli` from 3.5.0 to 7.0.0
- [Release notes](https://github.com/dropbox/rust-brotli/releases)
- [Commits](https://github.com/dropbox/rust-brotli/commits)

Updates `brotli-decompressor` from 2.5.1 to 4.0.1
- [Commits](https://github.com/dropbox/rust-brotli-decompressor/commits/4.0.1)

Updates `bytemuck` from 1.16.3 to 1.20.0
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](https://github.com/Lokathor/bytemuck/compare/v1.16.3...v1.20.0)

Updates `bytes` from 1.7.1 to 1.8.0
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.7.1...v1.8.0)

Updates `camino` from 1.1.7 to 1.1.9
- [Release notes](https://github.com/camino-rs/camino/releases)
- [Changelog](https://github.com/camino-rs/camino/blob/main/CHANGELOG.md)
- [Commits](https://github.com/camino-rs/camino/compare/camino-1.1.7...camino-1.1.9)

Updates `cc` from 1.1.10 to 1.2.1
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.1.10...cc-v1.2.1)

Updates `cookie_store` from 0.21.0 to 0.21.1
- [Changelog](https://github.com/pfernie/cookie_store/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pfernie/cookie_store/compare/v0.21.0...v0.21.1)

Updates `cpufeatures` from 0.2.13 to 0.2.16
- [Commits](https://github.com/RustCrypto/utils/compare/cpufeatures-v0.2.13...cpufeatures-v0.2.16)

Updates `ctor` from 0.2.8 to 0.2.9
- [Commits](https://github.com/mmastrac/rust-ctor/commits)

Updates `diesel_derives` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.3/CHANGELOG.md)
- [Commits](https://github.com/diesel-rs/diesel/compare/v2.2.2...v2.2.3)

Updates `embed-resource` from 2.4.3 to 2.5.1
- [Release notes](https://github.com/nabijaczleweli/rust-embed-resource/releases)
- [Commits](https://github.com/nabijaczleweli/rust-embed-resource/compare/v2.4.3...v2.5.1)

Updates `encoding_rs` from 0.8.34 to 0.8.35
- [Commits](https://github.com/hsivonen/encoding_rs/compare/v0.8.34...v0.8.35)

Updates `error-code` from 3.2.0 to 3.3.1
- [Commits](https://github.com/DoumanAsh/error-code/commits)

Updates `exr` from 1.72.0 to 1.73.0
- [Release notes](https://github.com/johannesvollmer/exrs/releases)
- [Commits](https://github.com/johannesvollmer/exrs/commits)

Updates `fastrand` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/smol-rs/fastrand/releases)
- [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/fastrand/compare/v2.1.0...v2.2.0)

Updates `fdeflate` from 0.3.4 to 0.3.6
- [Changelog](https://github.com/image-rs/fdeflate/blob/main/CHANGES.md)
- [Commits](https://github.com/image-rs/fdeflate/compare/v0.3.4...v0.3.6)

Updates `flate2` from 1.0.31 to 1.0.35
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.35)

Updates `futures-core` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.30...0.3.31)

Updates `futures-io` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.30...0.3.31)

Updates `futures-lite` from 2.3.0 to 2.5.0
- [Release notes](https://github.com/smol-rs/futures-lite/releases)
- [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/futures-lite/compare/v2.3.0...v2.5.0)

Updates `futures-sink` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.30...0.3.31)

Updates `futures-task` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.30...0.3.31)

Updates `futures-util` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.30...0.3.31)

Updates `global-hotkey` from 0.5.4 to 0.6.3
- [Release notes](https://github.com/amrbashir/global-hotkey/releases)
- [Changelog](https://github.com/tauri-apps/global-hotkey/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/amrbashir/global-hotkey/compare/global-hotkey-v0.5.4...global-hotkey-v0.6.3)

Updates `h2` from 0.4.5 to 0.4.7
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.4.5...v0.4.7)

Updates `httparse` from 1.9.4 to 1.9.5
- [Release notes](https://github.com/seanmonstar/httparse/releases)
- [Commits](https://github.com/seanmonstar/httparse/compare/v1.9.4...v1.9.5)

Updates `hyper` from 1.4.1 to 1.5.1
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper/compare/v1.4.1...v1.5.1)

Updates `hyper-rustls` from 0.27.2 to 0.27.3
- [Release notes](https://github.com/rustls/hyper-rustls/releases)
- [Commits](https://github.com/rustls/hyper-rustls/compare/v/0.27.2...v/0.27.3)

Updates `hyper-util` from 0.1.7 to 0.1.10
- [Release notes](https://github.com/hyperium/hyper-util/releases)
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper-util/compare/v0.1.7...v0.1.10)

Updates `iana-time-zone` from 0.1.60 to 0.1.61
- [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md)
- [Commits](https://github.com/strawlab/iana-time-zone/compare/v0.1.60...v0.1.61)

Updates `infer` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/bojand/infer/releases)
- [Commits](https://github.com/bojand/infer/compare/v0.15.0...v0.16.0)

Updates `ipnet` from 2.9.0 to 2.10.1
- [Release notes](https://github.com/krisprice/ipnet/releases)
- [Changelog](https://github.com/krisprice/ipnet/blob/master/RELEASES.md)
- [Commits](https://github.com/krisprice/ipnet/commits)

Updates `json-patch` from 1.4.0 to 3.0.1
- [Changelog](https://github.com/idubrov/json-patch/blob/main/CHANGELOG.md)
- [Commits](https://github.com/idubrov/json-patch/compare/v1.4.0...v3.0.1)

Updates `libc` from 0.2.155 to 0.2.164
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.155...0.2.164)

Updates `libsqlite3-sys` from 0.29.0 to 0.30.1
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](https://github.com/rusqlite/rusqlite/commits)

Updates `mac-notification-sys` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/h4llow3En/mac-notification-sys/releases)
- [Changelog](https://github.com/h4llow3En/mac-notification-sys/blob/master/CHANGELOG.md)
- [Commits](https://github.com/h4llow3En/mac-notification-sys/compare/v0.6.1...v0.6.2)

Updates `muda` from 0.13.5 to 0.15.3
- [Release notes](https://github.com/amrbashir/muda/releases)
- [Changelog](https://github.com/tauri-apps/muda/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/amrbashir/muda/compare/muda-v0.13.5...muda-v0.15.3)

Updates `ndk` from 0.7.0 to 0.9.0
- [Release notes](https://github.com/rust-mobile/ndk/releases)
- [Commits](https://github.com/rust-mobile/ndk/compare/ndk-0.7.0...ndk-0.9.0)

Updates `ndk-sys` from 0.4.1+23.1.7779620 to 0.6.0+11769913
- [Release notes](https://github.com/rust-mobile/ndk/releases)
- [Commits](https://github.com/rust-mobile/ndk/compare/ndk-sys-0.4.1...ndk-sys-0.6.0)

Updates `notify-rust` from 4.11.1 to 4.11.3
- [Release notes](https://github.com/hoodie/notify-rust/releases)
- [Changelog](https://github.com/hoodie/notify-rust/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hoodie/notify-rust/compare/v4.11.1...v4.11.3)

Updates `num_enum` from 0.5.11 to 0.7.3
- [Commits](https://github.com/illicitonion/num_enum/compare/0.5.11...0.7.3)

Updates `num_enum_derive` from 0.5.11 to 0.7.3
- [Commits](https://github.com/illicitonion/num_enum/compare/0.5.11...0.7.3)

Updates `object` from 0.36.3 to 0.36.5
- [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gimli-rs/object/compare/0.36.3...0.36.5)

Updates `once_cell` from 1.19.0 to 1.20.2
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.19.0...v1.20.2)

Updates `open` from 5.3.0 to 5.3.1
- [Release notes](https://github.com/Byron/open-rs/releases)
- [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)
- [Commits](https://github.com/Byron/open-rs/compare/v5.3.0...v5.3.1)

Updates `parking` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/smol-rs/parking/releases)
- [Changelog](https://github.com/smol-rs/parking/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/parking/compare/v2.2.0...v2.2.1)

Updates `pathdiff` from 0.2.1 to 0.2.3
- [Commits](https://github.com/Manishearth/pathdiff/commits)

Updates `pin-project-lite` from 0.2.14 to 0.2.15
- [Release notes](https://github.com/taiki-e/pin-project-lite/releases)
- [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taiki-e/pin-project-lite/compare/v0.2.14...v0.2.15)

Updates `pkg-config` from 0.3.30 to 0.3.31
- [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/pkg-config-rs/compare/0.3.30...0.3.31)

Updates `png` from 0.17.13 to 0.17.14
- [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md)
- [Commits](https://github.com/image-rs/image-png/compare/v0.17.13...v0.17.14)

Updates `polling` from 3.7.3 to 3.7.4
- [Release notes](https://github.com/smol-rs/polling/releases)
- [Changelog](https://github.com/smol-rs/polling/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/polling/compare/v3.7.3...v3.7.4)

Updates `proc-macro2` from 1.0.86 to 1.0.92
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.86...1.0.92)

Updates `publicsuffix` from 2.2.3 to 2.3.0
- [Release notes](https://github.com/rushmorem/publicsuffix/releases)
- [Commits](https://github.com/rushmorem/publicsuffix/compare/v2.2.3...v2.3.0)

Updates `quinn` from 0.11.3 to 0.11.6
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](https://github.com/quinn-rs/quinn/compare/quinn-0.11.3...quinn-0.11.6)

Updates `quinn-proto` from 0.11.8 to 0.11.9
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](https://github.com/quinn-rs/quinn/compare/quinn-proto-0.11.8...quinn-proto-0.11.9)

Updates `quinn-udp` from 0.5.4 to 0.5.7
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](https://github.com/quinn-rs/quinn/compare/quinn-udp-0.5.4...quinn-udp-0.5.7)

Updates `quote` from 1.0.36 to 1.0.37
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.36...1.0.37)

Updates `raw-window-handle` from 0.5.2 to 0.6.2
- [Release notes](https://github.com/rust-windowing/raw-window-handle/releases)
- [Changelog](https://github.com/rust-windowing/raw-window-handle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-windowing/raw-window-handle/compare/v0.5.2...v0.6.2)

Updates `redox_syscall` from 0.5.3 to 0.5.7

Updates `redox_users` from 0.4.5 to 0.4.6

Updates `regex` from 1.10.6 to 1.11.1
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.10.6...1.11.1)

Updates `regex-automata` from 0.1.10 to 0.4.9
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/commits/regex-automata-0.4.9)

Updates `regex-syntax` from 0.6.29 to 0.8.5
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/commits)

Updates `reqwest` from 0.12.5 to 0.12.9
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.5...v0.12.9)

Updates `rustc_version` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/djc/rustc-version-rs/releases)
- [Commits](https://github.com/djc/rustc-version-rs/compare/v0.4.0...v0.4.1)

Updates `rustix` from 0.38.34 to 0.38.41
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.34...v0.38.41)

Updates `rustls` from 0.23.12 to 0.23.13
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.23.12...v/0.23.13)

Updates `rustls-pki-types` from 1.8.0 to 1.10.0
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](https://github.com/rustls/pki-types/compare/v/1.8.0...v/1.10.0)

Updates `rustls-webpki` from 0.102.6 to 0.102.8
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](https://github.com/rustls/webpki/compare/v/0.102.6...v/0.102.8)

Updates `serde_derive` from 1.0.207 to 1.0.215
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.207...v1.0.215)

Updates `serde_spanned` from 0.6.7 to 0.6.8
- [Commits](https://github.com/toml-rs/toml/compare/serde_spanned-v0.6.7...serde_spanned-v0.6.8)

Updates `serde_with` from 3.9.0 to 3.11.0
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](https://github.com/jonasbb/serde_with/compare/v3.9.0...v3.11.0)

Updates `serde_with_macros` from 3.9.0 to 3.11.0
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](https://github.com/jonasbb/serde_with/compare/v3.9.0...v3.11.0)

Updates `softbuffer` from 0.4.5 to 0.4.6
- [Release notes](https://github.com/rust-windowing/softbuffer/releases)
- [Changelog](https://github.com/rust-windowing/softbuffer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-windowing/softbuffer/compare/v0.4.5...v0.4.6)

Updates `swift-rs` from 1.0.6 to 1.0.7
- [Release notes](https://github.com/Brendonovich/swift-rs/releases)
- [Commits](https://github.com/Brendonovich/swift-rs/compare/1.0.6...1.0.7)

Updates `sync_wrapper` from 1.0.1 to 1.0.2
- [Commits](https://github.com/Actyx/sync_wrapper/commits)

Updates `sys-locale` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/1Password/sys-locale/releases)
- [Changelog](https://github.com/1Password/sys-locale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/1Password/sys-locale/compare/v0.3.1...v0.3.2)

Updates `system-configuration` from 0.5.1 to 0.6.1
- [Changelog](https://github.com/mullvad/system-configuration-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mullvad/system-configuration-rs/compare/v0.5.1...v0.6.1)

Updates `system-configuration-sys` from 0.5.0 to 0.6.0
- [Changelog](https://github.com/mullvad/system-configuration-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mullvad/system-configuration-rs/compare/v0.5.0...v0.6.0)

Updates `tao` from 0.28.1 to 0.30.8
- [Release notes](https://github.com/tauri-apps/tao/releases)
- [Changelog](https://github.com/tauri-apps/tao/blob/tao-v0.30.8/CHANGELOG.md)
- [Commits](https://github.com/tauri-apps/tao/compare/tao-v0.28.1...tao-v0.30.8)

Updates `tao-macros` from 0.1.2 to 0.1.3
- [Release notes](https://github.com/tauri-apps/tao/releases)
- [Changelog](https://github.com/tauri-apps/tao/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/tauri-apps/tao/compare/tao-macros-v0.1.2...tao-macros-v0.1.3)

Updates `tauri-codegen` from 2.0.0-rc.2 to 2.0.3
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-codegen-v2.0.0-rc.2...tauri-codegen-v2.0.3)

Updates `tauri-macros` from 2.0.0-rc.2 to 2.0.3
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-macros-v2.0.0-rc.2...tauri-macros-v2.0.3)

Updates `tauri-plugin` from 2.0.0-rc.2 to 2.0.3
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-plugin-v2.0.0-rc.2...tauri-plugin-v2.0.3)

Updates `tauri-runtime` from 2.0.0-rc.2 to 2.2.0
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-runtime-v2.0.0-rc.2...tauri-runtime-v2.2.0)

Updates `tauri-runtime-wry` from 2.0.0-rc.2 to 2.2.0
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-runtime-wry-v2.0.0-rc.2...tauri-runtime-wry-v2.2.0)

Updates `tauri-utils` from 2.0.0-rc.2 to 2.1.0
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-utils-v2.0.0-rc.2...tauri-utils-v2.1.0)

Updates `tempfile` from 3.12.0 to 3.14.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.12.0...v3.14.0)

Updates `thiserror` from 1.0.63 to 1.0.69
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.63...1.0.69)

Updates `thiserror-impl` from 1.0.63 to 1.0.69
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.63...1.0.69)

Updates `tokio` from 1.39.2 to 1.41.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.41.1)

Updates `tokio-util` from 0.7.11 to 0.7.12
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.11...tokio-util-0.7.12)

Updates `tower-service` from 0.3.2 to 0.3.3
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](https://github.com/tower-rs/tower/compare/tower-service-0.3.2...tower-service-0.3.3)

Updates `tray-icon` from 0.14.3 to 0.19.2
- [Release notes](https://github.com/tauri-apps/tray-icon/releases)
- [Changelog](https://github.com/tauri-apps/tray-icon/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/tauri-apps/tray-icon/compare/tray-icon-v0.14.3...tray-icon-v0.19.2)

Updates `typeid` from 1.0.0 to 1.0.2
- [Release notes](https://github.com/dtolnay/typeid/releases)
- [Commits](https://github.com/dtolnay/typeid/compare/1.0.0...1.0.2)

Updates `unicode-bidi` from 0.3.15 to 0.3.17
- [Release notes](https://github.com/servo/unicode-bidi/releases)
- [Commits](https://github.com/servo/unicode-bidi/compare/v0.3.15...v0.3.17)

Updates `unicode-ident` from 1.0.12 to 1.0.14
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.12...1.0.14)

Updates `unicode-normalization` from 0.1.23 to 0.1.24
- [Commits](https://github.com/unicode-rs/unicode-normalization/compare/v0.1.23...v0.1.24)

Updates `unicode-segmentation` from 1.11.0 to 1.12.0
- [Commits](https://github.com/unicode-rs/unicode-segmentation/compare/v1.11.0...v1.12.0)

Updates `url` from 2.5.2 to 2.5.4
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.5.2...v2.5.4)

Updates `urlpattern` from 0.2.0 to 0.3.0
- [Release notes](https://github.com/denoland/rust-urlpattern/releases)
- [Commits](https://github.com/denoland/rust-urlpattern/compare/0.2.0...0.3.0)

Updates `uuid` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.10.0...1.11.0)

Updates `wasm-bindgen` from 0.2.92 to 0.2.95
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.92...0.2.95)

Updates `wasm-bindgen-backend` from 0.2.92 to 0.2.95
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.92...0.2.95)

Updates `wasm-bindgen-macro` from 0.2.92 to 0.2.95
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.92...0.2.95)

Updates `wasm-bindgen-macro-support` from 0.2.92 to 0.2.95
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.92...0.2.95)

Updates `wasm-bindgen-shared` from 0.2.92 to 0.2.95
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.92...0.2.95)

Updates `wasm-streams` from 0.4.0 to 0.4.2
- [Release notes](https://github.com/MattiasBuelens/wasm-streams/releases)
- [Changelog](https://github.com/MattiasBuelens/wasm-streams/blob/main/CHANGELOG.md)
- [Commits](https://github.com/MattiasBuelens/wasm-streams/compare/v0.4.0...v0.4.2)

Updates `web-sys` from 0.3.69 to 0.3.72
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

Updates `webpki-roots` from 0.26.3 to 0.26.7
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](https://github.com/rustls/webpki-roots/compare/v/0.26.3...v/0.26.7)

Updates `webview2-com` from 0.31.0 to 0.33.0
- [Commits](https://github.com/wravery/webview2-rs/commits)

Updates `webview2-com-macros` from 0.7.0 to 0.8.0
- [Commits](https://github.com/wravery/webview2-rs/commits)

Updates `webview2-com-sys` from 0.31.0 to 0.33.0
- [Commits](https://github.com/wravery/webview2-rs/commits)

Updates `window-vibrancy` from 0.5.0 to 0.5.2
- [Release notes](https://github.com/tauri-apps/tauri-plugin-vibrancy/releases)
- [Changelog](https://github.com/tauri-apps/window-vibrancy/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/tauri-apps/tauri-plugin-vibrancy/compare/window-vibrancy-v0.5.0...window-vibrancy-v0.5.2)

Updates `windows` from 0.48.0 to 0.56.0
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/compare/0.48.0...0.56.0)

Updates `wry` from 0.41.0 to 0.47.2
- [Release notes](https://github.com/tauri-apps/wry/releases)
- [Changelog](https://github.com/tauri-apps/wry/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/tauri-apps/wry/compare/wry-v0.41...wry-v0.47.2)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: diesel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tauri-plugin-global-shortcut
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tauri-plugin-process
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tauri-plugin-dialog
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tauri-plugin-fs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tauri-plugin-notification
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tauri-plugin-shell
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tauri-plugin-os
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tauri-plugin-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tauri-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: anyhow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: arboard
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: async-executor
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: async-io
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: async-process
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: async-trait
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: autocfg
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: brotli
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: brotli-decompressor
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: bytemuck
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: bytes
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: camino
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: cookie_store
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: cpufeatures
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ctor
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: diesel_derives
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: embed-resource
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: encoding_rs
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: error-code
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: exr
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: fastrand
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: fdeflate
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: flate2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: futures-core
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: futures-io
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: futures-lite
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: futures-sink
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: futures-task
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: futures-util
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: global-hotkey
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: h2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: httparse
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: hyper
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: hyper-rustls
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: hyper-util
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: iana-time-zone
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: infer
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ipnet
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: json-patch
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: libc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: libsqlite3-sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: mac-notification-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: muda
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ndk
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ndk-sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: notify-rust
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: num_enum
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: num_enum_derive
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: object
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: once_cell
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: open
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: parking
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: pathdiff
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: pin-project-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: pkg-config
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: png
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: polling
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: publicsuffix
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: quinn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: quinn-proto
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: quinn-udp
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: quote
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: raw-window-handle
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: redox_syscall
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: redox_users
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: regex
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: regex-automata
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: regex-syntax
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: reqwest
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: rustc_version
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: rustix
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: rustls
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: rustls-pki-types
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: rustls-webpki
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde_spanned
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde_with
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: serde_with_macros
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: softbuffer
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: swift-rs
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: sync_wrapper
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: sys-locale
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: system-configuration
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: system-configuration-sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tao
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tao-macros
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tauri-codegen
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tauri-macros
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tauri-plugin
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tauri-runtime
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tauri-runtime-wry
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tauri-utils
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tempfile
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: thiserror
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: thiserror-impl
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tokio
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tokio-util
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tower-service
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tray-icon
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: typeid
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: unicode-bidi
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: unicode-ident
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: unicode-normalization
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: unicode-segmentation
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: url
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: urlpattern
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: uuid
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: wasm-bindgen
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wasm-bindgen-backend
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wasm-bindgen-macro
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wasm-bindgen-macro-support
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wasm-bindgen-shared
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wasm-streams
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: web-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: webpki-roots
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: webview2-com
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: webview2-com-macros
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: webview2-com-sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: window-vibrancy
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: windows
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: wry
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants