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 59 updates #13

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

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

Package From To
serde_json 1.0.124 1.0.127
serde 1.0.207 1.0.209
tauri 2.0.0-rc.2 2.0.0-rc.6
tauri-plugin-global-shortcut 2.0.0-rc.0 2.0.0-rc.1
tauri-plugin-dialog 2.0.0-rc.0 2.0.0-rc.2
tauri-plugin-notification 2.0.0-rc.0 2.0.0-rc.2
tauri-plugin-shell 2.0.0-rc.0 2.0.0-rc.2
bytemuck 1.16.3 1.17.0
camino 1.1.7 1.1.9
cc 1.1.10 1.1.15
diesel_derives 2.2.2 2.2.3
fastrand 2.1.0 2.1.1
flate2 1.0.31 1.0.33
global-hotkey 0.5.4 0.5.5
h2 0.4.5 0.4.6
js-sys 0.3.69 0.3.70
libc 0.2.155 0.2.158
libsqlite3-sys 0.29.0 0.30.1
quote 1.0.36 1.0.37
redox_users 0.4.5 0.4.6
reqwest 0.12.5 0.12.7
tao-macros 0.1.2 0.1.3
tokio 1.39.2 1.39.3
tower-layer 0.3.2 0.3.3
tower-service 0.3.2 0.3.3
typeid 1.0.0 1.0.2
wasm-bindgen-futures 0.4.42 0.4.43
web-sys 0.3.69 0.3.70
window-vibrancy 0.5.0 0.5.1

Updates serde_json from 1.0.124 to 1.0.127

Release notes

Sourced from serde_json's releases.

1.0.127

1.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)

1.0.125

  • Speed up \uXXXX parsing and improve handling of unpaired surrogates when deserializing to bytes (#1172, #1175, thanks @​purplesyringa)
Commits
  • 5ebf65c Release 1.0.127
  • f287a3b Merge pull request 1179 from GREsau/patch-1
  • ec980b0 Release 1.0.126
  • e6282b0 Merge pull request #1184 from serde-rs/fastarithmetic
  • ffc4a43 Improve cfg names for fast arithmetic
  • 4b1048d Merge pull request #1183 from serde-rs/arithmetic
  • f268173 Unify chunk size choice between float and string parsing
  • fec0376 Merge pull request #1182 from CryZe/chunk-64bit
  • 3d837e1 Ensure the SWAR chunks are 64-bit in more cases
  • 11fc61c Add OccupiedEntry::shift_remove() and swap_remove()
  • Additional commits viewable in compare view

Updates serde from 1.0.207 to 1.0.209

Release notes

Sourced from serde's releases.

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
  • 30752ac Release 1.0.209
  • b84e6ca Improve wording of PR 2805 comments
  • 87a2fb0 Wrap comments from PR 2805 to 80 columns
  • 9eaf7b9 Merge pull request #2805 from Mingun/untagged-tests
  • 7bde100 Replace MapRefDeserializer with value::MapDeserializer
  • da7fc79 Fix deserialization of empty struct variant in untagged enums
  • 4c5fec1 Test special cases that reaches SeqRefDeserializer::deserialize_any len==0 co...
  • 6588b0a Cover Content::Seq case in VariantRefDeserializer::struct_variant
  • 0093f74 Split test newtype_enum into four tests for each variant
  • 171c6da Complete coverage of ContentRefDeserializer::deserialize_newtype_struct
  • Additional commits viewable in compare view

Updates tauri from 2.0.0-rc.2 to 2.0.0-rc.6

Release notes

Sourced from tauri's releases.

@​tauri-apps/cli v2.0.0-rc.6

[2.0.0-rc.6]

New Features

Bug Fixes

Dependencies

tauri-cli v2.0.0-rc.6

Updating git repository https://github.com/tauri-apps/schemars.git Updating crates.io index Locking 514 packages to latest compatible versions Adding addr2line v0.22.0 (latest: v0.24.1) Adding base64 v0.21.7 (latest: v0.22.1) Adding bit-set v0.5.3 (latest: v0.8.0) Adding bit-vec v0.6.3 (latest: v0.8.0) Adding bitflags v1.3.2 (latest: v2.6.0) Adding cairo-rs v0.18.5 (latest: v0.20.1) Adding cairo-sys-rs v0.18.2 (latest: v0.20.0) Adding cargo_toml v0.17.2 (latest: v0.20.4) Adding cfb v0.7.3 (latest: v0.10.0) Adding cfg-expr v0.15.8 (latest: v0.16.0) Adding convert_case v0.4.0 (latest: v0.6.0) Adding core-foundation v0.9.4 (latest: v0.10.0) Adding core-graphics v0.23.2 (latest: v0.24.0) Adding core-graphics-types v0.1.3 (latest: v0.2.0) Adding cssparser v0.27.2 (latest: v0.34.0) Adding derive_more v0.99.18 (latest: v1.0.0) Adding encode_unicode v0.3.6 (latest: v1.0.0) Adding env_logger v0.8.4 (latest: v0.11.5) Adding fluent-uri v0.1.4 (latest: v0.2.0) Adding foreign-types v0.3.2 (latest: v0.5.0) Adding foreign-types-shared v0.1.1 (latest: v0.3.1) Adding gdk-pixbuf v0.18.5 (latest: v0.20.1) Adding gdk-pixbuf-sys v0.18.0 (latest: v0.20.1) Adding generator v0.7.5 (latest: v0.8.2) Adding generic-array v0.14.7 (latest: v1.1.0) Adding getrandom v0.1.16 (latest: v0.2.15) Adding gimli v0.29.0 (latest: v0.31.0) Adding gio v0.18.4 (latest: v0.20.1) Adding gio-sys v0.18.1 (latest: v0.20.1) Adding glib v0.18.5 (latest: v0.20.1) Adding glib-macros v0.18.5 (latest: v0.20.1)

... (truncated)

Commits

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

Release notes

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

barcode-scanner v2.0.0-rc.1

[2.0.0-rc.1]

  • 2c00c029 (#1630 by @​FabianLars) Fixed an issue that caused multi-word IIFE names to not be formatted correctly. For example the barcode-scanner was defined as window.__TAURI_PLUGIN_CLIPBOARDMANAGER__ instead of window.__TAURI_PLUGIN_CLIPBOARD_MANAGER__.

changes

Updating crates.io index
   Packaging tauri-plugin-barcode-scanner v2.0.0-rc.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/barcode-scanner)
    Packaged 48 files, 163.1KiB (83.6KiB compressed)
   Uploading tauri-plugin-barcode-scanner v2.0.0-rc.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/barcode-scanner)
    Uploaded tauri-plugin-barcode-scanner v2.0.0-rc.1 to registry `crates-io`
