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

build(deps): bump the crates group across 1 directory with 6 updates #1984

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the crates group with 5 updates in the /userspace/ksud directory:

Package From To
clap 4.5.15 4.5.16
serde 1.0.207 1.0.208
serde_json 1.0.124 1.0.125
libc 0.2.155 0.2.156
cc 1.1.11 1.1.13

Updates clap from 4.5.15 to 4.5.16

Release notes

Sourced from clap's releases.

v4.5.16

[4.5.16] - 2024-08-15

Fixes

  • (derive) Improve error messages when derive feature is missing
Changelog

Sourced from clap's changelog.

[4.5.16] - 2024-08-15

Fixes

  • (derive) Improve error messages when derive feature is missing
Commits

Updates serde from 1.0.207 to 1.0.208

Release notes

Sourced from serde's releases.

v1.0.208

  • Support serializing and deserializing unit structs in a flatten field (#2802, thanks @​jonhoo)
Commits

Updates serde_json from 1.0.124 to 1.0.125

Release notes

Sourced from serde_json's releases.

1.0.125

  • Speed up \uXXXX parsing and improve handling of unpaired surrogates when deserializing to bytes (#1172, #1175, thanks @​purplesyringa)
Commits
  • 6130f9b Release 1.0.125
  • cc7a160 Touch up PR 1175
  • 0f942e5 Merge pull request 1175 from iex-rs/faster-backslash-u
  • d8921cd Merge pull request #1172 from iex-rs/faster-hex
  • b4bc643 Merge pull request #1176 from dtolnay/miriname
  • 94a2aad Improve job names for miri jobs
  • 8073fc1 Merge pull request #1174 from iex-rs/miri-on-ci
  • 96ae604 Correct WTF-8 parsing
  • 236cc82 Simplify unicode escape handling
  • 2f28d10 Use the same UTF-8/WTF-8 impl for surrogates
  • Additional commits viewable in compare view

Updates libc from 0.2.155 to 0.2.156

Release notes

Sourced from libc's releases.

0.2.156

Added

  • Apple: add F_ALLOCATEPERSIST
  • Apple: add os_sync_wait_on_address and related definitions
  • BSD: generalise IPV6_DONTFRAG to all BSD targets
  • FreeBSD/DragonFly: add IP_RECVTTL/IPV6_RECVHOPLIMIT
  • Hurd: add XATTR_CREATE, XATTR_REPLACE
  • Linux GNU: confstr API and _CS_*
  • Linux musl: add preadv2 and pwritev2 (1.2.5 min.)
  • VxWorks: add the constant SOMAXCONN
  • VxWorks: add a few errnoLib related constants

Fixed

  • Solaris/illumos: Change ifa_flags type to u64 for
  • QNX 7.0: Disable libregex

Changed

  • QNX NTO: update platform support
  • addr_of!(EXTERN_STATIC) is now considered safe

Removed

  • Apple: remove rmx_state

Other

  • Update or remove CI tests that have been failing
Changelog

Sourced from libc's changelog.

0.2.156 - 2024-08-15

Added

  • F_ALLOCATEPERSIST for apple
  • IP_RECVTTL/IPV6_RECVHOPLIMIT for FreeBSD/DragonFly

Fixed

  • Remove macOS 11 usage on CI
  • Allow dead_code lint

Other

  • Enable publishing new versions via release-plz
  • Add release-plz for the 0.2 branch
  • Merge pull request #3821 from tgross35/backport-celery
  • Modify QNX NTO platform support
  • Adding constant SOMAXCONN to vxworks
  • Add XATTR_CREATE, XATTR_REPLACE
  • Change ifa_flags type to u64 for Solaris/illumos
  • add confstr API and CS* to linux-gnu
  • Merge pull request #3814 from tgross35/backport-hermit
  • Merge pull request #3813 from tgross35/backport-futex-constants
  • Merge pull request #3812 from tgross35/backport-fbsd-kinfo_file
  • Merge pull request #3811 from tgross35/backport-riscv64-clone_args
  • Merge pull request #3810 from tgross35/backport-haiku-b_app_image_symbol
  • Merge pull request #3807 from sunshowers/illumos-pthread-pick
  • vxWorks adding few errnoLib related constants.
  • Disable hexagon-unknown-linux-musl testing for now
  • Fix FreeBSD 15 CI
  • Remove tier 3 targets from CI
  • Tweak comment
  • Disable libregex for QNX 7.0
  • Reference specific MSRV in comment
  • addr_of!(EXTERN_STATIC) is now considered safe
  • rmx_state has been removed
  • skip API that requires a newer macOS SDK in tests
  • add os_sync_wait_on_address and related definitions
  • adding preadv2/pwritev2 to linux musl (1.2.5 min.)
  • Merge pull request #3716 from devnexen/ipv6_dontfrag
  • generalising IPV6_DONTFRAG to all bsd.
  • Merge pull request #3715 from tesuji/ci-verbosity
  • Merge pull request #3700 from asomers/freebsd-capsicum-libc0.2
  • Merge pull request #3738 from operutka/getauxval_uclibc
  • Merge pull request #3737 from operutka/si_pid_uclibc
  • Merge pull request #3747 from djkoloski/libc-0.2
  • Merge pull request #3719 from tesuji/ci-cirrus-cache
  • Merge pull request #3750 from SteveLauC/feat/IP_RECVTTL_FreeBSD
Commits
  • 07559cf Merge pull request #3826 from rust-lang/release-plz-2024-08-15T18-25-24Z
  • 4789ece chore: release
  • 38fd1c6 Merge pull request #3825 from tgross35/release-plz-publish
  • 5183d23 Enable publishing new versions via release-plz
  • 5edf79a Merge pull request #3823 from tgross35/release-plz-0.2
  • b7e7a55 Add release-plz for the 0.2 branch
  • 6b0dbcd Merge pull request #3821 from tgross35/backport-celery
  • 88c4644 Merge pull request #3820 from tgross35/backport-carrots
  • 16431da Modify QNX NTO platform support
  • 98f13d9 Adding constant SOMAXCONN to vxworks
  • Additional commits viewable in compare view

Updates cc from 1.1.11 to 1.1.13

Release notes

Sourced from cc's releases.

cc-v1.1.13

Other

  • Fix detect family: should detect emscripten as clang, closes #1185 (#1186)

cc-v1.1.12

Other

Changelog

Sourced from cc's changelog.

1.1.13 - 2024-08-16

Other

  • Fix detect family: should detect emscripten as clang, closes #1185 (#1186)

1.1.12 - 2024-08-15

Other

Commits

Updates serde_derive from 1.0.207 to 1.0.208

Release notes

Sourced from serde_derive's releases.

v1.0.208

  • Support serializing and deserializing unit structs in a flatten field (#2802, thanks @​jonhoo)
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 crates group with 5 updates in the /userspace/ksud directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.15` | `4.5.16` |
| [serde](https://github.com/serde-rs/serde) | `1.0.207` | `1.0.208` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.124` | `1.0.125` |
| [libc](https://github.com/rust-lang/libc) | `0.2.155` | `0.2.156` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.11` | `1.1.13` |



Updates `clap` from 4.5.15 to 4.5.16
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.15...clap_complete-v4.5.16)

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

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

Updates `libc` from 0.2.155 to 0.2.156
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.156/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.155...0.2.156)

Updates `cc` from 1.1.11 to 1.1.13
- [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.11...cc-v1.1.13)

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

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: serde_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 16, 2024
@yujincheng08 yujincheng08 enabled auto-merge (squash) August 18, 2024 16:14
@yujincheng08 yujincheng08 merged commit b2dbaa9 into main Aug 18, 2024
3 checks passed
@yujincheng08 yujincheng08 deleted the dependabot/cargo/userspace/ksud/crates-75fb0ce436 branch August 18, 2024 16:14
EAZYBLACK pushed a commit to EAZYBLACK/KernelSU that referenced this pull request Aug 19, 2024
kutemeikito added a commit to kutemeikito/KernelSU that referenced this pull request Aug 24, 2024
* 'main' of https://github.com/tiann/KernelSU:
  build(deps): bump the crates group across 1 directory with 6 updates (tiann#1984)
  Try add android15-6.6-2024-07 for LKM (tiann#1988)
  Try add android15-6.6-2024-07 support (tiann#1987)
  build(deps): bump the maven group across 1 directory with 5 updates (tiann#1962)
  Drop some legacy codes (tiann#1981)
  Use tempfile (tiann#1980)
  build(deps): bump the crates group across 1 directory with 22 updates (tiann#1979)

Signed-off-by: Edwiin Kusuma Jaya <kutemeikito0905@gmail.com>
fukiame pushed a commit to TelegramAt25/KernelSU-shukusai that referenced this pull request Aug 25, 2024
xxmustafacooTR pushed a commit to xxmustafacooTR/KernelSU that referenced this pull request Sep 25, 2024
LeCmnGend pushed a commit to LeCmnGend/KernelSU that referenced this pull request Sep 29, 2024
backslashxx pushed a commit to backslashxx/KernelSU that referenced this pull request Nov 14, 2024
backslashxx pushed a commit to backslashxx/KernelSU that referenced this pull request Dec 7, 2024
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.

1 participant