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 12 updates #7

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

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

Package From To
serde_json 1.0.122 1.0.124
serde 1.0.205 1.0.207
async-io 2.3.3 2.3.4
async-process 2.2.3 2.2.4
async-signal 0.2.9 0.2.10
cc 1.1.8 1.1.10
core-foundation-sys 0.8.6 0.8.7
cpufeatures 0.2.12 0.2.13
mio 1.0.1 1.0.2
piper 0.2.3 0.2.4
polling 3.7.2 3.7.3
serde_derive 1.0.205 1.0.207

Updates serde_json from 1.0.122 to 1.0.124

Release notes

Sourced from serde_json's releases.

v1.0.124

v1.0.123

Commits
  • cf771a0 Release 1.0.124
  • 8b314a7 Merge pull request #1173 from iex-rs/fix-big-endian
  • 8eba786 Fix skip_to_escape on BE architectures
  • 2cab07e Release 1.0.123
  • 346189a Fix needless_borrow clippy lint in new control character test
  • 859ead8 Merge pull request #1161 from iex-rs/vectorized-string-parsing
  • e43da5e Immediately bail-out on empty strings
  • 8389d8a Don't run the slow algorithm from the beginning
  • 1f0dcf7 Allow clippy::items_after_statements
  • a95d6df Big endian support
  • Additional commits viewable in compare view

Updates serde from 1.0.205 to 1.0.207

Release notes

Sourced from serde's releases.

v1.0.207

  • Improve interactions between flatten attribute and skip_serializing/skip_deserializing (#2795, thanks @​Mingun)

v1.0.206

  • Improve support for flatten attribute inside of enums (#2567, thanks @​Mingun)
Commits
  • 1b4da41 Release 1.0.207
  • f61d452 Touch up PR 2795
  • f986609 Merge pull request #2795 from Mingun/has-flatten-rework
  • 77a6a9d Take into account only not skipped flatten fields when choose serialization form
  • 547d843 Remove dead code - serialize_struct_as_map always called when cattrs.has_flat...
  • 005cb84 Fail with an understandable message is number of fields for serialization is ...
  • fd5b5e9 Correctly calculate has_flatten attribute in all cases for deserialization
  • 0647a7c Fix creating and filling a collections that was not read
  • 85c73ef Release 1.0.206
  • 5ba1796 Resolve doc_markdown pedantic lint on regression test function
  • Additional commits viewable in compare view

Updates async-io from 2.3.3 to 2.3.4

Release notes

Sourced from async-io's releases.

v2.3.4

  • Update windows-sys to v0.59. (#195)
  • On NetBSD/DragonflyBSD, set nosigpipe on sockets. (#196)
Changelog

Sourced from async-io's changelog.

Version 2.3.4

  • Update windows-sys to v0.59. (#195)
  • On NetBSD/DragonflyBSD, set nosigpipe on sockets. (#196)
Commits

Updates async-process from 2.2.3 to 2.2.4

Release notes

Sourced from async-process's releases.

v2.2.4

  • Update to windows-sys v0.59. (#85)
Changelog

Sourced from async-process's changelog.

Version 2.2.4

  • Update to windows-sys v0.59. (#85)
Commits

Updates async-signal from 0.2.9 to 0.2.10

Release notes

Sourced from async-signal's releases.

v0.2.10

  • Update windows-sys to v0.59. (#41)
Changelog

Sourced from async-signal's changelog.

Version 0.2.10

  • Update windows-sys to v0.59. (#41)
Commits

Updates cc from 1.1.8 to 1.1.10

Release notes

Sourced from cc's releases.

cc-v1.1.10

Other

  • Remap Windows targets triples to their LLVM counterparts (#1176)

cc-v1.1.9

Other

  • Add custom CC wrapper to the wrapper whitelist (#1175)
Changelog

Sourced from cc's changelog.

1.1.10 - 2024-08-11

Other

  • Remap Windows targets triples to their LLVM counterparts (#1176)

1.1.9 - 2024-08-11

Other

  • Add custom CC wrapper to the wrapper whitelist (#1175)
Commits

Updates core-foundation-sys from 0.8.6 to 0.8.7

Commits

Updates cpufeatures from 0.2.12 to 0.2.13

Commits

Updates mio from 1.0.1 to 1.0.2

Changelog

Sourced from mio's changelog.

1.0.2

Commits

Updates piper from 0.2.3 to 0.2.4

Release notes

Sourced from piper's releases.

v0.2.4

  • Update doctests to be more reliable. (#19)
Changelog

Sourced from piper's changelog.

Version 0.2.4

  • Update doctests to be more reliable. (#19)
Commits

Updates polling from 3.7.2 to 3.7.3

Release notes

Sourced from polling's releases.

v3.7.3

  • Update to windows-sys v0.59. (#214)
Changelog

Sourced from polling's changelog.

Version 3.7.3

  • Update to windows-sys v0.59. (#214)
Commits

Updates serde_derive from 1.0.205 to 1.0.207

Release notes

Sourced from serde_derive's releases.

v1.0.207

  • Improve interactions between flatten attribute and skip_serializing/skip_deserializing (#2795, thanks @​Mingun)

v1.0.206

  • Improve support for flatten attribute inside of enums (#2567, thanks @​Mingun)
Commits
  • 1b4da41 Release 1.0.207
  • f61d452 Touch up PR 2795
  • f986609 Merge pull request #2795 from Mingun/has-flatten-rework
  • 77a6a9d Take into account only not skipped flatten fields when choose serialization form
  • 547d843 Remove dead code - serialize_struct_as_map always called when cattrs.has_flat...
  • 005cb84 Fail with an understandable message is number of fields for serialization is ...
  • fd5b5e9 Correctly calculate has_flatten attribute in all cases for deserialization
  • 0647a7c Fix creating and filling a collections that was not read
  • 85c73ef Release 1.0.206
  • 5ba1796 Resolve doc_markdown pedantic lint on regression test function
  • Additional commits viewable in compare view

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 12 updates:

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.122` | `1.0.124` |
| [serde](https://github.com/serde-rs/serde) | `1.0.205` | `1.0.207` |
| [async-io](https://github.com/smol-rs/async-io) | `2.3.3` | `2.3.4` |
| [async-process](https://github.com/smol-rs/async-process) | `2.2.3` | `2.2.4` |
| [async-signal](https://github.com/smol-rs/async-signal) | `0.2.9` | `0.2.10` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.8` | `1.1.10` |
| [core-foundation-sys](https://github.com/servo/core-foundation-rs) | `0.8.6` | `0.8.7` |
| [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.12` | `0.2.13` |
| [mio](https://github.com/tokio-rs/mio) | `1.0.1` | `1.0.2` |
| [piper](https://github.com/smol-rs/piper) | `0.2.3` | `0.2.4` |
| [polling](https://github.com/smol-rs/polling) | `3.7.2` | `3.7.3` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.205` | `1.0.207` |


Updates `serde_json` from 1.0.122 to 1.0.124
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.122...v1.0.124)

Updates `serde` from 1.0.205 to 1.0.207
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.205...v1.0.207)

Updates `async-io` from 2.3.3 to 2.3.4
- [Release notes](https://github.com/smol-rs/async-io/releases)
- [Changelog](https://github.com/smol-rs/async-io/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-io@v2.3.3...v2.3.4)

Updates `async-process` from 2.2.3 to 2.2.4
- [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@v2.2.3...v2.2.4)

Updates `async-signal` from 0.2.9 to 0.2.10
- [Release notes](https://github.com/smol-rs/async-signal/releases)
- [Changelog](https://github.com/smol-rs/async-signal/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-signal@v0.2.9...v0.2.10)

Updates `cc` from 1.1.8 to 1.1.10
- [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.8...cc-v1.1.10)

Updates `core-foundation-sys` from 0.8.6 to 0.8.7
- [Commits](servo/core-foundation-rs@core-foundation-sys-v0.8.6...core-foundation-sys-v0.8.7)

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

Updates `mio` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/mio@v1.0.1...v1.0.2)

Updates `piper` from 0.2.3 to 0.2.4
- [Release notes](https://github.com/smol-rs/piper/releases)
- [Changelog](https://github.com/smol-rs/piper/blob/main/CHANGELOG.md)
- [Commits](smol-rs/piper@v0.2.3...v0.2.4)

Updates `polling` from 3.7.2 to 3.7.3
- [Release notes](https://github.com/smol-rs/polling/releases)
- [Changelog](https://github.com/smol-rs/polling/blob/master/CHANGELOG.md)
- [Commits](smol-rs/polling@v3.7.2...v3.7.3)

Updates `serde_derive` from 1.0.205 to 1.0.207
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.205...v1.0.207)

---
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: async-io
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: async-process
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: async-signal
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: core-foundation-sys
  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: mio
  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: polling
  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
...

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 Aug 12, 2024
@github-actions github-actions bot merged commit 63cb247 into master Aug 12, 2024
1 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/src-tauri/all-8b3c28b82e branch August 12, 2024 20:37
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