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

chore(deps): bump the all group in /src-tauri with 87 updates #9

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

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

Package From To
serde_json 1.0.111 1.0.114
serde 1.0.195 1.0.197
tauri 1.5.4 1.6.0
window-vibrancy 0.4.3 0.5.0
tauri-plugin-autostart 5817611 03fab3c
anyhow 1.0.79 1.0.81
arboard 3.3.0 3.3.2
async-channel 2.1.1 2.2.0
async-process 1.7.0 1.8.1
async-recursion 1.0.5 1.1.0
async-trait 0.1.77 0.1.78
brotli 3.4.0 3.5.0
bstr 1.9.0 1.9.1
bumpalo 3.14.0 3.15.4
bytemuck 1.14.0 1.15.0
cc 1.0.84 1.0.90
chrono 0.4.31 0.4.35
clipboard-rs 0.1.0 0.1.4
crc32fast 1.3.2 1.4.0
crossbeam-channel 0.5.11 0.5.12
ctor 0.2.6 0.2.7
darling 0.20.3 0.20.8
darling_core 0.20.3 0.20.8
darling_macro 0.20.3 0.20.8
embed-resource 2.4.1 2.4.2
enumflags2 0.7.8 0.7.9
enumflags2_derive 0.7.8 0.7.9
gethostname 0.3.0 0.4.3
h2 0.3.24 0.3.25
half 2.3.1 2.4.0
hermit-abi 0.3.4 0.3.9
http 0.2.11 0.2.12
iana-time-zone 0.1.59 0.1.60
image 0.24.8 0.24.9
js-sys 0.3.67 0.3.69
libc 0.2.152 0.2.153
log 0.4.20 0.4.21
miniz_oxide 0.7.1 0.7.2
mio 0.8.10 0.8.11
new_debug_unreachable 1.0.4 1.0.6
num-traits 0.2.17 0.2.18
openssl 0.10.63 0.10.64
openssl-sys 0.9.99 0.9.101
os_info 3.7.0 3.8.1
pkg-config 0.3.29 0.3.30
png 0.17.11 0.17.13
proc-macro2 1.0.78 1.0.79
rayon 1.8.1 1.9.0
reqwest 0.11.23 0.11.26
ryu 1.0.16 1.0.17
semver 1.0.21 1.0.22
serde_derive 1.0.195 1.0.197
serde_with 3.5.0 3.7.0
serde_with_macros 3.5.0 3.7.0
tao 0.16.6 0.16.7
target-lexicon 0.12.13 0.12.14
tauri-runtime-wry 0.14.3 0.14.5
tauri-utils 1.5.2 1.5.3
tempfile 3.10.0 3.10.1
thiserror 1.0.56 1.0.58
thiserror-impl 1.0.56 1.0.58
thread_local 1.1.7 1.1.8
time 0.3.31 0.3.34
time-macros 0.2.16 0.2.17
tokio 1.35.1 1.36.0
treediff 4.0.2 4.0.3
unicode-normalization 0.1.22 0.1.23
unicode-segmentation 1.10.1 1.11.0
walkdir 2.4.0 2.5.0
wasm-bindgen 0.2.90 0.2.92
wasm-bindgen-backend 0.2.90 0.2.92
wasm-bindgen-futures 0.4.40 0.4.42
wasm-bindgen-macro 0.2.90 0.2.92
wasm-bindgen-macro-support 0.2.90 0.2.92
wasm-bindgen-shared 0.2.90 0.2.92
wasm-streams 0.3.0 0.4.0
web-sys 0.3.67 0.3.69
winnow 0.5.34 0.5.40
x11rb 0.12.0 0.13.0
x11rb-protocol 0.12.0 0.13.0
xattr 1.1.1 1.3.1
xdg-home 1.0.0 1.1.0
zbus 3.14.1 3.15.2
zbus_macros 3.14.1 3.15.2
zbus_names 2.6.0 2.6.1
zvariant 3.15.0 3.15.2
zvariant_derive 3.15.0 3.15.2

Updates serde_json from 1.0.111 to 1.0.114

Release notes

Sourced from serde_json's releases.

