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
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): bump the all group in /src-tauri with 87 updates
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] <support@github.com>
dependabot[bot] authored Mar 18, 2024
commit 2f73dbb43d25727f9261bdaa95f44539f0418b70
1,091 changes: 825 additions & 266 deletions src-tauri/Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -17,8 +17,8 @@ tauri-build = { version = "1.5", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.5", features = [ "system-tray", "macos-private-api", "api-all"] }
window-vibrancy = "0.4.0"
tauri = { version = "1.6", features = [ "system-tray", "macos-private-api", "api-all"] }
window-vibrancy = "0.5.0"
tauri-plugin-clipboard = "0.6.0"
tauri-plugin-positioner = { version = "1.0.4", features = ["system-tray"] }
tauri-plugin-autostart = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }