- Notifications
You must be signed in to change notification settings - Fork7
Bump the all-updates group across 1 directory with 15 updates#160
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
dependabot wants to merge1 commit intomainChoose a base branch fromdependabot/cargo/core/all-updates-a5409f53c2
base:main
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Bumps the all-updates group with 13 updates in the /core directory:| Package | From | To || --- | --- | --- || [anyhow](https://github.com/dtolnay/anyhow) | `1.0.98` | `1.0.100` || [tokio](https://github.com/tokio-rs/tokio) | `1.47.0` | `1.48.0` || [tonic](https://github.com/hyperium/tonic) | `0.14.0` | `0.14.2` || [tonic-prost](https://github.com/hyperium/tonic) | `0.14.0` | `0.14.2` || [tonic-reflection](https://github.com/hyperium/tonic) | `0.14.0` | `0.14.2` || [tonic-build](https://github.com/hyperium/tonic) | `0.14.0` | `0.14.2` || [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.19` | `0.3.20` || [bytemuck](https://github.com/Lokathor/bytemuck) | `1.23.2` | `1.24.0` || [tonic-prost-build](https://github.com/hyperium/tonic) | `0.14.0` | `0.14.2` || [aya-ebpf](https://github.com/aya-rs/aya) | ``44ec978`` | ``d238b2e`` || [which](https://github.com/harryfei/which-rs) | `7.0.3` | `8.0.0` || [bytes](https://github.com/tokio-rs/bytes) | `1.10.1` | `1.11.0` || [libc](https://github.com/rust-lang/libc) | `0.2.174` | `0.2.177` |Updates `anyhow` from 1.0.98 to 1.0.100- [Release notes](https://github.com/dtolnay/anyhow/releases)- [Commits](dtolnay/anyhow@1.0.98...1.0.100)Updates `tokio` from 1.47.0 to 1.48.0- [Release notes](https://github.com/tokio-rs/tokio/releases)- [Commits](tokio-rs/tokio@tokio-1.47.0...tokio-1.48.0)Updates `tonic` from 0.14.0 to 0.14.2- [Release notes](https://github.com/hyperium/tonic/releases)- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)- [Commits](hyperium/tonic@v0.14.0...v0.14.2)Updates `tonic-prost` from 0.14.0 to 0.14.2- [Release notes](https://github.com/hyperium/tonic/releases)- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)- [Commits](hyperium/tonic@v0.14.0...v0.14.2)Updates `tonic-reflection` from 0.14.0 to 0.14.2- [Release notes](https://github.com/hyperium/tonic/releases)- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)- [Commits](hyperium/tonic@v0.14.0...v0.14.2)Updates `tonic-build` from 0.14.0 to 0.14.2- [Release notes](https://github.com/hyperium/tonic/releases)- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)- [Commits](hyperium/tonic@v0.14.0...v0.14.2)Updates `tracing-subscriber` from 0.3.19 to 0.3.20- [Release notes](https://github.com/tokio-rs/tracing/releases)- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.19...tracing-subscriber-0.3.20)Updates `bytemuck` from 1.23.2 to 1.24.0- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)- [Commits](Lokathor/bytemuck@v1.23.2...v1.24.0)Updates `bytemuck_derive` from 1.10.1 to 1.10.2- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)- [Commits](Lokathor/bytemuck@bytemuck_derive-v1.10.1...bytemuck_derive-v1.10.2)Updates `tonic-prost-build` from 0.14.0 to 0.14.2- [Release notes](https://github.com/hyperium/tonic/releases)- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)- [Commits](hyperium/tonic@v0.14.0...v0.14.2)Updates `aya-ebpf` from `44ec978` to `d238b2e`- [Release notes](https://github.com/aya-rs/aya/releases)- [Commits](aya-rs/aya@44ec978...d238b2e)Updates `aya-log-ebpf` from `44ec978` to `d238b2e`- [Release notes](https://github.com/aya-rs/aya/releases)- [Commits](aya-rs/aya@44ec978...d238b2e)Updates `which` from 7.0.3 to 8.0.0- [Release notes](https://github.com/harryfei/which-rs/releases)- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)- [Commits](harryfei/which-rs@7.0.3...8.0.0)Updates `bytes` from 1.10.1 to 1.11.0- [Release notes](https://github.com/tokio-rs/bytes/releases)- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)- [Commits](tokio-rs/bytes@v1.10.1...v1.11.0)Updates `libc` from 0.2.174 to 0.2.177- [Release notes](https://github.com/rust-lang/libc/releases)- [Changelog](https://github.com/rust-lang/libc/blob/0.2.177/CHANGELOG.md)- [Commits](rust-lang/libc@0.2.174...0.2.177)---updated-dependencies:- dependency-name: anyhow dependency-version: 1.0.100 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates- dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates- dependency-name: tonic dependency-version: 0.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates- dependency-name: tonic-prost dependency-version: 0.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates- dependency-name: tonic-reflection dependency-version: 0.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates- dependency-name: tonic-build dependency-version: 0.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates- dependency-name: tracing-subscriber dependency-version: 0.3.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates- dependency-name: bytemuck dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates- dependency-name: bytemuck_derive dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates- dependency-name: tonic-prost-build dependency-version: 0.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates- dependency-name: aya-ebpf dependency-version: d238b2ea6f1b2c1aa09a9050415b1c96329af0aa dependency-type: direct:production dependency-group: all-updates- dependency-name: aya-log-ebpf dependency-version: d238b2ea6f1b2c1aa09a9050415b1c96329af0aa dependency-type: direct:production dependency-group: all-updates- dependency-name: which dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-updates- dependency-name: bytes dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates- dependency-name: libc dependency-version: 0.2.177 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates...Signed-off-by: dependabot[bot] <support@github.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading.Please reload this page.
Bumps the all-updates group with 13 updates in the /core directory:
1.0.981.0.1001.47.01.48.00.14.00.14.20.14.00.14.20.14.00.14.20.14.00.14.20.3.190.3.201.23.21.24.00.14.00.14.244ec978d238b2e7.0.38.0.01.10.11.11.00.2.1740.2.177Updates
anyhowfrom 1.0.98 to 1.0.100Release notes
Sourced fromanyhow's releases.
Commits
18c2598Release 1.0.100f271988Merge pull request#426 from dtolnay/clippyfmt52f2115Mark macros with clippy::format_argsda5fd9dRaise minimum tested compiler to rust 1.76211e409Opt in to generate-macro-expansion when building on docs.rsb48fc02Enforce trybuild >= 1.0.108d5f59fbUpdate ui test suite to nightly-2025-09-07238415dUpdate ui test suite to nightly-2025-08-243bab070Update actions/checkout@v4 -> v54249254Order cap-lints flag in the same order as thiserror build scriptUpdates
tokiofrom 1.47.0 to 1.48.0Release notes
Sourced fromtokio's releases.
... (truncated)
Commits
556820fchore: prepare Tokio v1.48.0 (#7677)fd1659achore: prepare tokio-macros v2.6.0 (#7676)53e8acaci: update nightly version to 2025-10-12 (#7670)9e5527dprocess: fix error when runtime is shut down on nightly-2025-10-12 (#7672)25a24denet: remove PollEvented noise from Debug formats (#7675)c1fa25ftask: clarify the behavior of severalspawn_localmethods (#7669)e7e02fcfs: useFileOptionsinsidefs::Fileto support uring (#7617)f7a7f62ci: remove cargo-deny Unicode-DFS-2016 license exception config (#7619)d1f1499tokio: use cargo feature for taskdump support instead of cfg (#7655)ad6f618runtime: clarify the behavior ofHandle::block_on(#7665)Updates
tonicfrom 0.14.0 to 0.14.2Release notes
Sourced fromtonic's releases.
Commits
03894a2chore: prepare v0.14.2 release (#2408)d02ee2dSeparate out Tls ConnectInfo trait support into separate tls feature (#2402)52f9de8feat(tonic): ImproveStatusformatting (#2403)efd69a2LucioFrancoe3f018fchore(grpc): Update to socket2 0.6 (#2390)8ce9ae6feat(grpc): server codegen using protobuf rust (#2359)c1b2396chore(build): fix protoc binary name (#2400)407c0d1chore(ci): Update to actions/checkout@v5 (#2398)a84984achore(build): convert from bazel to cmake (#2393)736a815feat(grpc): add aggregate_states in child_manager (#2363)Updates
tonic-prostfrom 0.14.0 to 0.14.2Release notes
Sourced fromtonic-prost's releases.
Commits
03894a2chore: prepare v0.14.2 release (#2408)d02ee2dSeparate out Tls ConnectInfo trait support into separate tls feature (#2402)52f9de8feat(tonic): ImproveStatusformatting (#2403)efd69a2LucioFrancoe3f018fchore(grpc): Update to socket2 0.6 (#2390)8ce9ae6feat(grpc): server codegen using protobuf rust (#2359)c1b2396chore(build): fix protoc binary name (#2400)407c0d1chore(ci): Update to actions/checkout@v5 (#2398)a84984achore(build): convert from bazel to cmake (#2393)736a815feat(grpc): add aggregate_states in child_manager (#2363)Updates
tonic-reflectionfrom 0.14.0 to 0.14.2Release notes
Sourced fromtonic-reflection's releases.
Commits
03894a2chore: prepare v0.14.2 release (#2408)d02ee2dSeparate out Tls ConnectInfo trait support into separate tls feature (#2402)52f9de8feat(tonic): ImproveStatusformatting (#2403)efd69a2LucioFrancoe3f018fchore(grpc): Update to socket2 0.6 (#2390)8ce9ae6feat(grpc): server codegen using protobuf rust (#2359)c1b2396chore(build): fix protoc binary name (#2400)407c0d1chore(ci): Update to actions/checkout@v5 (#2398)a84984achore(build): convert from bazel to cmake (#2393)736a815feat(grpc): add aggregate_states in child_manager (#2363)Updates
tonic-buildfrom 0.14.0 to 0.14.2Release notes
Sourced fromtonic-build's releases.
Commits
03894a2chore: prepare v0.14.2 release (#2408)d02ee2dSeparate out Tls ConnectInfo trait support into separate tls feature (#2402)52f9de8feat(tonic): ImproveStatusformatting (#2403)efd69a2LucioFrancoe3f018fchore(grpc): Update to socket2 0.6 (#2390)8ce9ae6feat(grpc): server codegen using protobuf rust (#2359)c1b2396chore(build): fix protoc binary name (#2400)407c0d1chore(ci): Update to actions/checkout@v5 (#2398)a84984achore(build): convert from bazel to cmake (#2393)736a815feat(grpc): add aggregate_states in child_manager (#2363)Updates
tracing-subscriberfrom 0.3.19 to 0.3.20Release notes
Sourced fromtracing-subscriber's releases.
Commits
4c52ca5fmt: fix ANSI escape sequence injection vulnerability (#3368)f71cebesubscriber: impl Clone for EnvFilter (#3360)3a1f571Fix CI (#3361)e63ef57chore: prepare tracing-attributes 0.1.30 (#3316)6e59a13attributes: fix tracing::instrument regression around shadowing (#3311)e4df761tracing: update core to 0.1.34 and attributes to 0.1.29 (#3305)643f392chore: prepare tracing-attributes 0.1.29 (#3304)d08e7a6chore: prepare tracing-core 0.1.34 (#3302)6e70c57tracing-subscriber: count numbers of enters inTimings(#2944)c01d4fdfix docs and enable CI onmainbranch (#3295)Updates
bytemuckfrom 1.23.2 to 1.24.0Changelog
Sourced frombytemuck's changelog.
Commits
da74816chore: Release bytemuck version 1.24.0a223779changelogf40b0e4update dep version to latest.abbebe5chore: Release bytemuck_derive version 1.10.26bda8efchangelog.d31d92cExtend#[derive(TransparentWrapper)](#147)3e18072chore: Release contiguous_bitset version 0.1.213f5e70Bitset debug (#324)1295a37chore: Release contiguous_bitset version 0.1.1ca7d780tell clippy to calm down.Updates
bytemuck_derivefrom 1.10.1 to 1.10.2Commits
abbebe5chore: Release bytemuck_derive version 1.10.26bda8efchangelog.d31d92cExtend#[derive(TransparentWrapper)](#147)3e18072chore: Release contiguous_bitset version 0.1.213f5e70Bitset debug (#324)1295a37chore: Release contiguous_bitset version 0.1.1ca7d780tell clippy to calm down.63ab737more spellingf0fbcbdimplAnyBitPatternfor arrays ofMaybeUninit\<T: AnyBitPattern>(#317)1591096spelling.Updates
tonic-prost-buildfrom 0.14.0 to 0.14.2Release notes
Sourced fromtonic-prost-build's releases.
Commits
03894a2chore: prepare v0.14.2 release (#2408)d02ee2dSeparate out Tls ConnectInfo trait support into separate tls feature (#2402)52f9de8feat(tonic): ImproveStatusformatting (#2403)efd69a2LucioFrancoe3f018fchore(grpc): Update to socket2 0.6 (#2390)8ce9ae6feat(grpc): server codegen using protobuf rust (#2359)c1b2396chore(build): fix protoc binary name (#2400)407c0d1chore(ci): Update to actions/checkout@v5 (#2398)a84984achore(build): convert from bazel to cmake (#2393)736a815feat(grpc): add aggregate_states in child_manager (#2363)Updates
aya-ebpffrom44ec978tod238b2eCommits
d238b2eRelease cratesacb1ddddocs: Add release documentation75cd7e8build(deps): bump DavidAnson/markdownlint-cli2-action7a8ad14Add macos-latest46221adprobe: use RAII to clean up in the error path72810f0aya: ProbeKind is Entry/Returna4a3c16probe: use exhaustive matches1944c4aperf_event: refactor perf_event_open_trace_pointd4b2ddeperf_event: inlineperf_event_open_bpf7e07f85perf_attach: privatize PerfLinkUpdates
aya-log-ebpffrom44ec978tod238b2eCommits
d238b2eRelease cratesacb1ddddocs: Add release documentation75cd7e8build(deps): bump DavidAnson/markdownlint-cli2-action7a8ad14Add macos-latest46221adprobe: use RAII to clean up in the error path72810f0aya: ProbeKind is Entry/Returna4a3c16probe: use exhaustive matches1944c4aperf_event: refactor perf_event_open_trace_pointd4b2ddeperf_event: inlineperf_event_open_bpf7e07f85perf_attach: privatize PerfLinkUpdates
whichfrom 7.0.3 to 8.0.0Release notes
Sourced fromwhich's releases.
Changelog
Sourced fromwhich's changelog.
Commits
adac2cdbump version, update changelog84e152ereduce sys::Sys requirements, add some tracing for otherwise silent errors (#...a0a6daffeat: add Sys trait for swapping out system (#109)eef1998Add actively maintained badgeUpdates
bytesfrom 1.10.1 to 1.11.0Release notes
Sourced frombytes's releases.
Changelog
Sourced frombytes's changelog.
Commits
a7952fbchore: prepare bytes v1.11.0 (#804)60cbb77fix:BytesMutonly reuse if src has remaining (#803)7ce330fMove drop_fn of from_owner into vtable (#801)4b53a29Tweak BytesMut::remaining_mut (#795)016fdbdReserve capacity in BytesMut::put (#794)ef7f257Specialize BytesMut::put::<Bytes> (#793)8b4f54dIgnore BytesMut::freeze doctest on wasm (#790)16132adFix latest clippy warnings (#787)3e44f88Bump MSRV to 1.57 (#788)f29e939Add some tests for Limit, BytesMut and Reader (#785)Updates
libcfrom 0.2.174 to 0.2.177Release notes
Sourced fromlibc's releases.