Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all group in /src-tauri with 19 updates #261

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

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

Package From To
serde_json 1.0.127 1.0.128
serde 1.0.209 1.0.210
anyhow 1.0.86 1.0.87
async-executor 1.13.0 1.13.1
bytemuck 1.17.1 1.18.0
cc 1.1.15 1.1.18
cpufeatures 0.2.13 0.2.14
globset 0.4.14 0.4.15
ignore 0.4.22 0.4.23
ipnet 2.9.0 2.10.0
parking 2.2.0 2.2.1
rustix 0.38.35 0.38.36
serde_derive 1.0.209 1.0.210
tao 0.16.9 0.16.10
tokio-util 0.7.11 0.7.12
wayland-backend 0.3.6 0.3.7
wayland-client 0.31.5 0.31.6
wayland-scanner 0.31.4 0.31.5
wayland-sys 0.31.4 0.31.5

Updates serde_json from 1.0.127 to 1.0.128

Release notes

Sourced from serde_json's releases.

1.0.128

  • Support serializing maps containing 128-bit integer keys to serde_json::Value (#1188, thanks @​Mrreadiness)
Commits
  • d96b1d9 Release 1.0.128
  • 599228d Merge pull request #1188 from Mrreadiness/feat/add-hashmap-key-128-serializer
  • 5416cee feat: add support for 128 bit HashMap key serialization
  • 27a4ca9 Upload CI Cargo.lock for reproducing failures
  • See full diff in compare view

Updates serde from 1.0.209 to 1.0.210

Release notes

Sourced from serde's releases.

v1.0.210

  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#2816, thanks @​MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#2818)
Commits
  • 89c4b02 Release 1.0.210
  • eeb8e44 Merge pull request #2818 from dtolnay/coreerror
  • 785c2d9 Stabilize no-std StdError trait
  • d549f04 Reformat parse_ip_impl definition and calls
  • 4c0dd63 Delete attr support from core::net deserialization macros
  • 26fb134 Relocate cfg attrs out of parse_ip_impl and parse_socket_impl
  • 07e614b Merge pull request #2817 from dtolnay/corenet
  • b1f899f Delete doc(cfg) attribute from impls that are supported in no-std
  • b4f860e Merge pull request #2816 from MathiasKoch/chore/core-net
  • d940fe1 Reuse existing Buf wrapper as replacement for std::io::Write
  • Additional commits viewable in compare view

Updates anyhow from 1.0.86 to 1.0.87

Release notes

Sourced from anyhow's releases.

1.0.87

  • Support more APIs, including Error::new and Error::chain, in no-std mode on Rust 1.81+ (#383)
Commits
  • afe93e7 Release 1.0.87
  • d58fa4b Fix outdated html_root_url
  • c18d807 Disable unused doc_cfg feature
  • 8ecfcdf Merge pull request #383 from dtolnay/nostd
  • bee814a Support error sources in no-std on Rust 1.81+
  • 1eabf69 Merge pull request #382 from dtolnay/corerequest
  • 3e70139 Access generic_member_access APIs through core
  • c378a2c Upload CI Cargo.lock for reproducing failures
  • e38edc0 Raise rustc required for backtrace feature to 1.67
  • eb976a4 Merge pull request #378 from dtolnay/ttpretty
  • Additional commits viewable in compare view

Updates async-executor from 1.13.0 to 1.13.1

Release notes

Sourced from async-executor's releases.

v1.13.1

  • Fix docs.rs build. (#125)
Changelog

Sourced from async-executor's changelog.

Version 1.13.1

  • Fix docs.rs build. (#125)
Commits

Updates bytemuck from 1.17.1 to 1.18.0

Changelog

Sourced from bytemuck's changelog.

bytemuck changelog

1.18

  • Adds the latest_stable_rust cargo feature, which is a blanket feature that turns all other features on that are both sound and compatible with Stable rust.
Commits
  • 860c391 chore: Release bytemuck version 1.18.0
  • 4c535f9 Clean up Cargo.toml (#271)
  • 374d184 Update changelog.md
  • 1906570 Add a convenience feature indicating you're on the latest stable version of R...
  • 2d2b397 update the changelog to be less dismissive because we don't need that negativ...
  • See full diff in compare view

Updates cc from 1.1.15 to 1.1.18

Release notes

Sourced from cc's releases.

cc-v1.1.18

Other

  • Fixed unsoundness in StderrForwarder::forward_available (#1203)

cc-v1.1.17

Fixed

  • fix finding toolchains when invoked by msbuild (#1201)

cc-v1.1.16

Other

  • Treat VxWorks wr-cc as a Gnu compiler (#1198)
Changelog

Sourced from cc's changelog.

1.1.18 - 2024-09-07

Other

  • Fixed unsoundness in StderrForwarder::forward_available (#1203)

1.1.17 - 2024-09-06

Fixed

  • fix finding toolchains when invoked by msbuild (#1201)

1.1.16 - 2024-09-04

Other

  • Treat VxWorks wr-cc as a Gnu compiler (#1198)
Commits

Updates cpufeatures from 0.2.13 to 0.2.14

Commits

Updates globset from 0.4.14 to 0.4.15

Commits
  • 5680183 ignore-0.4.15
  • b458cf3 deps: update to base64 0.12
  • 793c117 ignore: allow filtering with predicate
  • df7a3bf grep-cli: support files compressed by compress(1)
  • 28f2a93 doc: shorten -h/--help prelude
  • 64a4dee cli: improve invalid UTF-8 pattern error message
  • 50840ea doc: note how to escape a '$' in --replace
  • 17dcc2b doc: clarify that files override gitignores
  • 9a858e4 doc: add config file note for --type-{add,clear}
  • 7ed9a31 printer: fix --count-matches output
  • Additional commits viewable in compare view

Updates ignore from 0.4.22 to 0.4.23

Commits

Updates ipnet from 2.9.0 to 2.10.0

Release notes

Sourced from ipnet's releases.

Add new_assert implementations #57

  • Add new_assert implementations #57
Changelog

Sourced from ipnet's changelog.

Version 2.10.0

  • Add new_assert implementations #57
  • Remove redundant curly braces so that the example program can compile #53
Commits

Updates parking from 2.2.0 to 2.2.1

Release notes

Sourced from parking's releases.

v2.2.1

  • Specify the reason for using parking in the docs. (#25)
Changelog

Sourced from parking's changelog.

Version 2.2.1

  • Specify the reason for using parking in the docs. (#25)
Commits

Updates rustix from 0.38.35 to 0.38.36

Commits

Updates serde_derive from 1.0.209 to 1.0.210

Release notes

Sourced from serde_derive's releases.

v1.0.210

  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#2816, thanks @​MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#2818)
Commits
  • 89c4b02 Release 1.0.210
  • eeb8e44 Merge pull request #2818 from dtolnay/coreerror
  • 785c2d9 Stabilize no-std StdError trait
  • d549f04 Reformat parse_ip_impl definition and calls
  • 4c0dd63 Delete attr support from core::net deserialization macros
  • 26fb134 Relocate cfg attrs out of parse_ip_impl and parse_socket_impl
  • 07e614b Merge pull request #2817 from dtolnay/corenet
  • b1f899f Delete doc(cfg) attribute from impls that are supported in no-std
  • b4f860e Merge pull request #2816 from MathiasKoch/chore/core-net
  • d940fe1 Reuse existing Buf wrapper as replacement for std::io::Write
  • Additional commits viewable in compare view

Updates tao from 0.16.9 to 0.16.10

Release notes

Sourced from tao's releases.

tao v0.16.10

Updating crates.io index Locking 190 packages to latest compatible versions Adding atk v0.15.1 (latest: v0.18.0) Adding atk-sys v0.15.1 (latest: v0.18.0) Adding bitflags v1.3.2 (latest: v2.6.0) Adding cairo-rs v0.15.12 (latest: v0.20.1) Adding cairo-sys-rs v0.15.1 (latest: v0.20.0) Adding cfg-expr v0.15.8 (latest: v0.16.0) Adding cocoa v0.24.1 (latest: v0.26.0) Adding cocoa-foundation v0.1.2 (latest: v0.2.0) Adding core-foundation v0.9.4 (latest: v0.10.0) Adding core-graphics v0.22.3 (latest: v0.24.0) Adding core-graphics-types v0.1.3 (latest: v0.2.0) Adding env_logger v0.9.3 (latest: v0.11.5) Adding foreign-types v0.3.2 (latest: v0.5.0) Adding foreign-types-shared v0.1.1 (latest: v0.3.1) Adding freetype-sys v0.20.1 (latest: v0.22.1) Adding gdk v0.15.4 (latest: v0.18.0) Adding gdk-pixbuf v0.15.11 (latest: v0.20.1) Adding gdk-pixbuf-sys v0.15.10 (latest: v0.20.1) Adding gdk-sys v0.15.1 (latest: v0.18.0) Adding gdkwayland-sys v0.15.3 (latest: v0.18.0) Adding gdkx11-sys v0.15.1 (latest: v0.18.0) Adding gio v0.15.12 (latest: v0.20.1) Adding gio-sys v0.15.10 (latest: v0.20.1) Adding glib v0.15.12 (latest: v0.20.2) Adding glib-macros v0.15.13 (latest: v0.20.2) Adding glib-sys v0.15.10 (latest: v0.20.2) Adding gobject-sys v0.15.10 (latest: v0.20.1) Adding gtk v0.15.5 (latest: v0.18.1) Adding gtk-sys v0.15.3 (latest: v0.18.0) Adding gtk3-macros v0.15.6 (latest: v0.18.0) Adding heck v0.4.1 (latest: v0.5.0) Adding hermit-abi v0.1.19 (latest: v0.4.0) Adding image v0.24.9 (latest: v0.25.2) Adding jni v0.20.0 (latest: v0.21.1) Adding jni-sys v0.3.0 (latest: v0.4.0) Adding libappindicator v0.7.1 (latest: v0.9.0) Adding libappindicator-sys v0.7.3 (latest: v0.9.0) Adding libloading v0.7.4 (latest: v0.8.5) Adding malloc_buf v0.0.6 (latest: v1.0.0) Adding miniz_oxide v0.7.4 (latest: v0.8.0) Adding ndk v0.6.0 (latest: v0.9.0) Adding ndk-sys v0.3.0 (latest: v0.6.0+11769913) Adding num_enum v0.5.11 (latest: v0.7.3) Adding num_enum_derive v0.5.11 (latest: v0.7.3) Adding pango v0.15.10 (latest: v0.20.1) Adding pango-sys v0.15.10 (latest: v0.20.1) Adding proc-macro-crate v1.3.1 (latest: v3.2.0)

... (truncated)

Changelog

Sourced from tao's changelog.

[0.16.10]

  • 431887cd (#972 by @​amrbashir) On Windows, fix Window::monitor_from_point and EventLoopTargetWindow::monitor_from_point returning invalid monitor handle.
Commits

Updates tokio-util from 0.7.11 to 0.7.12

Commits

Updates wayland-backend from 0.3.6 to 0.3.7

Commits

Updates wayland-client from 0.31.5 to 0.31.6

Commits

Updates wayland-scanner from 0.31.4 to 0.31.5

Commits

Updates wayland-sys from 0.31.4 to 0.31.5

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.127` | `1.0.128` |
| [serde](https://github.com/serde-rs/serde) | `1.0.209` | `1.0.210` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.87` |
| [async-executor](https://github.com/smol-rs/async-executor) | `1.13.0` | `1.13.1` |
| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.17.1` | `1.18.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.15` | `1.1.18` |
| [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.13` | `0.2.14` |
| [globset](https://github.com/BurntSushi/ripgrep) | `0.4.14` | `0.4.15` |
| [ignore](https://github.com/BurntSushi/ripgrep) | `0.4.22` | `0.4.23` |
| [ipnet](https://github.com/krisprice/ipnet) | `2.9.0` | `2.10.0` |
| [parking](https://github.com/smol-rs/parking) | `2.2.0` | `2.2.1` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.35` | `0.38.36` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.209` | `1.0.210` |
| [tao](https://github.com/tauri-apps/tao) | `0.16.9` | `0.16.10` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.11` | `0.7.12` |
| [wayland-backend](https://github.com/smithay/wayland-rs) | `0.3.6` | `0.3.7` |
| [wayland-client](https://github.com/smithay/wayland-rs) | `0.31.5` | `0.31.6` |
| [wayland-scanner](https://github.com/smithay/wayland-rs) | `0.31.4` | `0.31.5` |
| [wayland-sys](https://github.com/smithay/wayland-rs) | `0.31.4` | `0.31.5` |


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

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

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

Updates `async-executor` from 1.13.0 to 1.13.1
- [Release notes](https://github.com/smol-rs/async-executor/releases)
- [Changelog](https://github.com/smol-rs/async-executor/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-executor@v1.13.0...v1.13.1)

Updates `bytemuck` from 1.17.1 to 1.18.0
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.17.1...v1.18.0)

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

Updates `cpufeatures` from 0.2.13 to 0.2.14
- [Commits](RustCrypto/utils@cpufeatures-v0.2.13...cpufeatures-v0.2.14)

Updates `globset` from 0.4.14 to 0.4.15
- [Release notes](https://github.com/BurntSushi/ripgrep/releases)
- [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/ripgrep@globset-0.4.14...ignore-0.4.15)

Updates `ignore` from 0.4.22 to 0.4.23
- [Release notes](https://github.com/BurntSushi/ripgrep/releases)
- [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BurntSushi/ripgrep/commits)

Updates `ipnet` from 2.9.0 to 2.10.0
- [Release notes](https://github.com/krisprice/ipnet/releases)
- [Changelog](https://github.com/krisprice/ipnet/blob/master/RELEASES.md)
- [Commits](krisprice/ipnet@2.9.0...2.10.0)

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

Updates `rustix` from 0.38.35 to 0.38.36
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](bytecodealliance/rustix@v0.38.35...v0.38.36)

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

Updates `tao` from 0.16.9 to 0.16.10
- [Release notes](https://github.com/tauri-apps/tao/releases)
- [Changelog](https://github.com/tauri-apps/tao/blob/tao-v0.16.10/CHANGELOG.md)
- [Commits](tauri-apps/tao@tao-v0.16.9...tao-v0.16.10)

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

Updates `wayland-backend` from 0.3.6 to 0.3.7
- [Release notes](https://github.com/smithay/wayland-rs/releases)
- [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md)
- [Commits](https://github.com/smithay/wayland-rs/commits)

Updates `wayland-client` from 0.31.5 to 0.31.6
- [Release notes](https://github.com/smithay/wayland-rs/releases)
- [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md)
- [Commits](https://github.com/smithay/wayland-rs/commits)

Updates `wayland-scanner` from 0.31.4 to 0.31.5
- [Release notes](https://github.com/smithay/wayland-rs/releases)
- [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md)
- [Commits](https://github.com/smithay/wayland-rs/commits)

Updates `wayland-sys` from 0.31.4 to 0.31.5
- [Release notes](https://github.com/smithay/wayland-rs/releases)
- [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md)
- [Commits](https://github.com/smithay/wayland-rs/commits)

---
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: anyhow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: async-executor
  dependency-type: indirect
  update-type: version-update:semver-patch
  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: cpufeatures
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: globset
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ignore
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ipnet
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: parking
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: rustix
  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: tao
  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: wayland-backend
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wayland-client
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wayland-scanner
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wayland-sys
  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 Sep 9, 2024
@github-actions github-actions bot merged commit f6a7062 into main Sep 9, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/src-tauri/all-42ae2d122d branch September 9, 2024 14:14
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