note: waiting for `tauri-plugin-barcode-scanner v2.0.0-rc.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-barcode-scanner v2.0.0-rc.1 at registry `crates-io`

biometric v2.0.0-rc.1

[2.0.0-rc.1]

changes

Updating crates.io index
   Packaging tauri-plugin-biometric v2.0.0-rc.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/biometric)
    Packaged 42 files, 92.6KiB (29.6KiB compressed)
   Uploading tauri-plugin-biometric v2.0.0-rc.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/biometric)
    Uploaded tauri-plugin-biometric v2.0.0-rc.1 to registry `crates-io`
note: waiting for `tauri-plugin-biometric v2.0.0-rc.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-biometric v2.0.0-rc.1 at registry `crates-io`

clipboard-manager v2.0.0-rc.1

[2.0.0-rc.1]

... (truncated)

Commits

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.

barcode-scanner v2.0.0-rc.2

[2.0.0-rc.2]

Updating crates.io index
   Packaging tauri-plugin-barcode-scanner v2.0.0-rc.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/barcode-scanner)
    Packaged 48 files, 163.5KiB (83.7KiB compressed)
   Uploading tauri-plugin-barcode-scanner v2.0.0-rc.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/barcode-scanner)
    Uploaded tauri-plugin-barcode-scanner v2.0.0-rc.2 to registry `crates-io`
note: waiting for `tauri-plugin-barcode-scanner 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-barcode-scanner v2.0.0-rc.2 at registry `crates-io`

biometric v2.0.0-rc.2

[2.0.0-rc.2]

Updating crates.io index
   Packaging tauri-plugin-biometric v2.0.0-rc.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/biometric)
    Packaged 42 files, 93.0KiB (29.7KiB compressed)
   Uploading tauri-plugin-biometric v2.0.0-rc.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/biometric)
    Uploaded tauri-plugin-biometric v2.0.0-rc.2 to registry `crates-io`
note: waiting for `tauri-plugin-biometric 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-biometric v2.0.0-rc.2 at registry `crates-io`

