-
Notifications
You must be signed in to change notification settings - Fork 7
Bump the all-updates group across 1 directory with 18 updates #137
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
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 16 updates in the /core directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.41` | `4.5.46` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.22` | `0.12.23` | | [tokio](https://github.com/tokio-rs/tokio) | `1.46.1` | `1.47.1` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.98` | `1.0.99` | | [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.143` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.15` | `0.7.16` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.19` | `0.3.20` | | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.15` | `0.1.16` | | [iptables](https://github.com/yaa110/rust-iptables) | `0.5.3` | `0.6.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.174` | `0.2.175` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.23.1` | `1.23.2` | | [warp](https://github.com/seanmonstar/warp) | `0.3.7` | `0.4.2` | | [hyper](https://github.com/hyperium/hyper) | `1.6.0` | `1.7.0` | | [time](https://github.com/time-rs/time) | `0.3.41` | `0.3.42` | | [aya-ebpf](https://github.com/aya-rs/aya) | ``35332f2`` | ``23cbab5`` | | [network-types](https://github.com/vadorovsky/network-types) | `0.0.8` | `0.1.0` | Updates `clap` from 4.5.41 to 4.5.46 - [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.46) Updates `reqwest` from 0.12.22 to 0.12.23 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.22...v0.12.23) 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 `anyhow` from 1.0.98 to 1.0.99 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.98...1.0.99) Updates `serde_json` from 1.0.140 to 1.0.143 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.143) 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 `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 `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 `iptables` from 0.5.3 to 0.6.0 - [Release notes](https://github.com/yaa110/rust-iptables/releases) - [Commits](yaa110/rust-iptables@0.5.3...v0.6.0) Updates `libc` from 0.2.174 to 0.2.175 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.175/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.174...0.2.175) Updates `bytemuck` from 1.23.1 to 1.23.2 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.23.1...v1.23.2) Updates `warp` from 0.3.7 to 0.4.2 - [Release notes](https://github.com/seanmonstar/warp/releases) - [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md) - [Commits](seanmonstar/warp@v0.3.7...v0.4.2) Updates `hyper` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v1.6.0...v1.7.0) Updates `time` from 0.3.41 to 0.3.42 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.41...v0.3.42) Updates `aya-ebpf` from `35332f2` to `23cbab5` - [Release notes](https://github.com/aya-rs/aya/releases) - [Commits](aya-rs/aya@35332f2...23cbab5) Updates `aya-log-ebpf` from `35332f2` to `23cbab5` - [Release notes](https://github.com/aya-rs/aya/releases) - [Commits](aya-rs/aya@35332f2...23cbab5) Updates `network-types` from 0.0.8 to 0.1.0 - [Release notes](https://github.com/vadorovsky/network-types/releases) - [Changelog](https://github.com/vadorovsky/network-types/blob/main/CHANGELOG.md) - [Commits](vadorovsky/network-types@v0.0.8...v0.1.0) Updates `aya-tool` from `35332f2` to `23cbab5` - [Release notes](https://github.com/aya-rs/aya/releases) - [Commits](aya-rs/aya@35332f2...23cbab5) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: reqwest dependency-version: 0.12.23 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: anyhow dependency-version: 1.0.99 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: serde_json dependency-version: 1.0.143 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: tracing-subscriber dependency-version: 0.3.20 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: iptables dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: libc dependency-version: 0.2.175 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: bytemuck dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: warp dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: hyper dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: time dependency-version: 0.3.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: aya-ebpf dependency-version: 23cbab571ce49073cd128f2ad79e4dadac536cb3 dependency-type: direct:production dependency-group: all-updates - dependency-name: aya-log-ebpf dependency-version: 23cbab571ce49073cd128f2ad79e4dadac536cb3 dependency-type: direct:production dependency-group: all-updates - dependency-name: network-types dependency-version: 0.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: aya-tool dependency-version: 23cbab571ce49073cd128f2ad79e4dadac536cb3 dependency-type: direct:production dependency-group: all-updates ... Signed-off-by: dependabot[bot] <[email protected]>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to 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.
Bumps the all-updates group with 16 updates in the /core directory:
4.5.414.5.460.12.220.12.231.46.11.47.11.0.981.0.991.0.1401.0.1430.7.150.7.160.3.190.3.200.1.150.1.160.5.30.6.00.2.1740.2.1751.23.11.23.20.3.70.4.21.6.01.7.00.3.410.3.4235332f223cbab50.0.80.1.0Updates
clapfrom 4.5.41 to 4.5.46Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
acf9abbchore: Release9186a18docs: Update changelog233c316Merge pull request #5926 from sorairolake/feature/value-parser-factory-for-sa...13931a2Merge pull request #5923 from Reverier-Xu/master536e29ffeat(builder): AddValueParserFactoryforSaturating\<T>45ed71cchore: Avoid using gen for rust 2024 preserved keyword5029bb3chore: Avoid usinggenfor rust 2024 preserved keyword8a1d59bchore(deps): Update Rust Stable to v1.85 (#5921)9caee53docs(changelog): Clarify 5.0.0cb2352fMerge pull request #5918 from epage/testUpdates
reqwestfrom 0.12.22 to 0.12.23Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
ae7375bv0.12.239aacdc1feat: add dns_resolver2 that is more ergonomic and flexible (#2793)221be11refactor: loosen retryfor_hostparameter bounds (#2792)acd1b05feat: add reqwest::retry policies (#2763)54b6022feat: addClientBuilder::unix_socket()option (#2624)6358ceffix: add default tcp keepalive and user_timeout values (#2780)21226a5style(client): usestd::task::ready!macro to simplify Poll branch matching...82086e7feat: add request cache options for wasm (#2775)2a0f7a3ci: use msrv-aware cargo in msrv job (#2779)f186803fix(proxy): restore default port 1080 for SOCKS proxies without explicit port...Updates
tokiofrom 1.46.1 to 1.47.1Release notes
Sourced from tokio's releases.
Commits
be8ee45chore: prepare Tokio v1.47.1 (#7504)d9b1916Merge 'tokio-1.43.2' into 'tokio-1.47.x' (#7503)db8edc6chore: prepare Tokio v1.43.2 (#7502)4730984readme: add 1.47 as LTS release (#7497)1979615process: fix panic from spurious pidfd wakeup (#7494)f669a60ci: add lockfile for LTS branchce41896sync: fix broken link of Pythonasyncio.EventinSetOncedocs (#7485)c8ab78achangelog: fix incorrect PR number for 1.47.0 (#7484)3911cb8chore: prepare Tokio v1.47.0 (#7482)d545aa2sync: addsync::Notify::notified_owned()(#7465)Updates
anyhowfrom 1.0.98 to 1.0.99Release notes
Sourced from anyhow's releases.
Commits
f2b963aRelease 1.0.992c64c15Merge pull request #420 from dtolnay/enotempty8cf66f7Allow build-script cleanup failure with NFSv3 output directory to be non-fatalf5e145cRevert "Pin nightly toolchain used for miri job"1d7ef1dUpdate ui test suite to nightly-2025-06-306929572Update ui test suite to nightly-2025-06-1837224e3Ignore mismatched_lifetime_syntaxes lint11f0e81Pin nightly toolchain used for miri jobd04c999Raise required compiler for backtrace feature to rust 1.82219d163Update test suite to nightly-2025-05-01Updates
serde_jsonfrom 1.0.140 to 1.0.143Release notes
Sourced from serde_json's releases.
Commits
10102c4Release 1.0.1432a5b853Replace super::super with absolute path within crate447170bMerge pull request 1271 from mickvangelderen/mick/impl-from-str-for-mapec190d6Merge pull request #1264 from xlambein/master8be6647Merge pull request #1268 from SOF3/compact-defaultba5b3ccRevert "Pin nightly toolchain used for miri job"1731167Release 1.0.142e51c814Touch up PR 126584abbdbMerge pull request #1265 from aatifsyed/master6843c36Release 1.0.141Updates
tokio-utilfrom 0.7.15 to 0.7.16Commits
cf6b50achore: prepare tokio-util v0.7.16 (#7507)416e36btask: stabiliseJoinMap(#7075)9741c90sync: document cancel safety onSetOnce::wait(#7506)4e3f17bcodec: also apply capacity to read buffer inFramed::with_capacity(#7500)86cbf81Merge 'tokio-1.47.1' into 'master'be8ee45chore: prepare Tokio v1.47.1 (#7504)d9b1916Merge 'tokio-1.43.2' into 'tokio-1.47.x' (#7503)db8edc6chore: prepare Tokio v1.43.2 (#7502)e47565bblocking: clarify that spawn_blocking is aborted if not yet started (#7501)4730984readme: add 1.47 as LTS release (#7497)Updates
tracing-subscriberfrom 0.3.19 to 0.3.20Release notes
Sourced from tracing-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
hyper-utilfrom 0.1.15 to 0.1.16Changelog
Sourced from hyper-util's changelog.
Commits
5cefcd8v0.1.160d4ca3fchore(cargo): move tokio/net feature to client (#218)89b2cfffix(proxy): Fix SOCKS4 proxy protocol parsing and matching (#219)39fd779tests(client): fix flaky pool test (#220)24714a3fix(client): cap pool idle interval to a minimum (#217)f0dcda3deps: allow socket2 0.6 (#213)dd63305refactor(client): simplify pool idle task with async/await (#216)afd758bfix(client): don't spawn pool idle interval if timeout is 0 (#215)9f7a5e0feat(client): implement Clone for Tunnel (#212)Updates
iptablesfrom 0.5.3 to 0.6.0Release notes
Sourced from iptables's releases.
Commits
e0e1f5dupdate dependenciesUpdates
libcfrom 0.2.174 to 0.2.175Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
84e26e6Update the lockfile4d04aeechore: release libc 0.2.17594a7f32cleanup: Format a file that was missed1725273Rename the ctest file frommaintocteste9b021bfreebsd adding further TCP stack related constants.9606a29freebsd15: Add ki_uerrmsg to struct kinfo_proc2816bc2libc-test: include sys/ktls.h on freebsdadfe283libc-test: Account for xktls_session_onedir::gen (freebsd)4cc1bf4freebsd: Document avoidance of reserved namegen7cdcaa6freebsd: Fix type of struct xktls_session_onedir, field ifnetUpdates
bytemuckfrom 1.23.1 to 1.23.2Changelog
Sourced from bytemuck's changelog.
Commits
c069a2fchore: Release bytemuck version 1.23.28b48ef3.7fef8d9bump derive minimum version. should be a semver patch effect.2524f62chore: Release bytemuck_derive version 1.10.1c4873c9.374df78Make thePod/NoUninitderive macros useassert!to check size equality,...6633a51Fix a typo (#319)1c9e7bachore: Release bytemuck_derive version 1.10.05e58cf7changelog0e11472add support for deriving NoUninit on enums with fields (#292)Updates
warpfrom 0.3.7 to 0.4.2Release notes
Sourced from warp's releases.
Changelog
Sourced from warp's changelog.
Commits
c29f293v0.4.23867d41feat: implement Accept for tokio::net::UnixListener (#1135)d120a0edeps: make futures-channel optional dependency (#1134)3641ea7deps: make hyper optional dependency (#1133)f4d8e08ci: update to actions/checkout v4 (#1131)4f3f653Bumphttp-body-utilmin version to 0.1.2 (#1129)e5001e2Move to minimum working hyper util (#1128)eea3a28v0.4.153bc811docs: ensure Server methods have docs (#1125)8673081fix: server.graceful() had wrong trait boundsUpdates
hyperfrom 1.6.0 to 1.7.0Release notes
Sourced from hyper's releases.