v1.0.114

  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.113

  • Add swap_remove and shift_remove methods on Map (#1109)

v1.0.112

  • Improve formatting of "invalid type" error messages involving floats (#1107)
Commits
  • e1b3a6d Release 1.0.114
  • 6fb7026 Work around prelude redundant import warnings
  • 34a04c5 Ignore incompatible_msrv clippy false positives in test
  • ca05f69 Remove unused Float::is_sign_negative trait method
  • 09d865b Release 1.0.113
  • 5aeab4e Merge pull request #1109 from serde-rs/remove
  • ca3c2ca Add swap_remove and shift_remove methods on Map
  • 7fece96 Release 1.0.112
  • 6a6d2bb Merge pull request #1107 from serde-rs/unexpectedfloat
  • 83d7bad Format f64 in error messages using ryu
  • Additional commits viewable in compare view

Updates serde from 1.0.195 to 1.0.197

Release notes

Sourced from serde's releases.

v1.0.197

  • Fix unused_imports warnings when compiled by rustc 1.78
  • Optimize code size of some Display impls (#2697, thanks @​nyurik)

v1.0.196

  • Improve formatting of "invalid type" error messages involving floats (#2682)
Commits
  • 5fa711d Release 1.0.197
  • f5d8ae4 Resolve prelude redundant import warnings
  • 1d54973 Merge pull request #2697 from nyurik/format-str
  • b8fafef A few minor write_str optimizations and inlining
  • c42ebb8 Update ui test suite to nightly-2024-02-12
  • 9e68062 Ignore incompatible_msrv clippy lint for conditionally compiled code
  • 846f865 Ignore dead_code warnings in test
  • ede9762 Release 1.0.196
  • d438c2d Merge pull request #2682 from dtolnay/decimalpoint
  • bef110b Format Unexpected::Float with decimal point
  • Additional commits viewable in compare view

Updates tauri from 1.5.4 to 1.6.0

Release notes

Sourced from tauri's releases.

@​tauri-apps/cli v1.5.11

[1.5.11]

Bug Fixes

Dependencies

tauri-cli v1.5.11

Updating crates.io index

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 613 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (583 crate dependencies)
Crate:     safemem
Version:   0.3.3
Warning:   unmaintained
Title:     safemem is unmaintained
Date:      2023-02-14
ID:        RUSTSEC-2023-0081
URL:       https://rustsec.org/advisories/RUSTSEC-2023-0081
Dependency tree:
safemem 0.3.3
└── line-wrap 0.1.1
    └── plist 1.6.0
        └── tauri-codegen 1.4.2
            ├── tauri-macros 1.4.3
            │   └── tauri 1.6.1
            │       ├── tauri 1.6.1
            │       ├── restart 0.1.0
            │       └── app-updater 0.1.0
            └── tauri-build 1.5.1
                └── app-updater 0.1.0

Crate: atty Version: 0.2.14 Warning: unsound Title: Potential unaligned read Date: 2021-07-04 ID: RUSTSEC-2021-0145 URL: https://rustsec.org/advisories/RUSTSEC-2021-0145 Dependency tree: atty 0.2.14 </tr></table>

... (truncated)

Commits
  • b735b67 Apply Version Updates From Current Changes (v1) (#8475)
  • 7b5e871 ci: update msrv test and cargo.lock
  • 2421073 fix(macos): use BTreeMap for windows map to prevent crash on idle (#8117)
  • 510b622 chore(core): Add missing changefile for #8546 (#8822)
  • b0f2781 fix(cli): map --profile dev to debug folder when finding executable (#8776)
  • cc3d8e7 fix(core): Command::output suspend while wait for response (#8539)
  • 8ce51ce feat: retain cli args when relaunching after update, closes #7402 (#7718)
  • 0bff8c3 fix(cli): Ignore query parameter in dev server (#8697)
  • a9b2c06 chore: Commit Cargo.lock (#8586)
  • 7aa30de feat: Add Section, Priority and Changelog options (#8620)
  • Additional commits viewable in compare view

Updates window-vibrancy from 0.4.3 to 0.5.0

Release notes

Sourced from window-vibrancy's releases.

window-vibrancy v0.5.0

[0.5.0]

  • 19cdde3(#121) Breaking change Update raw-window-handle crate to 0.6. Now APIs require HasWindowHandle trait boundary instead of HasRawWindowHandle.

Cargo Publish

\` Updating crates.io index Packaging window-vibrancy v0.5.0 (/home/runner/work/window-vibrancy/window-vibrancy) Updating crates.io index Packaged 30 files, 1.4MiB (1.3MiB compressed) Uploading window-vibrancy v0.5.0 (/home/runner/work/window-vibrancy/window-vibrancy) Uploaded window-vibrancy v0.5.0 to registry crates-io note: Waiting for window-vibrancy v0.5.0 to be available at registry crates-io. You may press ctrl-c to skip waiting; the crate should be available shortly. Published window-vibrancy v0.5.0 at registry crates-io \`

Changelog

Sourced from window-vibrancy's changelog.

[0.5.0]

  • 19cdde3(#121) Breaking change Update raw-window-handle crate to 0.6. Now APIs require HasWindowHandle trait boundary instead of HasRawWindowHandle.
Commits

Updates tauri-plugin-autostart from 5817611 to 03fab3c

Commits
  • 03fab3c chore(deps): update typescript-eslint monorepo to v7.3.0 (#1090)
  • 6a6c9da chore(template): Replace {{name}} with PLUGIN_NAME (#1087)
  • d95a1b3 chore(deps): update dependency rollup to v4.13.0 (#1066)
  • 24eb339 chore(deps): update typescript-eslint monorepo to v7.2.0 (#1064)
  • adbc333 chore(deps): update dependency vite to v5.1.6 (#1063)
  • b74ccb6 chore(deps): update dependency @​tauri-apps/cli to v1.5.11 (#1049)
  • c290049 chore(deps): update dependency typescript to v5.4.2 (#1034)
  • 509c23e chore(deps): update dependency rollup to v4.12.1 (#1031)
  • 11d98e9 chore(log): Fix lint and formatting
  • 30295ec feat: improve stronghold readme (#1027)
  • Additional commits viewable in compare view

Updates anyhow from 1.0.79 to 1.0.81

Release notes

Sourced from anyhow's releases.

1.0.81

  • Make backtrace support available when using -Dwarnings (#354)

1.0.80

  • Fix unused_imports warnings when compiled by rustc 1.78
Commits
  • 4aad4ed Release 1.0.81
  • 8be9091 Merge pull request #354 from dtolnay/deadcode
  • a2eb7dd Make compatible with -Dwarnings
  • 5443719 Release 1.0.80
  • dfc7bc0 Work around prelude redundant import warnings
  • 6e4f86b Import from alloc not std, where possible
  • f885a13 Ignore incompatible_msrv clippy false positives in test
  • fefbcbc Ignore incompatible_msrv clippy lint
  • 78f2d81 Update ui test suite to nightly-2024-02-08
  • edd88d3 Update ui test suite to nightly-2024-01-31
  • See full diff in compare view

Updates arboard from 3.3.0 to 3.3.2

Release notes

Sourced from arboard's releases.

v3.3.2

Fixed

  • Fixed compilation on Windows when using the image-data feature combined with older Rust compilers.

v3.3.1

Changed

  • Updated Windows clipboard and migrated from winapi to windows-sys.
  • Internally migrated to Rust 2021 edition.
  • Significantly improved the crate's error documentation.
  • Updated core-graphics to 0.23
  • Updated x11rb to 0.13

Full Changelog: 1Password/arboard@v3.3.0...v3.3.1

Changelog

Sourced from arboard's changelog.

3.3.2 on 2024-12-02

Fixed

  • Fixed compilation on Windows when using the image-data feature combined with older Rust compilers.

3.3.1 on 2024-12-02

Changed

  • Updated Windows clipboard and migrated from winapi to windows-sys.
  • Internally migrated to Rust 2021 edition.
  • Significantly improved the crate's error documentation.
  • Updated core-graphics to 0.23
  • Updated x11rb to 0.13
Commits
  • dc8a4bd Release 3.3.2
  • f716441 Bump Ubuntu version used in CI
  • 2d77eee Add cargo-semver-checks to CI
  • d1ef091 Enable unreachable_pub lint as a warning
  • 3f21b88 Correctly mark windows::image_data functions as pub(super) and not pub
  • 77e0e07 Release 3.3.1
  • 409bd98 Update x11rb to 0.13 and core-graphics to 0.23
  • bd91f9c Increase error documentation on Clipboard type
  • a648570 Update CI actions
  • 0d6725d Spell check docs
  • Additional commits viewable in compare view

Updates async-channel from 2.1.1 to 2.2.0

Release notes

Sourced from async-channel's releases.

v2.2.0

  • Bump event-listener to v5.0.0. (#79)
  • Bump MSRV to 1.60. (#80)
Changelog

Sourced from async-channel's changelog.

Version 2.2.0

  • Bump event-listener to v5.0.0. (#79)
  • Bump MSRV to 1.60. (#80)
Commits

Updates async-process from 1.7.0 to 1.8.1

Release notes

Sourced from async-process's releases.

v1.8.1

  • Bump async-signal to v0.2.3. (#56)

v1.8.0

  • Move from signal-hook to the async-signal crate. (#42)
  • Reorganize the internals of this crate to be more coherent. (#46)
  • Bump to event-listener v3.0.0. (#43)
Changelog

Sourced from async-process's changelog.

Version 1.8.1

  • Bump async-signal to v0.2.3. (#56)

Version 1.8.0

  • Move from signal-hook to the async-signal crate. (#42)
  • Reorganize the internals of this crate to be more coherent. (#46)
  • Bump to event-listener v3.0.0. (#43)
Commits
  • 513b926 v1.8.1
  • ce7ded7 bugfix: Bump async-signal to v0.2.3
  • 78342ab v1.8.0
  • 52a693e m: Centralize all global state into a single structure
  • 5e8e0b7 Upgrade to event-listener v3.0.0 (#43)
  • ac1c639 Update actions/checkout action to v4
  • 07165c7 Add smol-rs logo (#48)
  • 1715616 m: Update rustix requirement from 0.37 to 0.38
  • d45d6f1 Use async-signal instead of signal-hook (#42)
  • d9d97d0 Fix clippy::needless_borrow warning
  • Additional commits viewable in compare view

Updates async-recursion from 1.0.5 to 1.1.0

Release notes

Sourced from async-recursion's releases.

v1.1.0

What's Changed

New Contributors

Full Changelog: dcchut/async-recursion@v1.0.5...v1.1.0

Commits

Updates async-trait from 0.1.77 to 0.1.78

Release notes

Sourced from async-trait's releases.

0.1.78

  • Prevent unused_qualifications lint being triggered in generated code in nightly-2024-03-05 and up (#260)
Commits
  • c73061d Release 0.1.78
  • b6314bc Refactor inferred bound filtering
  • 8d51928 Merge pull request #262 from dtolnay/asyncspan
  • c98a408 Minimize use of async token's span in expanded code
  • 2f5343c Merge pull request #261 from dtolnay/inferredbound
  • 1a01bb4 Skip needlessly generating inferred bounds during ?Send
  • e68d68c Merge pull request #260 from dtolnay/qualifications
  • 75879e8 Ignore intentional unused_qualifications in a regression test
  • 4cf4ff6 Ignore unused_qualifications rustc lint in generated code
  • 2002954 Reproduce unused_qualifications lint in tests
  • Additional commits viewable in compare view

Updates brotli from 3.4.0 to 3.5.0

Commits

Updates bstr from 1.9.0 to 1.9.1

Commits

Updates bumpalo from 3.14.0 to 3.15.4

Changelog

Sourced from bumpalo's changelog.

3.15.4

Released 2024-03-07.

Added

  • Added the bumpalo::collections::Vec::extend_from_slices_copy method, which is a faster way to extend a vec from multiple slices when the element is Copy than calling extend_from_slice_copy N times.

3.15.3

Released 2024-02-22.

Added

  • Added additional performance improvements to bumpalo::collections::Vec related to reserving capacity.

3.15.2

Released 2024-02-21.

Added

  • Add a bumpalo::collections::Vec::extend_from_slice_copy method. This doesn't exist on the standard library's Vec but they have access to specialization, so their regular extend_from_slice has a specialization for Copy types. Using this new method for Copy types is a ~80x performance improvement over the plain extend_from_slice method.

3.15.1

Released 2024-02-20.

Fixed

  • Fixed the MSRV listed in Cargo.toml, whose update was forgotten when the MSRV bumped in release 3.15.0.

3.15.0

... (truncated)

Commits
  • 49c5a71 Bump to version 3.15.4
  • 6a91333 Adds Vec::extend_from_slices_copy that accepts multiple slices (#240)
  • 2ed8718 Bump to 3.15.3
  • 1803cca Modifies RawVec reserve fn structure to improve inlining (#239)
  • 2ffdfb3 Bump to version 3.15.2
  • 54c88f0 Provides implementation of Vec::extend_from_slice optimized for T: Copy (...
  • f8597ce Fix MSRV in Cargo.toml; bump to version 3.15.1
  • bb660a3 Bump to version 3.15.0
  • 2543c41 Add a quickcheck for growing or shrinking existing allocations (#233)
  • 7b3fd17 Improve performance of String::from_str_in
  • Additional commits viewable in compare view

Updates bytemuck from 1.14.0 to 1.15.0

Changelog

Sourced from bytemuck's changelog.

1.15.0

This primarily relaxes the bounds on a From impl.

Previously:

impl<T: NoUninit> From<Box<T>> for BoxBytes

Now:

impl<T: ?Sized + sealed::BoxBytesOf> From<Box<T>> for BoxBytes

All related functions and methods are similarly updated.

We believe this to be backwards compatible with all previous uses, and now BoxBytes can be converted to/from more types than before.

1.14.3

  • The new std simd nightly features are apparently arch-specific. This adjusts the feature activation to be x86/ x86_64 only.

1.14.2

  • Changes the name of the Nightly feature activated by the crate's nightly_stdsimd feature. This is needed as of (approximately) Nightly 2024-02-06 and later, because the Nightly feature was changed.

1.14.1

  • docs clarifications.

1.14

  • write_zeroes and fill_zeroes functions: Writes (to one) or fills (a slice) zero bytes to all bytes covered by the provided reference. If your type has padding, this will even zero out the padding bytes.
  • align_offset feature: causes pointer alignment checks to use the align_offset pointer method rather than as-casting the pointer to usize. This may improve codegen, if the compiler would have otherwise thought that the pointer address escaped. No formal benchmarks have been done either way.
  • must_cast feature: Adds must_* family of functions. These functions will fail to compile if the cast requested can't be statically known to succeed. The error messages can be kinda bad when this happens, but eliminating the possibility of a runtime error might be worth it to you.

1.13.1

  • Remove the requirement for the source data type to be AnyBitPattern on pod_collect_to_vec, allowing you to pod collect vecs of char into vecs of

... (truncated)

Commits
  • 4d2fc16 chore: Release bytemuck version 1.15.0
  • 09d32a1 move the changes to the correct changelog.
  • 069d458 changelog
  • a888e5f Convert BoxBytes to/from boxed slices (#228)
  • 91bbbdf chore: Release bytemuck_derive version 1.6.0
  • adf7bf4 changelog
  • 49eed86 chore: Release bytemuck version 1.14.3
  • 5f47176 clear up some warnings in tests.
  • 031a035 ready changelog
  • 1afddf9 Under features = ["nightly_stdsimd"], only enable stdarch_x86_avx512 feat...
  • Additional commits viewable in compare view

Updates cc from 1.0.84 to 1.0.90

Release notes

Sourced from cc's releases.

1.0.90

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.89...1.0.90

1.0.89

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.88...1.0.89

1.0.88

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.87...1.0.88

1.0.87

What's Changed

... (truncated)

Commits

Updates chrono from 0.4.31 to 0.4.35

Release notes

Sourced from chrono's releases.

v0.4.35

Most of our efforts have shifted to improving the API for a 0.5 release, for which cleanups and refactorings are landing on the 0.4.x branch.

The most significant changes in this release are two sets of deprecations.

  • We deprecated all timestamp-related methods on NaiveDateTime. The reason is that a timestamp is defined to be in UTC. The NaiveDateTime type doesn't know the offset from UTC, so it was technically wrong to have these methods. The alternative is to use the similar methods on the DateTime<Utc> type, or from the TimeZone trait.

    Converting from NaiveDateTime to DateTime<Utc> is simple with .and_utc(), and in the other direction with .naive_utc().

  • The panicking constructors of TimeDelta (the new name of the Duration type) are deprecated. This was the last part of chrono that defaulted to panicking on error, dating from before rust 1.0.

  • A nice change is that NaiveDate now includes a niche. So now Option<NaiveDate>, Option<NaiveDateTime> and Option<DateTime<Tz>> are the same size as their base types.

  • format::Numeric and format::Fixed are marked as non_exhaustive. This will allow us to improve our formatting and parsing support, and we have reason to believe this breaking change will have little to no impact on users.

Additions

  • Add DateTime::{from_timestamp_micros, from_timestamp_nanos} (#1234)
  • Add getters to Parsed (#1465)

Deprecations

  • Deprecate timestamp methods on NaiveDateTime (#1473)
  • Deprecate panicking constructors of TimeDelta (#1450)

Changes/fixes

  • Use NonZeroI32 inside NaiveDate (#1207)
  • Mark format::Numeric and format::Fixed as non_exhaustive (#1430)
  • Parsed fixes to error values (#1439)
  • Use overflowing_naive_local in DateTime::checked_add* (#1333)
  • Do complete range checks in Parsed::set_* (#1465)

Documentation

  • Rustfmt doctests (#1452)
  • Improve docs for crate features (#1455, thanks @​edmorley)
  • Add more documentation and examples to Parsed (#1439)

Internal

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

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.111` | `1.0.114` |
| [serde](https://github.com/serde-rs/serde) | `1.0.195` | `1.0.197` |
| [tauri](https://github.com/tauri-apps/tauri) | `1.5.4` | `1.6.0` |
| [window-vibrancy](https://github.com/tauri-apps/tauri-plugin-vibrancy) | `0.4.3` | `0.5.0` |
| [tauri-plugin-autostart](https://github.com/tauri-apps/plugins-workspace) | ``5817611`` | ``03fab3c`` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.79` | `1.0.81` |
| [arboard](https://github.com/1Password/arboard) | `3.3.0` | `3.3.2` |
| [async-channel](https://github.com/smol-rs/async-channel) | `2.1.1` | `2.2.0` |
| [async-process](https://github.com/smol-rs/async-process) | `1.7.0` | `1.8.1` |
| [async-recursion](https://github.com/dcchut/async-recursion) | `1.0.5` | `1.1.0` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.77` | `0.1.78` |
| [brotli](https://github.com/dropbox/rust-brotli) | `3.4.0` | `3.5.0` |
| [bstr](https://github.com/BurntSushi/bstr) | `1.9.0` | `1.9.1` |
| [bumpalo](https://github.com/fitzgen/bumpalo) | `3.14.0` | `3.15.4` |
| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.14.0` | `1.15.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.0.84` | `1.0.90` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.31` | `0.4.35` |
| [clipboard-rs](https://github.com/ChurchTao/clipboard-rs) | `0.1.0` | `0.1.4` |
| [crc32fast](https://github.com/srijs/rust-crc32fast) | `1.3.2` | `1.4.0` |
| [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) | `0.5.11` | `0.5.12` |
| [ctor](https://github.com/mmastrac/rust-ctor) | `0.2.6` | `0.2.7` |
| [darling](https://github.com/TedDriggs/darling) | `0.20.3` | `0.20.8` |
| [darling_core](https://github.com/TedDriggs/darling) | `0.20.3` | `0.20.8` |
| [darling_macro](https://github.com/TedDriggs/darling) | `0.20.3` | `0.20.8` |
| [embed-resource](https://github.com/nabijaczleweli/rust-embed-resource) | `2.4.1` | `2.4.2` |
| [enumflags2](https://github.com/meithecatte/enumflags2) | `0.7.8` | `0.7.9` |
| [enumflags2_derive](https://github.com/meithecatte/enumflags2) | `0.7.8` | `0.7.9` |
| [gethostname](https://github.com/swsnr/gethostname.rs) | `0.3.0` | `0.4.3` |
| [h2](https://github.com/hyperium/h2) | `0.3.24` | `0.3.25` |
| [half](https://github.com/starkat99/half-rs) | `2.3.1` | `2.4.0` |
| [hermit-abi](https://github.com/hermit-os/hermit-rs) | `0.3.4` | `0.3.9` |
| [http](https://github.com/hyperium/http) | `0.2.11` | `0.2.12` |
| [iana-time-zone](https://github.com/strawlab/iana-time-zone) | `0.1.59` | `0.1.60` |
| [image](https://github.com/image-rs/image) | `0.24.8` | `0.24.9` |
| [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.67` | `0.3.69` |
| [libc](https://github.com/rust-lang/libc) | `0.2.152` | `0.2.153` |
| [log](https://github.com/rust-lang/log) | `0.4.20` | `0.4.21` |
| [miniz_oxide](https://github.com/Frommi/miniz_oxide) | `0.7.1` | `0.7.2` |
| [mio](https://github.com/tokio-rs/mio) | `0.8.10` | `0.8.11` |
| [new_debug_unreachable](https://github.com/mbrubeck/rust-debug-unreachable) | `1.0.4` | `1.0.6` |
| [num-traits](https://github.com/rust-num/num-traits) | `0.2.17` | `0.2.18` |
| [openssl](https://github.com/sfackler/rust-openssl) | `0.10.63` | `0.10.64` |
| [openssl-sys](https://github.com/sfackler/rust-openssl) | `0.9.99` | `0.9.101` |
| [os_info](https://github.com/stanislav-tkach/os_info) | `3.7.0` | `3.8.1` |
| [pkg-config](https://github.com/rust-lang/pkg-config-rs) | `0.3.29` | `0.3.30` |
| [png](https://github.com/image-rs/image-png) | `0.17.11` | `0.17.13` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.78` | `1.0.79` |
| [rayon](https://github.com/rayon-rs/rayon) | `1.8.1` | `1.9.0` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.23` | `0.11.26` |
| [ryu](https://github.com/dtolnay/ryu) | `1.0.16` | `1.0.17` |
| [semver](https://github.com/dtolnay/semver) | `1.0.21` | `1.0.22` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.195` | `1.0.197` |
| [serde_with](https://github.com/jonasbb/serde_with) | `3.5.0` | `3.7.0` |
| [serde_with_macros](https://github.com/jonasbb/serde_with) | `3.5.0` | `3.7.0` |
| [tao](https://github.com/tauri-apps/tao) | `0.16.6` | `0.16.7` |
| [target-lexicon](https://github.com/bytecodealliance/target-lexicon) | `0.12.13` | `0.12.14` |
| [tauri-runtime-wry](https://github.com/tauri-apps/tauri) | `0.14.3` | `0.14.5` |
| [tauri-utils](https://github.com/tauri-apps/tauri) | `1.5.2` | `1.5.3` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.10.0` | `3.10.1` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.56` | `1.0.58` |
| [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.56` | `1.0.58` |
| [thread_local](https://github.com/Amanieu/thread_local-rs) | `1.1.7` | `1.1.8` |
| [time](https://github.com/time-rs/time) | `0.3.31` | `0.3.34` |
| [time-macros](https://github.com/time-rs/time) | `0.2.16` | `0.2.17` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.35.1` | `1.36.0` |
| [treediff](https://github.com/Byron/treediff-rs) | `4.0.2` | `4.0.3` |
| [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) | `0.1.22` | `0.1.23` |
| [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) | `1.10.1` | `1.11.0` |
| [walkdir](https://github.com/BurntSushi/walkdir) | `2.4.0` | `2.5.0` |
| [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.90` | `0.2.92` |
| [wasm-bindgen-backend](https://github.com/rustwasm/wasm-bindgen) | `0.2.90` | `0.2.92` |
| [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.40` | `0.4.42` |
| [wasm-bindgen-macro](https://github.com/rustwasm/wasm-bindgen) | `0.2.90` | `0.2.92` |
| [wasm-bindgen-macro-support](https://github.com/rustwasm/wasm-bindgen) | `0.2.90` | `0.2.92` |
| [wasm-bindgen-shared](https://github.com/rustwasm/wasm-bindgen) | `0.2.90` | `0.2.92` |
| [wasm-streams](https://github.com/MattiasBuelens/wasm-streams) | `0.3.0` | `0.4.0` |
| [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.67` | `0.3.69` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.5.34` | `0.5.40` |
| [x11rb](https://github.com/psychon/x11rb) | `0.12.0` | `0.13.0` |
| [x11rb-protocol](https://github.com/psychon/x11rb) | `0.12.0` | `0.13.0` |
| [xattr](https://github.com/Stebalien/xattr) | `1.1.1` | `1.3.1` |
| [xdg-home](https://github.com/zeenix/xdg-home) | `1.0.0` | `1.1.0` |
| [zbus](https://github.com/dbus2/zbus) | `3.14.1` | `3.15.2` |
| [zbus_macros](https://github.com/dbus2/zbus) | `3.14.1` | `3.15.2` |
| [zbus_names](https://github.com/dbus2/zbus) | `2.6.0` | `2.6.1` |
| [zvariant](https://github.com/dbus2/zbus) | `3.15.0` | `3.15.2` |
| [zvariant_derive](https://github.com/dbus2/zbus) | `3.15.0` | `3.15.2` |


Updates `serde_json` from 1.0.111 to 1.0.114
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.111...v1.0.114)

Updates `serde` from 1.0.195 to 1.0.197
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.195...v1.0.197)

Updates `tauri` from 1.5.4 to 1.6.0
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v1.5.4...tauri-v1.6.0)

Updates `window-vibrancy` from 0.4.3 to 0.5.0
- [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.4.3...window-vibrancy-v0.5.0)

Updates `tauri-plugin-autostart` from `5817611` to `03fab3c`
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@5817611...03fab3c)

Updates `anyhow` from 1.0.79 to 1.0.81
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.79...1.0.81)

Updates `arboard` from 3.3.0 to 3.3.2
- [Release notes](https://github.com/1Password/arboard/releases)
- [Changelog](https://github.com/1Password/arboard/blob/master/CHANGELOG.md)
- [Commits](1Password/arboard@v3.3.0...v3.3.2)

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

Updates `async-process` from 1.7.0 to 1.8.1
- [Release notes](https://github.com/smol-rs/async-process/releases)
- [Changelog](https://github.com/smol-rs/async-process/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-process@v1.7.0...v1.8.1)

Updates `async-recursion` from 1.0.5 to 1.1.0
- [Release notes](https://github.com/dcchut/async-recursion/releases)
- [Commits](dcchut/async-recursion@v1.0.5...v1.1.0)

Updates `async-trait` from 0.1.77 to 0.1.78
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.77...0.1.78)

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

Updates `bstr` from 1.9.0 to 1.9.1
- [Commits](BurntSushi/bstr@1.9.0...1.9.1)

Updates `bumpalo` from 3.14.0 to 3.15.4
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](fitzgen/bumpalo@3.14.0...3.15.4)

Updates `bytemuck` from 1.14.0 to 1.15.0
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.14.0...v1.15.0)

Updates `cc` from 1.0.84 to 1.0.90
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Commits](rust-lang/cc-rs@1.0.84...1.0.90)

Updates `chrono` from 0.4.31 to 0.4.35
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.31...v0.4.35)

Updates `clipboard-rs` from 0.1.0 to 0.1.4
- [Release notes](https://github.com/ChurchTao/clipboard-rs/releases)
- [Changelog](https://github.com/ChurchTao/clipboard-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ChurchTao/clipboard-rs/commits/v0.1.4)

Updates `crc32fast` from 1.3.2 to 1.4.0
- [Commits](srijs/rust-crc32fast@v1.3.2...v1.4.0)

Updates `crossbeam-channel` from 0.5.11 to 0.5.12
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](crossbeam-rs/crossbeam@crossbeam-channel-0.5.11...crossbeam-channel-0.5.12)

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

Updates `darling` from 0.20.3 to 0.20.8
- [Release notes](https://github.com/TedDriggs/darling/releases)
- [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md)
- [Commits](TedDriggs/darling@v0.20.3...v0.20.8)

Updates `darling_core` from 0.20.3 to 0.20.8
- [Release notes](https://github.com/TedDriggs/darling/releases)
- [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md)
- [Commits](TedDriggs/darling@v0.20.3...v0.20.8)

Updates `darling_macro` from 0.20.3 to 0.20.8
- [Release notes](https://github.com/TedDriggs/darling/releases)
- [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md)
- [Commits](TedDriggs/darling@v0.20.3...v0.20.8)

Updates `embed-resource` from 2.4.1 to 2.4.2
- [Release notes](https://github.com/nabijaczleweli/rust-embed-resource/releases)
- [Commits](nabijaczleweli/rust-embed-resource@v2.4.1...v2.4.2)

Updates `enumflags2` from 0.7.8 to 0.7.9
- [Release notes](https://github.com/meithecatte/enumflags2/releases)
- [Commits](meithecatte/enumflags2@v0.7.8...v0.7.9)

Updates `enumflags2_derive` from 0.7.8 to 0.7.9
- [Release notes](https://github.com/meithecatte/enumflags2/releases)
- [Commits](meithecatte/enumflags2@v0.7.8...v0.7.9)

Updates `gethostname` from 0.3.0 to 0.4.3
- [Changelog](https://github.com/swsnr/gethostname.rs/blob/main/CHANGELOG.md)
- [Commits](swsnr/gethostname.rs@v0.3.0...v0.4.3)

Updates `h2` from 0.3.24 to 0.3.25
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.25/CHANGELOG.md)
- [Commits](hyperium/h2@v0.3.24...v0.3.25)

Updates `half` from 2.3.1 to 2.4.0
- [Release notes](https://github.com/starkat99/half-rs/releases)
- [Changelog](https://github.com/starkat99/half-rs/blob/main/CHANGELOG.md)
- [Commits](starkat99/half-rs@v2.3.1...v2.4.0)

Updates `hermit-abi` from 0.3.4 to 0.3.9
- [Release notes](https://github.com/hermit-os/hermit-rs/releases)
- [Commits](https://github.com/hermit-os/hermit-rs/commits)

Updates `http` from 0.2.11 to 0.2.12
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/v0.2.12/CHANGELOG.md)
- [Commits](hyperium/http@v0.2.11...v0.2.12)

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

Updates `image` from 0.24.8 to 0.24.9
- [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md)
- [Commits](image-rs/image@v0.24.8...v0.24.9)

Updates `js-sys` from 0.3.67 to 0.3.69
- [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 `libc` from 0.2.152 to 0.2.153
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.152...0.2.153)

Updates `log` from 0.4.20 to 0.4.21
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.20...0.4.21)

Updates `miniz_oxide` from 0.7.1 to 0.7.2
- [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Frommi/miniz_oxide/commits)

Updates `mio` from 0.8.10 to 0.8.11
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/mio@v0.8.10...v0.8.11)

Updates `new_debug_unreachable` from 1.0.4 to 1.0.6
- [Commits](mbrubeck/rust-debug-unreachable@v1.0.4...v1.0.6)

Updates `num-traits` from 0.2.17 to 0.2.18
- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
- [Commits](rust-num/num-traits@num-traits-0.2.17...num-traits-0.2.18)

Updates `openssl` from 0.10.63 to 0.10.64
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.63...openssl-v0.10.64)

Updates `openssl-sys` from 0.9.99 to 0.9.101
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-sys-v0.9.99...openssl-sys-v0.9.101)

Updates `os_info` from 3.7.0 to 3.8.1
- [Release notes](https://github.com/stanislav-tkach/os_info/releases)
- [Changelog](https://github.com/stanislav-tkach/os_info/blob/master/CHANGELOG.md)
- [Commits](stanislav-tkach/os_info@v3.7.0...v3.8.1)

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

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

Updates `proc-macro2` from 1.0.78 to 1.0.79
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.78...1.0.79)

Updates `rayon` from 1.8.1 to 1.9.0
- [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md)
- [Commits](rayon-rs/rayon@rayon-core-v1.8.1...rayon-core-v1.9.0)

Updates `reqwest` from 0.11.23 to 0.11.26
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.23...v0.11.26)

Updates `ryu` from 1.0.16 to 1.0.17
- [Release notes](https://github.com/dtolnay/ryu/releases)
- [Commits](dtolnay/ryu@1.0.16...1.0.17)

Updates `semver` from 1.0.21 to 1.0.22
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.21...1.0.22)

Updates `serde_derive` from 1.0.195 to 1.0.197
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.195...v1.0.197)

Updates `serde_with` from 3.5.0 to 3.7.0
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.5.0...v3.7.0)

Updates `serde_with_macros` from 3.5.0 to 3.7.0
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.5.0...v3.7.0)

Updates `tao` from 0.16.6 to 0.16.7
- [Release notes](https://github.com/tauri-apps/tao/releases)
- [Changelog](https://github.com/tauri-apps/tao/blob/tao-v0.16.7/CHANGELOG.md)
- [Commits](tauri-apps/tao@tao-v0.16.6...tao-v0.16.7)

Updates `target-lexicon` from 0.12.13 to 0.12.14
- [Commits](bytecodealliance/target-lexicon@v0.12.13...v0.12.14)

Updates `tauri-runtime-wry` from 0.14.3 to 0.14.5
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-runtime-wry-v0.14.3...tauri-runtime-wry-v0.14.5)

Updates `tauri-utils` from 1.5.2 to 1.5.3
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-utils-v1.5.2...tauri-utils-v1.5.3)

Updates `tempfile` from 3.10.0 to 3.10.1
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.10.0...v3.10.1)

Updates `thiserror` from 1.0.56 to 1.0.58
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.56...1.0.58)

Updates `thiserror-impl` from 1.0.56 to 1.0.58
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.56...1.0.58)

Updates `thread_local` from 1.1.7 to 1.1.8
- [Commits](Amanieu/thread_local-rs@1.1.7...1.1.8)

Updates `time` from 0.3.31 to 0.3.34
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.31...v0.3.34)

Updates `time-macros` from 0.2.16 to 0.2.17
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.2.16...v0.2.17)

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

Updates `treediff` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/Byron/treediff-rs/releases)
- [Changelog](https://github.com/Byron/treediff-rs/blob/master/CHANGELOG.md)
- [Commits](Byron/treediff-rs@v4.0.2...v4.0.3)

Updates `unicode-normalization` from 0.1.22 to 0.1.23
- [Commits](unicode-rs/unicode-normalization@v0.1.22...v0.1.23)

Updates `unicode-segmentation` from 1.10.1 to 1.11.0
- [Commits](unicode-rs/unicode-segmentation@v1.10.1...v1.11.0)

Updates `walkdir` from 2.4.0 to 2.5.0
- [Commits](BurntSushi/walkdir@2.4.0...2.5.0)

Updates `wasm-bindgen` from 0.2.90 to 0.2.92
- [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.90...0.2.92)

Updates `wasm-bindgen-backend` from 0.2.90 to 0.2.92
- [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.90...0.2.92)

Updates `wasm-bindgen-futures` from 0.4.40 to 0.4.42
- [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.90 to 0.2.92
- [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.90...0.2.92)

Updates `wasm-bindgen-macro-support` from 0.2.90 to 0.2.92
- [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.90...0.2.92)

Updates `wasm-bindgen-shared` from 0.2.90 to 0.2.92
- [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.90...0.2.92)

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

Updates `web-sys` from 0.3.67 to 0.3.69
- [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 `winnow` from 0.5.34 to 0.5.40
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.5.34...v0.5.40)

Updates `x11rb` from 0.12.0 to 0.13.0
- [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md)
- [Commits](psychon/x11rb@v0.12.0...v0.13.0)

Updates `x11rb-protocol` from 0.12.0 to 0.13.0
- [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md)
- [Commits](psychon/x11rb@v0.12.0...v0.13.0)

Updates `xattr` from 1.1.1 to 1.3.1
- [Commits](https://github.com/Stebalien/xattr/commits/v1.3.1)

Updates `xdg-home` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/zeenix/xdg-home/releases)
- [Commits](zeenix/xdg-home@1.0.0...1.1.0)

Updates `zbus` from 3.14.1 to 3.15.2
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](dbus2/zbus@zbus-3.14.1...zbus-3.15.2)

Updates `zbus_macros` from 3.14.1 to 3.15.2
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](dbus2/zbus@zbus_macros-3.14.1...zbus_macros-3.15.2)

Updates `zbus_names` from 2.6.0 to 2.6.1
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](dbus2/zbus@zbus_names-2.6.0...zbus_names-2.6.1)

Updates `zvariant` from 3.15.0 to 3.15.2
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](dbus2/zbus@zvariant-3.15.0...zvariant-3.15.2)

Updates `zvariant_derive` from 3.15.0 to 3.15.2
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](dbus2/zbus@zvariant_derive-3.15.0...zvariant_derive-3.15.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: tauri
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: window-vibrancy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tauri-plugin-autostart
  dependency-type: direct:production
  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-channel
  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-recursion
  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: brotli
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: bstr
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: bumpalo
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: bytemuck
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: chrono
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: clipboard-rs
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: crc32fast
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: crossbeam-channel
  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: darling
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: darling_core
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: darling_macro
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: embed-resource
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: enumflags2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: enumflags2_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: gethostname
  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: half
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: hermit-abi
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: http
  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: image
  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: libc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: log
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: miniz_oxide
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: mio
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: new_debug_unreachable
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: num-traits
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: openssl
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: openssl-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: os_info
  dependency-type: indirect
  update-type: version-update:semver-minor
  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: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: rayon
  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: ryu
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: semver
  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_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: tao
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: target-lexicon
  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: tempfile
  dependency-type: indirect
  update-type: version-update:semver-patch
  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: thread_local
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: time
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: time-macros
  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: treediff
  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: walkdir
  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-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: wasm-streams
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: web-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: x11rb
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: x11rb-protocol
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: xattr
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: xdg-home
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zbus
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zbus_macros
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zbus_names
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: zvariant
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: zvariant_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  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 Mar 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 25, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2024

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

@dependabot dependabot bot closed this Apr 1, 2024
@dependabot dependabot bot deleted the dependabot/cargo/src-tauri/all-ed1fa94c80 branch April 1, 2024 21:44
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