clipboard-manager v2.0.0-rc.2

[2.0.0-rc.2]

... (truncated)

Commits

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

Release notes

Sourced from tauri-plugin-notification's releases.

barcode-scanner v2.0.0-rc.2

[2.0.0-rc.2]

Updating crates.io index
   Packaging tauri-plugin-barcode-scanner v2.0.0-rc.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/barcode-scanner)
    Packaged 48 files, 163.5KiB (83.7KiB compressed)
   Uploading tauri-plugin-barcode-scanner v2.0.0-rc.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/barcode-scanner)
    Uploaded tauri-plugin-barcode-scanner v2.0.0-rc.2 to registry `crates-io`
note: waiting for `tauri-plugin-barcode-scanner 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-barcode-scanner v2.0.0-rc.2 at registry `crates-io`

biometric v2.0.0-rc.2

[2.0.0-rc.2]

Updating crates.io index
   Packaging tauri-plugin-biometric v2.0.0-rc.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/biometric)
    Packaged 42 files, 93.0KiB (29.7KiB compressed)
   Uploading tauri-plugin-biometric v2.0.0-rc.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/biometric)
    Uploaded tauri-plugin-biometric v2.0.0-rc.2 to registry `crates-io`
note: waiting for `tauri-plugin-biometric 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-biometric v2.0.0-rc.2 at registry `crates-io`

clipboard-manager v2.0.0-rc.2

[2.0.0-rc.2]

... (truncated)

Commits

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

Release notes

Sourced from tauri-plugin-shell's releases.

barcode-scanner v2.0.0-rc.2

[2.0.0-rc.2]

Updating crates.io index
   Packaging tauri-plugin-barcode-scanner v2.0.0-rc.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/barcode-scanner)
    Packaged 48 files, 163.5KiB (83.7KiB compressed)
   Uploading tauri-plugin-barcode-scanner v2.0.0-rc.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/barcode-scanner)
    Uploaded tauri-plugin-barcode-scanner v2.0.0-rc.2 to registry `crates-io`
note: waiting for `tauri-plugin-barcode-scanner 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-barcode-scanner v2.0.0-rc.2 at registry `crates-io`

biometric v2.0.0-rc.2

[2.0.0-rc.2]

Updating crates.io index
   Packaging tauri-plugin-biometric v2.0.0-rc.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/biometric)
    Packaged 42 files, 93.0KiB (29.7KiB compressed)
   Uploading tauri-plugin-biometric v2.0.0-rc.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/biometric)
    Uploaded tauri-plugin-biometric v2.0.0-rc.2 to registry `crates-io`
note: waiting for `tauri-plugin-biometric 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-biometric v2.0.0-rc.2 at registry `crates-io`

clipboard-manager v2.0.0-rc.2

[2.0.0-rc.2]

... (truncated)

Commits

Updates tauri-build from 2.0.0-rc.2 to 2.0.0-rc.6

Release notes

Sourced from tauri-build's releases.

tauri-build v2.0.0-rc.6

