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 in /userspace/ksud with 7 updates #1908

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2024

Bumps the crates group in /userspace/ksud with 7 updates:

Package From To
clap 4.5.9 4.5.10
env_logger 0.11.3 0.11.4
clap_builder 4.5.9 4.5.10
env_filter 0.1.0 0.1.1
jobserver 0.1.31 0.1.32
object 0.36.1 0.36.2
tokio 1.38.1 1.39.1

Updates clap from 4.5.9 to 4.5.10

Release notes

Sourced from clap's releases.

v4.5.10

[4.5.10] - 2024-07-23

Changelog

Sourced from clap's changelog.

[4.5.10] - 2024-07-23

Commits

Updates env_logger from 0.11.3 to 0.11.4

Release notes

Sourced from env_logger's releases.

v0.11.4

[0.11.4] - 2024-07-23

Changelog

Sourced from env_logger's changelog.

[0.11.4] - 2024-07-23

Commits
  • 57f1bb7 chore: Release
  • ba2748f chore: Release
  • 4dd976b Merge pull request #324 from Maximkaaa/try_parse
  • 05aacb9 feat: Add Builder::try_parse method
  • faf5b3e chore: Tests for parse_spec error messages
  • c42511c refactor: Return errors from parse_spec
  • 0e25d9e chore(deps): Update Rust Stable to v1.79 (#322)
  • e1640c4 Merge pull request #320 from epage/template
  • f8acfee chore: Update from _rust/main template
  • 5212df9 Merge pull request #318 from rust-cli/renovate/stable-1.x
  • Additional commits viewable in compare view

Updates clap_builder from 4.5.9 to 4.5.10

Release notes

Sourced from clap_builder's releases.

v4.5.10

[4.5.10] - 2024-07-23

Changelog

Sourced from clap_builder's changelog.

[4.5.10] - 2024-07-23

Commits
  • 8697a61 chore: Release
  • a271c19 Merge pull request #5539 from shannmu/option_value
  • f7383f7 feat(clap_complete): Add support --flag bar and -f bar completion
  • 2f53bb3 test(clap_complete): Add test cases for --flag bar and -f bar completion
  • 932ca13 refactor(clap_complete): Replace parameters in complete_arg with ParseState
  • 73b07c9 docs: Remove stale ColorChoice platform notes
  • e142795 Merge pull request #5585 from shannmu/hidden_possible_values
  • 9220bbd feat(clap_complete): Support hiding possible values
  • 4395c31 test(clap_complete): Add test case for hiding possible values
  • 93f0c48 Merge pull request #5584 from shannmu/hidden_subcommands_and_aliases
  • Additional commits viewable in compare view

Updates env_filter from 0.1.0 to 0.1.1

Commits
  • ba2748f chore: Release
  • 4dd976b Merge pull request #324 from Maximkaaa/try_parse
  • 05aacb9 feat: Add Builder::try_parse method
  • faf5b3e chore: Tests for parse_spec error messages
  • c42511c refactor: Return errors from parse_spec
  • 0e25d9e chore(deps): Update Rust Stable to v1.79 (#322)
  • e1640c4 Merge pull request #320 from epage/template
  • f8acfee chore: Update from _rust/main template
  • 5212df9 Merge pull request #318 from rust-cli/renovate/stable-1.x
  • 1147339 chore(deps): Update Rust Stable to v1.78
  • Additional commits viewable in compare view

Updates jobserver from 0.1.31 to 0.1.32

Commits

Updates object from 0.36.1 to 0.36.2

Changelog

Sourced from object's changelog.

0.36.2

Released 2024/07/24.

Changed

  • Improved writing of GNU symbol versioning in build::elf::Builder. #705

  • Fixed alignment of SHT_HASH/SHT_GNU_verdef/SHT_GNU_verneed sections in write::elf::Writer. #706

  • Fixed writing of GNU hash for absolute symbols in build::elf::Builder. #707

  • Fixed writing of empty ELF string table in write::Object. #710


Commits

Updates tokio from 1.38.1 to 1.39.1

Release notes

Sourced from tokio's releases.

Tokio v1.39.1

1.39.1 (July 23rd, 2024)

This release reverts "time: avoid traversing entries in the time wheel twice" because it contains a bug. (#6715)

#6715: tokio-rs/tokio#6715

Tokio v1.39.0

1.39.0 (July 23rd, 2024)

  • This release bumps the MSRV to 1.70. (#6645)
  • This release upgrades to mio v1. (#6635)
  • This release upgrades to windows-sys v0.52 (#6154)

Added

  • io: implement AsyncSeek for Empty (#6663)
  • metrics: stabilize num_alive_tasks (#6619, #6667)
  • process: add Command::as_std_mut (#6608)
  • sync: add watch::Sender::same_channel (#6637)
  • sync: add {Receiver,UnboundedReceiver}::{sender_strong_count,sender_weak_count} (#6661)
  • sync: implement Default for watch::Sender (#6626)
  • task: implement Clone for AbortHandle (#6621)
  • task: stabilize consume_budget (#6622)

Changed

  • io: improve panic message of ReadBuf::put_slice() (#6629)
  • io: read during write in copy_bidirectional and copy (#6532)
  • runtime: replace num_cpus with available_parallelism (#6709)
  • task: avoid stack overflow when passing large future to block_on (#6692)
  • time: avoid traversing entries in the time wheel twice (#6584)
  • time: support IntoFuture with timeout (#6666)
  • macros: support IntoFuture with join! and select! (#6710)

Fixed

  • docs: fix docsrs builds with the fs feature enabled (#6585)
  • io: only use short-read optimization on known-to-be-compatible platforms (#6668)
  • time: fix overflow panic when using large durations with Interval (#6612)

Added (unstable)

  • macros: allow unhandled_panic behavior for #[tokio::main] and #[tokio::test] (#6593)
  • metrics: add spawned_tasks_count (#6114)
  • metrics: add worker_park_unpark_count (#6696)
  • metrics: add worker thread id (#6695)

Documented

... (truncated)

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 in /userspace/ksud with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.9` | `4.5.10` |
| [env_logger](https://github.com/rust-cli/env_logger) | `0.11.3` | `0.11.4` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.9` | `4.5.10` |
| [env_filter](https://github.com/rust-cli/env_logger) | `0.1.0` | `0.1.1` |
| [jobserver](https://github.com/rust-lang/jobserver-rs) | `0.1.31` | `0.1.32` |
| [object](https://github.com/gimli-rs/object) | `0.36.1` | `0.36.2` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.38.1` | `1.39.1` |


Updates `clap` from 4.5.9 to 4.5.10
- [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.9...v4.5.10)

Updates `env_logger` from 0.11.3 to 0.11.4
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.11.3...v0.11.4)

Updates `clap_builder` from 4.5.9 to 4.5.10
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.9...v4.5.10)

Updates `env_filter` from 0.1.0 to 0.1.1
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@env_filter-v0.1.0...env_filter-v0.1.1)

Updates `jobserver` from 0.1.31 to 0.1.32
- [Commits](rust-lang/jobserver-rs@0.1.31...0.1.32)

Updates `object` from 0.36.1 to 0.36.2
- [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/object@0.36.1...0.36.2)

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

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: clap_builder
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: env_filter
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: jobserver
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: object
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: tokio
  dependency-type: indirect
  update-type: version-update:semver-minor
  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 Jul 24, 2024
@yujincheng08 yujincheng08 enabled auto-merge (squash) July 24, 2024 12:15
@yujincheng08 yujincheng08 merged commit 543da35 into main Jul 24, 2024
3 checks passed
@yujincheng08 yujincheng08 deleted the dependabot/cargo/userspace/ksud/crates-60044e2554 branch July 24, 2024 12:15
xxmustafacooTR pushed a commit to xxmustafacooTR/KernelSU that referenced this pull request Jul 24, 2024
kutemeikito added a commit to kutemeikito/KernelSU that referenced this pull request Jul 25, 2024
* 'main' of https://github.com/tiann/KernelSU:
  build(deps): bump the npm group in /website with 6 updates (tiann#1907)
  build(deps): bump the crates group in /userspace/ksud with 7 updates (tiann#1908)
  build(deps): bump the npm group in /website with 3 updates (tiann#1905)

Signed-off-by: Edwiin Kusuma Jaya <kutemeikito0905@gmail.com>
jeffpeng3 pushed a commit to jeffpeng3/KernelSU that referenced this pull request Aug 5, 2024
fukiame pushed a commit to TelegramAt25/KernelSU-shukusai that referenced this pull request Aug 11, 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.

None yet

1 participant