Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the all group in /src-tauri with 37 updates (#221)
Bumps the all group in /src-tauri with 37 updates: | Package | From | To | | --- | --- | --- | | [serde_json](https://github.com/serde-rs/json) | `1.0.116` | `1.0.117` | | [serde](https://github.com/serde-rs/serde) | `1.0.199` | `1.0.201` | | [tauri-build](https://github.com/tauri-apps/tauri) | `1.5.1` | `1.5.2` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.82` | `1.0.83` | | [async-channel](https://github.com/smol-rs/async-channel) | `2.2.1` | `2.3.0` | | [autocfg](https://github.com/cuviper/autocfg) | `1.2.0` | `1.3.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.0.95` | `1.0.97` | | [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.8` | `0.3.9` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.29` | `1.0.30` | | [json-patch](https://github.com/idubrov/json-patch) | `1.2.0` | `1.4.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.153` | `0.2.154` | | [num-traits](https://github.com/rust-num/num-traits) | `0.2.18` | `0.2.19` | | [petgraph](https://github.com/petgraph/petgraph) | `0.6.4` | `0.6.5` | | [piper](https://github.com/notgull/piper) | `0.2.1` | `0.2.2` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.81` | `1.0.82` | | [rustc-demangle](https://github.com/rust-lang/rustc-demangle) | `0.1.23` | `0.1.24` | | [rustversion](https://github.com/dtolnay/rustversion) | `1.0.15` | `1.0.16` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.17` | `1.0.18` | | [security-framework-sys](https://github.com/kornelski/rust-security-framework) | `2.10.0` | `2.11.0` | | [semver](https://github.com/dtolnay/semver) | `1.0.22` | `1.0.23` | | [serde_derive](https://github.com/serde-rs/serde) | `1.0.199` | `1.0.201` | | [tauri-codegen](https://github.com/tauri-apps/tauri) | `1.4.2` | `1.4.3` | | [tauri-macros](https://github.com/tauri-apps/tauri) | `1.4.3` | `1.4.4` | | [tauri-runtime](https://github.com/tauri-apps/tauri) | `0.14.2` | `0.14.3` | | [tauri-runtime-wry](https://github.com/tauri-apps/tauri) | `0.14.5` | `0.14.7` | | [tauri-utils](https://github.com/tauri-apps/tauri) | `1.5.3` | `1.5.4` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.59` | `1.0.60` | | [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.59` | `1.0.60` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.10` | `0.7.11` | | [wry](https://github.com/tauri-apps/wry) | `0.24.8` | `0.24.9` | | [x11rb](https://github.com/psychon/x11rb) | `0.13.0` | `0.13.1` | | [x11rb-protocol](https://github.com/psychon/x11rb) | `0.13.0` | `0.13.1` | | [zbus](https://github.com/dbus2/zbus) | `4.1.2` | `4.2.1` | | [zbus_macros](https://github.com/dbus2/zbus) | `4.1.2` | `4.2.1` | | [zvariant](https://github.com/dbus2/zbus) | `4.0.2` | `4.1.0` | | [zvariant_derive](https://github.com/dbus2/zbus) | `4.0.2` | `4.1.0` | | [zvariant_utils](https://github.com/dbus2/zbus) | `1.1.0` | `1.1.1` | Updates `serde_json` from 1.0.116 to 1.0.117 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.116...v1.0.117) Updates `serde` from 1.0.199 to 1.0.201 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.199...v1.0.201) Updates `tauri-build` from 1.5.1 to 1.5.2 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](tauri-apps/tauri@tauri-build-v1.5.1...tauri-build-v1.5.2) Updates `anyhow` from 1.0.82 to 1.0.83 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.82...1.0.83) Updates `async-channel` from 2.2.1 to 2.3.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.2.1...v2.3.0) Updates `autocfg` from 1.2.0 to 1.3.0 - [Commits](cuviper/autocfg@1.2.0...1.3.0) Updates `cc` from 1.0.95 to 1.0.97 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Commits](rust-lang/cc-rs@1.0.95...1.0.97) Updates `errno` from 0.3.8 to 0.3.9 - [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md) - [Commits](https://github.com/lambda-fairy/rust-errno/commits) Updates `flate2` from 1.0.29 to 1.0.30 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.0.29...1.0.30) Updates `json-patch` from 1.2.0 to 1.4.0 - [Changelog](https://github.com/idubrov/json-patch/blob/main/CHANGELOG.md) - [Commits](idubrov/json-patch@v1.2.0...v1.4.0) Updates `libc` from 0.2.153 to 0.2.154 - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](rust-lang/libc@0.2.153...0.2.154) Updates `num-traits` from 0.2.18 to 0.2.19 - [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md) - [Commits](rust-num/num-traits@num-traits-0.2.18...num-traits-0.2.19) Updates `petgraph` from 0.6.4 to 0.6.5 - [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst) - [Commits](https://github.com/petgraph/petgraph/compare/[email protected]@v0.6.5) Updates `piper` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/notgull/piper/releases) - [Changelog](https://github.com/smol-rs/piper/blob/main/CHANGELOG.md) - [Commits](smol-rs/piper@v0.2.1...v0.2.2) Updates `proc-macro2` from 1.0.81 to 1.0.82 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.81...1.0.82) Updates `rustc-demangle` from 0.1.23 to 0.1.24 - [Commits](rust-lang/rustc-demangle@0.1.23...0.1.24) Updates `rustversion` from 1.0.15 to 1.0.16 - [Release notes](https://github.com/dtolnay/rustversion/releases) - [Commits](dtolnay/rustversion@1.0.15...1.0.16) Updates `ryu` from 1.0.17 to 1.0.18 - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](dtolnay/ryu@1.0.17...1.0.18) Updates `security-framework-sys` from 2.10.0 to 2.11.0 - [Release notes](https://github.com/kornelski/rust-security-framework/releases) - [Commits](kornelski/rust-security-framework@v2.10.0...v2.11.0) Updates `semver` from 1.0.22 to 1.0.23 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.22...1.0.23) Updates `serde_derive` from 1.0.199 to 1.0.201 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.199...v1.0.201) Updates `tauri-codegen` from 1.4.2 to 1.4.3 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](tauri-apps/tauri@tauri-codegen-v1.4.2...tauri-codegen-v1.4.3) Updates `tauri-macros` from 1.4.3 to 1.4.4 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](tauri-apps/tauri@tauri-macros-v1.4.3...tauri-macros-v1.4.4) Updates `tauri-runtime` from 0.14.2 to 0.14.3 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](tauri-apps/tauri@tauri-runtime-v0.14.2...tauri-runtime-v0.14.3) Updates `tauri-runtime-wry` from 0.14.5 to 0.14.7 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](tauri-apps/tauri@tauri-runtime-wry-v0.14.5...tauri-runtime-wry-v0.14.7) Updates `tauri-utils` from 1.5.3 to 1.5.4 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](tauri-apps/tauri@tauri-utils-v1.5.3...tauri-utils-v1.5.4) Updates `thiserror` from 1.0.59 to 1.0.60 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.59...1.0.60) Updates `thiserror-impl` from 1.0.59 to 1.0.60 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.59...1.0.60) Updates `tokio-util` from 0.7.10 to 0.7.11 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.10...tokio-util-0.7.11) Updates `wry` from 0.24.8 to 0.24.9 - [Release notes](https://github.com/tauri-apps/wry/releases) - [Changelog](https://github.com/tauri-apps/wry/blob/wry-v0.24.9/CHANGELOG.md) - [Commits](tauri-apps/wry@wry-v0.24.8...wry-v0.24.9) Updates `x11rb` from 0.13.0 to 0.13.1 - [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md) - [Commits](psychon/x11rb@v0.13.0...v0.13.1) Updates `x11rb-protocol` from 0.13.0 to 0.13.1 - [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md) - [Commits](psychon/x11rb@v0.13.0...v0.13.1) Updates `zbus` from 4.1.2 to 4.2.1 - [Release notes](https://github.com/dbus2/zbus/releases) - [Commits](dbus2/zbus@zbus-4.1.2...zbus-4.2.1) Updates `zbus_macros` from 4.1.2 to 4.2.1 - [Release notes](https://github.com/dbus2/zbus/releases) - [Commits](dbus2/zbus@zbus_macros-4.1.2...zbus-4.2.1) Updates `zvariant` from 4.0.2 to 4.1.0 - [Release notes](https://github.com/dbus2/zbus/releases) - [Commits](dbus2/zbus@zvariant-4.0.2...zvariant-4.1.0) Updates `zvariant_derive` from 4.0.2 to 4.1.0 - [Release notes](https://github.com/dbus2/zbus/releases) - [Commits](dbus2/zbus@zvariant_derive-4.0.2...zbus-4.1.0) Updates `zvariant_utils` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/dbus2/zbus/releases) - [Commits](dbus2/zbus@zvariant_utils-1.1.0...zvariant_utils-1.1.1) --- 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-build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: anyhow dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: async-channel dependency-type: indirect update-type: version-update:semver-minor dependency-group: all - dependency-name: autocfg 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: errno 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: json-patch dependency-type: indirect update-type: version-update:semver-minor dependency-group: all - dependency-name: libc 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: petgraph dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: piper 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: rustc-demangle dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: rustversion 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: security-framework-sys dependency-type: indirect update-type: version-update:semver-minor 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: 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-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: thiserror dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: thiserror-impl dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: tokio-util dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: wry dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: x11rb dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: x11rb-protocol dependency-type: indirect update-type: version-update:semver-patch 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: zvariant dependency-type: indirect update-type: version-update:semver-minor dependency-group: all - dependency-name: zvariant_derive dependency-type: indirect update-type: version-update:semver-minor dependency-group: all - dependency-name: zvariant_utils dependency-type: indirect update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information