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 20 updates (#181)
Bumps the all group in /src-tauri with 20 updates: | Package | From | To | | --- | --- | --- | | [tauri](https://github.com/tauri-apps/tauri) | `1.5.3` | `1.5.4` | | [tauri-build](https://github.com/tauri-apps/tauri) | `1.5.0` | `1.5.1` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.75` | `1.0.76` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.74` | `0.1.75` | | [crossbeam-epoch](https://github.com/crossbeam-rs/crossbeam) | `0.9.16` | `0.9.17` | | [futures-core](https://github.com/rust-lang/futures-rs) | `0.3.29` | `0.3.30` | | [futures-io](https://github.com/rust-lang/futures-rs) | `0.3.29` | `0.3.30` | | [futures-sink](https://github.com/rust-lang/futures-rs) | `0.3.29` | `0.3.30` | | [futures-task](https://github.com/rust-lang/futures-rs) | `0.3.29` | `0.3.30` | | [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.29` | `0.3.30` | | [object](https://github.com/gimli-rs/object) | `0.32.1` | `0.32.2` | | [openssl](https://github.com/sfackler/rust-openssl) | `0.10.61` | `0.10.62` | | [pkg-config](https://github.com/rust-lang/pkg-config-rs) | `0.3.27` | `0.3.28` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.70` | `1.0.71` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.22` | `0.11.23` | | [serde_spanned](https://github.com/toml-rs/toml) | `0.6.4` | `0.6.5` | | [time](https://github.com/time-rs/time) | `0.3.30` | `0.3.31` | | [tokio](https://github.com/tokio-rs/tokio) | `1.35.0` | `1.35.1` | | [winnow](https://github.com/winnow-rs/winnow) | `0.5.28` | `0.5.30` | | [wry](https://github.com/tauri-apps/wry) | `0.24.6` | `0.24.7` | Updates `tauri` from 1.5.3 to 1.5.4 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](tauri-apps/tauri@tauri-v1.5.3...tauri-v1.5.4) Updates `tauri-build` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](tauri-apps/tauri@tauri-build-v1.5...tauri-build-v1.5.1) Updates `anyhow` from 1.0.75 to 1.0.76 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.75...1.0.76) Updates `async-trait` from 0.1.74 to 0.1.75 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.74...0.1.75) Updates `crossbeam-epoch` from 0.9.16 to 0.9.17 - [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-epoch-0.9.16...crossbeam-epoch-0.9.17) Updates `futures-core` from 0.3.29 to 0.3.30 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.29...0.3.30) Updates `futures-io` from 0.3.29 to 0.3.30 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.29...0.3.30) Updates `futures-sink` from 0.3.29 to 0.3.30 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.29...0.3.30) Updates `futures-task` from 0.3.29 to 0.3.30 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.29...0.3.30) Updates `futures-util` from 0.3.29 to 0.3.30 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.29...0.3.30) Updates `object` from 0.32.1 to 0.32.2 - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/commits) Updates `openssl` from 0.10.61 to 0.10.62 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.61...openssl-v0.10.62) Updates `pkg-config` from 0.3.27 to 0.3.28 - [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/pkg-config-rs@0.3.27...0.3.28) Updates `proc-macro2` from 1.0.70 to 1.0.71 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.70...1.0.71) Updates `reqwest` from 0.11.22 to 0.11.23 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.22...v0.11.23) Updates `serde_spanned` from 0.6.4 to 0.6.5 - [Commits](toml-rs/toml@serde_spanned-v0.6.4...serde_spanned-v0.6.5) Updates `time` from 0.3.30 to 0.3.31 - [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.30...v0.3.31) Updates `tokio` from 1.35.0 to 1.35.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.35.0...tokio-1.35.1) Updates `winnow` from 0.5.28 to 0.5.30 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.5.28...v0.5.30) Updates `wry` from 0.24.6 to 0.24.7 - [Release notes](https://github.com/tauri-apps/wry/releases) - [Changelog](https://github.com/tauri-apps/wry/blob/wry-v0.24.7/CHANGELOG.md) - [Commits](tauri-apps/wry@wry-v0.24.6...wry-v0.24.7) --- updated-dependencies: - dependency-name: tauri 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-trait dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: crossbeam-epoch dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: futures-core dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: futures-io dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: futures-sink dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: futures-task dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: futures-util dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: object 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: pkg-config 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: reqwest dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: serde_spanned dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: time dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: tokio dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: winnow 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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information