Skip to content

Bump the all-updates group in /core with 8 updates #125

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Bumps the all-updates group in /core with 8 updates:

Package From To
clap 4.5.41 4.5.42
tokio 1.46.1 1.47.1
serde_json 1.0.140 1.0.142
tokio-util 0.7.15 0.7.16
hyper-util 0.1.15 0.1.16
aya-ebpf 35332f2 fff92f8
aya-log-ebpf 35332f2 fff92f8
aya-tool 35332f2 fff92f8

Updates clap from 4.5.41 to 4.5.42

Release notes

Sourced from clap's releases.

v4.5.42

[4.5.42] - 2025-07-30

Fixes

  • Include subcommand visible long aliases in --help
Changelog

Sourced from clap's changelog.

[4.5.42] - 2025-07-30

Fixes

  • Include subcommand visible long aliases in --help
Commits
  • 27cc4b7 chore: Release
  • 16a4fc7 docs: Update changelog
  • 07f9f15 Merge pull request #5874 from tetzng/fix-fish-completions
  • 721deab chore: Release
  • a4be55b docs: Update changelog
  • fd5e691 Merge pull request #5877 from therealprof/features/use-btreemap-instead-of-so...
  • 6604e79 Use BTreeMap instead of a sorted Vec
  • 28e163a fix(complete): Remove {} and replace commas with newlines
  • b5a47c4 chore: Release
  • b154a7a docs: Update changelog
  • Additional commits viewable in compare view

Updates tokio from 1.46.1 to 1.47.1

Release notes

Sourced from tokio's releases.

Tokio v1.47.1

1.47.1 (August 1st, 2025)

