-
-
Notifications
You must be signed in to change notification settings - Fork 243
Bump the rust group with 27 updates #633
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
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
d31af4e to
b99d317
Compare
b99d317 to
2b368f5
Compare
2b368f5 to
25985dc
Compare
25985dc to
b298073
Compare
b298073 to
eeafec3
Compare
Bumps the rust group with 27 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.95` | `1.0.98` | | [apple-sdk](https://github.com/indygreg/apple-platform-rs) | `0.5.2` | `0.6.0` | | [bytes](https://github.com/tokio-rs/bytes) | `1.10.0` | `1.10.1` | | [clap](https://github.com/clap-rs/clap) | `4.5.28` | `4.5.38` | | [duct](https://github.com/oconnor663/duct.rs) | `0.13.7` | `1.0.0` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.35` | `1.1.1` | | [goblin](https://github.com/m4b/goblin) | `0.8.2` | `0.10.0` | | [http](https://github.com/hyperium/http) | `1.2.0` | `1.3.1` | | [http-body-util](https://github.com/hyperium/http-body) | `0.1.2` | `0.1.3` | | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.10` | `0.1.12` | | [object](https://github.com/gimli-rs/object) | `0.32.2` | `0.36.7` | | [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.34.3` | `0.44.1` | | [once_cell](https://github.com/matklad/once_cell) | `1.20.2` | `1.21.3` | | [pep440_rs](https://github.com/konstin/pep440-rs) | `0.6.6` | `0.7.3` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.12` | `0.12.15` | | [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) | `0.4.0` | `0.4.2` | | [scroll](https://github.com/m4b/scroll) | `0.12.0` | `0.13.0` | | [semver](https://github.com/dtolnay/semver) | `1.0.25` | `1.0.26` | | [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.219` | | [serde_json](https://github.com/serde-rs/json) | `1.0.138` | `1.0.140` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.8` | `0.10.9` | | [tar](https://github.com/alexcrichton/tar-rs) | `0.4.43` | `0.4.44` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.16.0` | `3.20.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.43.1` | `1.45.1` | | [version-compare](https://gitlab.com/timvisee/version-compare) | `0.1.1` | `0.2.0` | | [zip](https://github.com/zip-rs/zip2) | `0.6.6` | `4.0.0` | | [zstd](https://github.com/gyscos/zstd-rs) | `0.13.2` | `0.13.3` | Updates `anyhow` from 1.0.95 to 1.0.98 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.95...1.0.98) Updates `apple-sdk` from 0.5.2 to 0.6.0 - [Release notes](https://github.com/indygreg/apple-platform-rs/releases) - [Changelog](https://github.com/indygreg/apple-platform-rs/blob/main/release.toml) - [Commits](indygreg/apple-platform-rs@apple-sdk/0.5.2...apple-sdk/0.6.0) Updates `bytes` from 1.10.0 to 1.10.1 - [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.0...v1.10.1) Updates `clap` from 4.5.28 to 4.5.38 - [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.28...clap_complete-v4.5.38) Updates `duct` from 0.13.7 to 1.0.0 - [Commits](oconnor663/duct.rs@0.13.7...1.0.0) Updates `flate2` from 1.0.35 to 1.1.1 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.0.35...1.1.1) Updates `goblin` from 0.8.2 to 0.10.0 - [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md) - [Commits](m4b/goblin@0.8.2...0.10.0) Updates `http` from 1.2.0 to 1.3.1 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v1.2.0...v1.3.1) Updates `http-body-util` from 0.1.2 to 0.1.3 - [Release notes](https://github.com/hyperium/http-body/releases) - [Commits](hyperium/http-body@http-body-util-v0.1.2...http-body-util-v0.1.3) Updates `hyper-util` from 0.1.10 to 0.1.12 - [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.10...v0.1.12) Updates `object` from 0.32.2 to 0.36.7 - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](gimli-rs/object@0.32.2...0.36.7) Updates `octocrab` from 0.34.3 to 0.44.1 - [Release notes](https://github.com/XAMPPRocky/octocrab/releases) - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md) - [Commits](XAMPPRocky/octocrab@v0.34.3...v0.44.1) Updates `once_cell` from 1.20.2 to 1.21.3 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.20.2...v1.21.3) Updates `pep440_rs` from 0.6.6 to 0.7.3 - [Changelog](https://github.com/konstin/pep440-rs/blob/main/Changelog.md) - [Commits](konstin/pep440-rs@v0.6.6...v0.7.3) Updates `reqwest` from 0.12.12 to 0.12.15 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.12...v0.12.15) Updates `reqwest-middleware` from 0.4.0 to 0.4.2 - [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases) - [Commits](TrueLayer/reqwest-middleware@reqwest-middleware-v0.4.0...reqwest-middleware-v0.4.2) Updates `scroll` from 0.12.0 to 0.13.0 - [Changelog](https://github.com/m4b/scroll/blob/master/CHANGELOG.md) - [Commits](https://github.com/m4b/scroll/commits) Updates `semver` from 1.0.25 to 1.0.26 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.25...1.0.26) Updates `serde` from 1.0.217 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.217...v1.0.219) Updates `serde_json` from 1.0.138 to 1.0.140 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.138...v1.0.140) Updates `sha2` from 0.10.8 to 0.10.9 - [Commits](RustCrypto/hashes@sha2-v0.10.8...sha2-v0.10.9) Updates `tar` from 0.4.43 to 0.4.44 - [Commits](alexcrichton/tar-rs@0.4.43...0.4.44) Updates `tempfile` from 3.16.0 to 3.20.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.16.0...v3.20.0) Updates `tokio` from 1.43.1 to 1.45.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.1...tokio-1.45.1) Updates `version-compare` from 0.1.1 to 0.2.0 - [Changelog](https://gitlab.com/timvisee/version-compare/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/timvisee/version-compare/compare/v0.1.1...v0.2.0) Updates `zip` from 0.6.6 to 4.0.0 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/commits/v4.0.0) Updates `zstd` from 0.13.2 to 0.13.3 - [Release notes](https://github.com/gyscos/zstd-rs/releases) - [Commits](gyscos/zstd-rs@v0.13.2...v0.13.3) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.98 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: apple-sdk dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: bytes dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: clap dependency-version: 4.5.38 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: duct dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust - dependency-name: flate2 dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: goblin dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: http dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: http-body-util dependency-version: 0.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: hyper-util dependency-version: 0.1.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: object dependency-version: 0.36.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: octocrab dependency-version: 0.44.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: once_cell dependency-version: 1.21.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: pep440_rs dependency-version: 0.7.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: reqwest dependency-version: 0.12.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: reqwest-middleware dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: scroll dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: semver dependency-version: 1.0.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: serde dependency-version: 1.0.219 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: serde_json dependency-version: 1.0.140 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: sha2 dependency-version: 0.10.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: tar dependency-version: 0.4.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: tempfile dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: tokio dependency-version: 1.45.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: version-compare dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: zip dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust - dependency-name: zstd dependency-version: 0.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust ... Signed-off-by: dependabot[bot] <[email protected]>
eeafec3 to
1c7bf17
Compare
Contributor
Author
|
Dependabot encountered an unknown error. Because of this, Dependabot cannot update this pull request. |
zanieb
pushed a commit
that referenced
this pull request
Jul 22, 2025
There are some dependencies with breaking or deprecated changes. These have been upgraded in this PR applying the breaking changes. It should unlock #633
Member
|
@dependabot rebase |
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 rust group with 27 updates:
1.0.951.0.980.5.20.6.01.10.01.10.14.5.284.5.380.13.71.0.01.0.351.1.10.8.20.10.01.2.01.3.10.1.20.1.30.1.100.1.120.32.20.36.70.34.30.44.11.20.21.21.30.6.60.7.30.12.120.12.150.4.00.4.20.12.00.13.01.0.251.0.261.0.2171.0.2191.0.1381.0.1400.10.80.10.90.4.430.4.443.16.03.20.01.43.11.45.10.1.10.2.00.6.64.0.00.13.20.13.3Updates
anyhowfrom 1.0.95 to 1.0.98Release notes
Sourced from anyhow's releases.
Commits
709fe86Release 1.0.98cbc1ad2Merge pull request #415 from dtolnay/intodyne1a2017Add 2 different conversions to Box<dyn Error + Send + Sync + 'static>29f2eddMerge pull request #416 from dtolnay/oldnostd2244db8Omit unused object_boxed from vtable in old no-std rustc213a9c2Merge pull request #414 from dtolnay/nightly02aa6b6Make all nightly go through the module that was probedbfb89efRelease 1.0.97c7fca9bIgnore elidable_lifetime_names pedantic clippy lint427c0bbPoint standard library links to stableUpdates
apple-sdkfrom 0.5.2 to 0.6.0Commits
1168eb2workspace: perform releases1cbcefcworkspace: enable http2 reqwest featured5d09f0apple-codesign: add release notes for Info.plist fix0e88cafapple-codesign: print S3 error contextb7fab9bapple-codesign: honor verbose level to set logging levelcfb7529apple-platform-rs: fix non-macOSInfo.plistdetection100545dapple-xar: add id attribute for extended attribute struct5fb3af6apple-sdk: support reading path set byxcode-select --switch9ba97e6app-store-connect: add api to enable capability for a bundle IDe09f979app-store-connect: add IosDistribution certificate typeUpdates
bytesfrom 1.10.0 to 1.10.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
19d1427chore: prepare bytes v1.10.1 (#774)3667543Fix memory leak inowned_to_vec(#773)Updates
clapfrom 4.5.28 to 4.5.38Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
2920fb0chore: Release8902627docs: Update changelog79d696fMerge pull request #5813 from epage/ignore479df35fix(parser): Fill in defaults on ignored errora1d69carefactor(parser): Split up parsing from post-processing6827841test(parser): Show bad ignore_errors defaulting case76d0049test(parser): Verify defaulting on errors3f5c05ctest(parser): Ensure we are actually testing ignore_errorsba4745dchore(ci): Fix use of permissions22944b4chore(ci): Use matrix for tracking the runnerUpdates
ductfrom 0.13.7 to 1.0.0Commits
08e7edeversion 1.0.081b247fcomment tweaks8d9b60cupdate duct_sh to edition 20211b6084eswitch from thread spawning to the CPython strategy for leaked childrenebb5158stop waiting in kill771f5f5add an assert to test_zombies_reapede0d7caaclean up importsa65eb18factor out the shared_thread module into its own cratee3294c4fix broken test with impl Drop for ChildHandle spawning a reaper thread on Unixf295110BROKEN TEST: assert that dropped Handles eventually reap the zombie childUpdates
flate2from 1.0.35 to 1.1.1Release notes
Sourced from flate2's releases.
Commits
98c98c8Merge pull request #482 from folkertdev/update-zlib-rs-0.5.094b36b0upgrade zlib-rs to version0.5.0a79bfe4Merge pull request #481 from Shnatsel/backend-docs694e822less editorializing6debe95Merge pull request #480 from Shnatsel/zlib-rs-readmea24e276Rewrite outdated backend notes in lib.rs78ca174More informative README on backendsc9a3efaMerge pull request #476 from jayvdb/rm-changelog0b2137dRemove stale CHANGELOG.md0abbd1cMerge pull request #475 from oyvindln/patch-1Updates
goblinfrom 0.8.2 to 0.10.0Changelog
Sourced from goblin's changelog.
Commits
c077bc6build: cargo fmt for 2024 editiond04e589build: bump version to 0.10.0; update changelog; update CI to use MSRV8764abepe.section_table: add explicit elided lifetime as 'a for Cowaccd94cbuild: update unsafe blocks to new 2024 requirements2941655pe.tests: add missing test annotation on test which 2024 edition caughtb83da6fbuild: bump version to 0.10.0; update to rust 2024 edition; set MSRV=1.85097a174docs: update CHANGELOG in prep for 0.10; update readme to add 3 new contribut...bc33409PE: Add base relocation parser (#444)f06b768COFF: fix subtract with overflow in COFF header parser (#453)9c9ded7archive: fix size overflow in name index parser (#455)Updates
httpfrom 1.2.0 to 1.3.1Release notes
Sourced from http's releases.
Changelog
Sourced from http's changelog.
Commits
8c1fb20v1.3.16637a72fix: validate path bytes are at least utf8 (#756)d0dd91ev1.3.064bd92bdocs: Fixed encryption/compression typo for 'accept-encoding: identity'. (#695)b03ed6achore: use range.contains in StatusCode methods (#748)a463fb5chore(ci): use yq to get rust-version in manifest (#746)68845bdfix: HeaderMap::reserve allocates insufficient capacity (#741)4e02046refactor(header): remove BytesMut inline optimization when creating (#738)091ee9afeat(uri): allow utf8 char, not rfc 3986 compliant, in path and query (#715)Updates
http-body-utilfrom 0.1.2 to 0.1.3Release notes
Sourced from http-body-util's releases.
Commits
ad4a9c9http-body-util: v0.1.3c86632efeat(util): introduceSender::{capacity, max_capacity}(#147)f904761update copyright year (#148)5d21ad1feat(util): introducechannel::Sender::try_send()(#146)1090bffdocs: notes on poll_frame return values (#144)261b2dfdocs: is_end_stream is a hint (#143)86fdf00util: add a channel body (#140)7339aecchore(http-body): update msrv to 1.61 (#141)98d0886feat(util): allow Empty constructor in const context (#129)fed1452chore(util): update msrv to 1.61Updates
hyper-utilfrom 0.1.10 to 0.1.12Release notes
Sourced from hyper-util's releases.
... (truncated)
Changelog
Sourced from hyper-util's changelog.
Commits
8805922v0.1.127e34375feat(client): add proxy::SocksV4 and proxy::SocksV5 connectors (#187)7e74248feat(client): add windows system proxies for Matcher (#190)acdda1afeat(client): add macOS system proxy support for Matcher (#189)6c29abbfeat(client): add proxy::matcher utilities (#171)e74ab78feat(server): add method to get number of watching connection (#185)9ac0dfedocs(client): Include .pool_timer() in the Client builder example (#186)a891979feat(client): addproxy::Tunnellegacy util (#140)c39da45feat(server): implementDefaultfor server auto connectionBuilder(#183)8610b18feat(server): add graceful::Watcher type (#182)Updates
objectfrom 0.32.2 to 0.36.7Changelog
Sourced from object's changelog.
... (truncated)
Commits
5b66b69Release 0.36.7 (#751)fa4499bRelease 0.36.6b3ceacaUpdate Cargo.locke2593d7Update wasmparser3230caeFix clippy warnings59bd06bFix M68k support (#749)9276955write: Skip . and $ in section name for subsections when an empty name is giv...2b9db57Implementcore::error::Erroron Rust 1.81+ (#747)01c8b19cargo fmt36eda2bwrite/elf: add SHT_RELR section header supportUpdates
octocrabfrom 0.34.3 to 0.44.1Release notes
Sourced from octocrab's releases.
... (truncated)
Changelog
Sourced from octocrab's changelog.