Updating git repository https://github.com/tauri-apps/schemars.git Updating crates.io index Locking 514 packages to latest compatible versions Adding addr2line v0.22.0 (latest: v0.24.1) Adding base64 v0.21.7 (latest: v0.22.1) Adding bit-set v0.5.3 (latest: v0.8.0) Adding bit-vec v0.6.3 (latest: v0.8.0) Adding bitflags v1.3.2 (latest: v2.6.0) Adding cairo-rs v0.18.5 (latest: v0.20.1) Adding cairo-sys-rs v0.18.2 (latest: v0.20.0) Adding cargo_toml v0.17.2 (latest: v0.20.4) Adding cfb v0.7.3 (latest: v0.10.0) Adding cfg-expr v0.15.8 (latest: v0.16.0) Adding convert_case v0.4.0 (latest: v0.6.0) Adding core-foundation v0.9.4 (latest: v0.10.0) Adding core-graphics v0.23.2 (latest: v0.24.0) Adding core-graphics-types v0.1.3 (latest: v0.2.0) Adding cssparser v0.27.2 (latest: v0.34.0) Adding derive_more v0.99.18 (latest: v1.0.0) Adding encode_unicode v0.3.6 (latest: v1.0.0) Adding env_logger v0.8.4 (latest: v0.11.5) Adding fluent-uri v0.1.4 (latest: v0.2.0) Adding foreign-types v0.3.2 (latest: v0.5.0) Adding foreign-types-shared v0.1.1 (latest: v0.3.1) Adding gdk-pixbuf v0.18.5 (latest: v0.20.1) Adding gdk-pixbuf-sys v0.18.0 (latest: v0.20.1) Adding generator v0.7.5 (latest: v0.8.2) Adding generic-array v0.14.7 (latest: v1.1.0) Adding getrandom v0.1.16 (latest: v0.2.15) Adding gimli v0.29.0 (latest: v0.31.0) Adding gio v0.18.4 (latest: v0.20.1) Adding gio-sys v0.18.1 (latest: v0.20.1) Adding glib v0.18.5 (latest: v0.20.1) Adding glib-macros v0.18.5 (latest: v0.20.1) Adding glib-sys v0.18.1 (latest: v0.20.1) Adding gobject-sys v0.18.0 (latest: v0.20.1) Adding hashbrown v0.12.3 (latest: v0.14.5) Adding heck v0.4.1 (latest: v0.5.0) Adding hermit-abi v0.3.9 (latest: v0.4.0) Adding html5ever v0.26.0 (latest: v0.28.0) Adding idna v0.5.0 (latest: v1.0.2) Adding image v0.24.9 (latest: v0.25.2) Adding indexmap v1.9.3 (latest: v2.4.0) Adding infer v0.15.0 (latest: v0.16.0) Adding itoa v0.4.8 (latest: v1.0.11) Adding jni-sys v0.3.0 (latest: v0.4.0) Adding jsonptr v0.4.7 (latest: v0.6.0) Adding libloading v0.7.4 (latest: v0.8.5) Adding linux-raw-sys v0.4.14 (latest: v0.6.5)

... (truncated)

Commits

Updates brotli from 3.5.0 to 6.0.0

Commits
  • 8e0b2a8 fix CI
  • bf3db20 Minor hq.rs cleanup
  • 10083bf Cleanup BlockSplitIterator
  • f53535a Remove dead code
  • d1f356c Remove unused corrosion code
  • f8f5840 Refactor encode::set_parameter
  • f1dad22 Use proper self for Command and related
  • 2c601f4 Release 5.0.0 with ffi-api disabled by default to avoid ODR issues
  • 6c4cd18 Make hex numbers more readable
  • 2ff7b21 Use proper self for BrotliEncoderStateStruct
  • Additional commits viewable in compare view

Updates brotli-decompressor from 2.5.1 to 4.0.1

Commits

Updates bytemuck from 1.16.3 to 1.17.0

Changelog

Sourced from bytemuck's changelog.