Fixed

  • process: fix panic from spurious pidfd wakeup (#7494)
  • sync: fix broken link of Python asyncio.Event in SetOnce docs (#7485)

#7485: tokio-rs/tokio#7485 #7494: tokio-rs/tokio#7494

Tokio v1.47.0

1.47.0 (July 25th, 2025)

This release adds poll_proceed and cooperative to the coop module for cooperative scheduling, adds SetOnce to the sync module which provides similar functionality to [std::sync::OnceLock], and adds a new method sync::Notify::notified_owned() which returns an OwnedNotified without a lifetime parameter.

Added

  • coop: add cooperative and poll_proceed (#7405)
  • sync: add SetOnce (#7418)
  • sync: add sync::Notify::notified_owned() (#7465)

Changed

  • deps: upgrade windows-sys 0.52 → 0.59 (#7117)
  • deps: update to socket2 v0.6 (#7443)
  • sync: improve AtomicWaker::wake performance (#7450)

Documented

  • metrics: fix listed feature requirements for some metrics (#7449)
  • runtime: improve safety comments of Readiness<'_> (#7415)

#7405: tokio-rs/tokio#7405 #7415: tokio-rs/tokio#7415 #7418: tokio-rs/tokio#7418 #7449: tokio-rs/tokio#7449 #7450: tokio-rs/tokio#7450 #7465: tokio-rs/tokio#7465

Commits

Updates serde_json from 1.0.140 to 1.0.142

Release notes

Sourced from serde_json's releases.

v1.0.142

v1.0.141

Commits
  • 1731167 Release 1.0.142
  • e51c814 Touch up PR 1265
  • 84abbdb Merge pull request #1265 from aatifsyed/master
  • 6843c36 Release 1.0.141
  • 6e2c210 Touch up PR 1273
  • 623d9b4 Merge pull request #1273 from conradludgate/optimise-string-escaping
  • de70b7d use unreachable_unchecked for escape table. use a second match to roundtrip E...
  • f2d940d replace start index with bytes slice reference
  • 9206cc0 feat: impl Default for &Value
  • cd55b5a Ignore mismatched_lifetime_syntaxes lint
  • Additional commits viewable in compare view

Updates tokio-util from 0.7.15 to 0.7.16

Commits

Updates hyper-util from 0.1.15 to 0.1.16

Changelog

Sourced from hyper-util's changelog.

0.1.16 (2025-07-22)

  • Add impl Clone for proxy::Tunnel service.
  • Fix proxy::Matcher to detect SOCKS4 schemes.
  • Fix legacy::Client pool idle checker to trigger less aggresively, saving CPU.
Commits
  • 5cefcd8 v0.1.16
  • 0d4ca3f chore(cargo): move tokio/net feature to client (#218)
  • 89b2cff fix(proxy): Fix SOCKS4 proxy protocol parsing and matching (#219)
  • 39fd779 tests(client): fix flaky pool test (#220)
  • 24714a3 fix(client): cap pool idle interval to a minimum (#217)
  • f0dcda3 deps: allow socket2 0.6 (#213)
  • dd63305 refactor(client): simplify pool idle task with async/await (#216)
  • afd758b fix(client): don't spawn pool idle interval if timeout is 0 (#215)
  • 9f7a5e0 feat(client): implement Clone for Tunnel (#212)
  • See full diff in compare view

Updates aya-ebpf from 35332f2 to fff92f8

Commits
  • fff92f8 Merge pull request #1311 from aya-rs/dependabot/cargo/cargo-crates-0a212f8889
  • 5b9d432 github: fix PR triggers
  • 5b8c4ed public-api: fix argument comment
  • c251ec8 build(deps): update public-api requirement in the cargo-crates group
  • 44ec978 aya-log: Implement AsFd for EbpfLogger
  • f635d80 build(deps): bump the cargo-crates group across 1 directory with 2 updates
  • 0b732c3 aya-log: simplify map name matching using direct Option comparison
  • cab559b aya-log: Use None instead of wildcard in Format impls
  • 727dfcd ci: Fix bpf-linker installation (#1295)
  • See full diff in compare view

Updates aya-log-ebpf from 35332f2 to fff92f8

Commits
  • fff92f8 Merge pull request #1311 from aya-rs/dependabot/cargo/cargo-crates-0a212f8889
  • 5b9d432 github: fix PR triggers
  • 5b8c4ed public-api: fix argument comment
  • c251ec8 build(deps): update public-api requirement in the cargo-crates group
  • 44ec978 aya-log: Implement AsFd for EbpfLogger
  • f635d80 build(deps): bump the cargo-crates group across 1 directory with 2 updates
  • 0b732c3 aya-log: simplify map name matching using direct Option comparison
  • cab559b aya-log: Use None instead of wildcard in Format impls
  • 727dfcd ci: Fix bpf-linker installation (#1295)
  • See full diff in compare view

Updates aya-tool from 35332f2 to fff92f8

Commits
  • fff92f8 Merge pull request #1311 from aya-rs/dependabot/cargo/cargo-crates-0a212f8889
  • 5b9d432 github: fix PR triggers
  • 5b8c4ed public-api: fix argument comment
  • c251ec8 build(deps): update public-api requirement in the cargo-crates group
  • 44ec978 aya-log: Implement AsFd for EbpfLogger
  • f635d80 build(deps): bump the cargo-crates group across 1 directory with 2 updates
  • 0b732c3 aya-log: simplify map name matching using direct Option comparison
  • cab559b aya-log: Use None instead of wildcard in Format impls
  • 727dfcd ci: Fix bpf-linker installation (#1295)
  • See full diff 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-updates group in /core with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.41` | `4.5.42` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.46.1` | `1.47.1` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.142` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.15` | `0.7.16` |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.15` | `0.1.16` |
| [aya-ebpf](https://github.com/aya-rs/aya) | ``35332f2`` | ``fff92f8`` |
| [aya-log-ebpf](https://github.com/aya-rs/aya) | ``35332f2`` | ``fff92f8`` |
| [aya-tool](https://github.com/aya-rs/aya) | ``35332f2`` | ``fff92f8`` |


Updates `clap` from 4.5.41 to 4.5.42
- [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.41...clap_complete-v4.5.42)

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

Updates `serde_json` from 1.0.140 to 1.0.142
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.140...v1.0.142)

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

Updates `hyper-util` from 0.1.15 to 0.1.16
- [Release notes](https://github.com/hyperium/hyper-util/releases)
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper-util@v0.1.15...v0.1.16)

Updates `aya-ebpf` from `35332f2` to `fff92f8`
- [Release notes](https://github.com/aya-rs/aya/releases)
- [Commits](aya-rs/aya@35332f2...fff92f8)

Updates `aya-log-ebpf` from `35332f2` to `fff92f8`
- [Release notes](https://github.com/aya-rs/aya/releases)
- [Commits](aya-rs/aya@35332f2...fff92f8)

Updates `aya-tool` from `35332f2` to `fff92f8`
- [Release notes](https://github.com/aya-rs/aya/releases)
- [Commits](aya-rs/aya@35332f2...fff92f8)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: tokio
  dependency-version: 1.47.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: serde_json
  dependency-version: 1.0.142
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: tokio-util
  dependency-version: 0.7.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: hyper-util
  dependency-version: 0.1.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: aya-ebpf
  dependency-version: fff92f8529e05f7e644f1df87fdab4d8e86de18a
  dependency-type: direct:production
  dependency-group: all-updates
- dependency-name: aya-log-ebpf
  dependency-version: fff92f8529e05f7e644f1df87fdab4d8e86de18a
  dependency-type: direct:production
  dependency-group: all-updates
- dependency-name: aya-tool
  dependency-version: fff92f8529e05f7e644f1df87fdab4d8e86de18a
  dependency-type: direct:production
  dependency-group: all-updates
...

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 5, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 5, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 11, 2025
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