1.17.0

  • Makes the must_cast versions of the by-value and by-ref casts be const. The mut ref cast is unaffected for now (mut references aren't yet stable in const fn). This increases the MSRV of using that particular feature from 1.57 to 1.64.
Commits

Updates camino from 1.1.7 to 1.1.9

Release notes

Sourced from camino's releases.

camino 1.1.9

Added

  • Top-level function absolute_utf8 wraps std::path::absolute, converting paths to UTF-8. Requires Rust 1.79 and above.

camino 1.1.8

Changed

  • Use OsStr::as_encoded_bytes on Rust 1.74 and above, making conversions from OsStr to str virtually free (#93). Thanks @​h-a-n-a for your first contribution!
Changelog

Sourced from camino's changelog.

[1.1.9] - 2024-08-17

Added

  • Top-level function absolute_utf8 wraps std::path::absolute, converting paths to UTF-8. Requires Rust 1.79 and above.

[1.1.8] - 2024-08-15

Changed

  • Use OsStr::as_encoded_bytes on Rust 1.74 and above, making conversions from OsStr to str virtually free (#93). Thanks @​h-a-n-a for your first contribution!
Commits

Updates cc from 1.1.10 to 1.1.15

Release notes

Sourced from cc's releases.

cc-v1.1.15

Other

  • Add -mfloat-abi=hard as a default argument when using any arm/thumb-none-eabihf target (#1194)

cc-v1.1.14

Other

  • allow finding tools from path if VisualStudioDir is set

cc-v1.1.13

Other

  • Fix detect family: should detect emscripten as clang, closes #1185 (#1186)

cc-v1.1.12

Other

cc-v1.1.11

Other

  • Add support for parsing shell encoded *FLAGS (#1181)
  • Replace vector of tuples with BTreeMap which already is sorted and free of duplicates (#1177)
Changelog

Sourced from cc's changelog.

1.1.15 - 2024-08-26

Other

  • Add -mfloat-abi=hard as a default argument when using any arm/thumb-none-eabihf target (#1194)

1.1.14 - 2024-08-23

Other

  • allow finding tools from path if VisualStudioDir is set

1.1.13 - 2024-08-16

Other

  • Fix detect family: should detect emscripten as clang, closes #1185 (#1186)

1.1.12 - 2024-08-15

Other

1.1.11 - 2024-08-14

Other

  • Add support for parsing shell encoded *FLAGS (#1181)
  • Replace vector of tuples with BTreeMap which already is sorted and free of duplicates (#1177)
Commits

Updates diesel_derives from 2.2.2 to 2.2.3

Changelog

Sourced from diesel_derives's changelog.

[2.2.3] 2024-08-23

Fixed

  • Support for libsqlite3-sys 0.30.0
  • Fixed a possible vulnerability in how Diesel handled protocol level bind parameters. See the SQL Injection isn't Dead: Smuggling Queries at Protocol Level presentation from DEF CON for details
  • Fixed an issue with a possibly ambiguous trait resolution in #[derive(QueryableByName)]
Commits
  • 8fb5863 Also bump diesel-cli to 2.2.3 to fix the cargo dist build
  • 4c0e1f7 Merge pull request #4195 from weiznich/prepare/2.2.3
  • fcd602f Merge pull request #4130 from Ten0/remove_unused_NoCombinationClause
  • 5c52a82 Prepare a diesel 2.2.3 release
  • 3b624ed Merge pull request #4170 from weiznich/prevent_protocol_level_size_overflows
  • 1a61cd3 Update cargo-dist to 0.21.1
  • 48cc9e6 use try_from in range
  • 501e7e2 Merge pull request #4166 from guissalustiano/remove_cast_in_array
  • 7171ba1 Merge pull request #4156 from Aethelflaed/fix-cli-error-type
  • ca2a484 Merge pull request #4154 from Tanguille/chore/allow-unused_qualifications-table
  • Additional commits viewable in compare view

Updates fastrand from 2.1.0 to 2.1.1

Release notes

Sourced from fastrand's releases.

v2.1.1

  • Remove support for 128-bit targets, as they are not supported by rustc yet. (#87)
Changelog

Sourced from fastrand's changelog.

Version 2.1.1

  • Remove support for 128-bit targets, as they are not supported by rustc yet. (#87)
Commits

Updates flate2 from 1.0.31 to 1.0.33

Release notes

Sourced from flate2's releases.

1.0.33 - fix minimal manifest versions

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.32...1.0.33

1.0.32 - turn panic into error

What's Changed

Fix

Other

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.31...1.0.32

Changelog

Sourced from flate2's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Commits
  • 50852c6 Merge pull request #425 from NobodyXu/patch-1
  • ...

    Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.124` | `1.0.127` |
| [serde](https://github.com/serde-rs/serde) | `1.0.207` | `1.0.209` |
| [tauri](https://github.com/tauri-apps/tauri) | `2.0.0-rc.2` | `2.0.0-rc.6` |
| [tauri-plugin-global-shortcut](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.0` | `2.0.0-rc.1` |
| [tauri-plugin-dialog](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.0` | `2.0.0-rc.2` |
| [tauri-plugin-notification](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.0` | `2.0.0-rc.2` |
| [tauri-plugin-shell](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.0` | `2.0.0-rc.2` |
| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.16.3` | `1.17.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.1.15` |
| [diesel_derives](https://github.com/diesel-rs/diesel) | `2.2.2` | `2.2.3` |
| [fastrand](https://github.com/smol-rs/fastrand) | `2.1.0` | `2.1.1` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.31` | `1.0.33` |
| [global-hotkey](https://github.com/amrbashir/global-hotkey) | `0.5.4` | `0.5.5` |
| [h2](https://github.com/hyperium/h2) | `0.4.5` | `0.4.6` |
| [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.69` | `0.3.70` |
| [libc](https://github.com/rust-lang/libc) | `0.2.155` | `0.2.158` |
| [libsqlite3-sys](https://github.com/rusqlite/rusqlite) | `0.29.0` | `0.30.1` |
| [quote](https://github.com/dtolnay/quote) | `1.0.36` | `1.0.37` |
| redox_users | `0.4.5` | `0.4.6` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.5` | `0.12.7` |
| [tao-macros](https://github.com/tauri-apps/tao) | `0.1.2` | `0.1.3` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.39.3` |
| [tower-layer](https://github.com/tower-rs/tower) | `0.3.2` | `0.3.3` |
| [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` |
| [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.42` | `0.4.43` |
| [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.69` | `0.3.70` |
| [window-vibrancy](https://github.com/tauri-apps/tauri-plugin-vibrancy) | `0.5.0` | `0.5.1` |



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

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

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

Updates `tauri-plugin-global-shortcut` from 2.0.0-rc.0 to 2.0.0-rc.1
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@os-v2.0.0-rc.0...nfc-v2.0.0-rc.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](tauri-apps/plugins-workspace@os-v2.0.0-rc.0...nfc-v2.0.0-rc.2)

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

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

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

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

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.17.0
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.16.3...v1.17.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](camino-rs/camino@camino-1.1.7...camino-1.1.9)

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

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](diesel-rs/diesel@v2.2.2...v2.2.3)

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

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

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

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

Updates `js-sys` from 0.3.69 to 0.3.70
- [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 `json-patch` from 1.4.0 to 2.0.0
- [Changelog](https://github.com/idubrov/json-patch/blob/main/CHANGELOG.md)
- [Commits](idubrov/json-patch@v1.4.0...v2.0.0)

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

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 `muda` from 0.13.5 to 0.14.1
- [Release notes](https://github.com/amrbashir/muda/releases)
- [Changelog](https://github.com/tauri-apps/muda/blob/dev/CHANGELOG.md)
- [Commits](tauri-apps/muda@muda-v0.13.5...muda-v0.14.1)

Updates `ndk` from 0.7.0 to 0.9.0
- [Release notes](https://github.com/rust-mobile/ndk/releases)
- [Commits](rust-mobile/ndk@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](rust-mobile/ndk@ndk-sys-0.4.1...ndk-sys-0.6.0)

Updates `num_enum` from 0.5.11 to 0.7.3
- [Commits](illicitonion/num_enum@0.5.11...0.7.3)

Updates `num_enum_derive` from 0.5.11 to 0.7.3
- [Commits](illicitonion/num_enum@0.5.11...0.7.3)

Updates `quote` from 1.0.36 to 1.0.37
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@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](rust-windowing/raw-window-handle@v0.5.2...v0.6.2)

Updates `redox_users` from 0.4.5 to 0.4.6

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

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

Updates `system-configuration` from 0.5.1 to 0.6.1
- [Changelog](https://github.com/mullvad/system-configuration-rs/blob/main/CHANGELOG.md)
- [Commits](mullvad/system-configuration-rs@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](mullvad/system-configuration-rs@v0.5.0...v0.6.0)

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

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](tauri-apps/tao@tao-macros-v0.1.2...tao-macros-v0.1.3)

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `wasm-bindgen-futures` from 0.4.42 to 0.4.43
- [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 `wasm-bindgen-macro` from 0.2.92 to 0.2.93
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.92...0.2.93)

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

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

Updates `web-sys` from 0.3.69 to 0.3.70
- [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 `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.1
- [Release notes](https://github.com/tauri-apps/tauri-plugin-vibrancy/releases)
- [Changelog](https://github.com/tauri-apps/window-vibrancy/blob/dev/CHANGELOG.md)
- [Commits](tauri-apps/window-vibrancy@window-vibrancy-v0.5.0...window-vibrancy-v0.5.1)

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

---
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: tauri
  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-dialog
  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-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: camino
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: cc
  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: fastrand
  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: global-hotkey
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: h2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: js-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  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: 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: 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: 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_users
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: reqwest
  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: 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-patch
  dependency-group: all
- dependency-name: tauri-runtime-wry
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tauri-utils
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tokio
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tower-layer
  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: 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-futures
  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: web-sys
  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: 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 Aug 26, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 2, 2024
@dependabot dependabot bot deleted the dependabot/cargo/src-tauri/all-6c474da4b1 branch September 2, 2024 21:28
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