Bump the rust group across 1 directory with 21 updates#1139
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the rust group across 1 directory with 21 updates#1139dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the rust group with 21 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.102` | | [bytes](https://github.com/tokio-rs/bytes) | `1.11.0` | `1.11.1` | | [clap](https://github.com/clap-rs/clap) | `4.5.52` | `4.6.1` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.5` | `1.1.9` | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` | | [goblin](https://github.com/m4b/goblin) | `0.10.3` | `0.10.7` | | [object](https://github.com/gimli-rs/object) | `0.38.1` | `0.39.1` | | [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.49.6` | `0.53.1` | | [once_cell](https://github.com/matklad/once_cell) | `1.21.3` | `1.21.4` | | [rayon](https://github.com/rayon-rs/rayon) | `1.11.0` | `1.12.0` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.13.2` | `0.13.4` | | [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) | `0.5.1` | `0.5.2` | | [semver](https://github.com/dtolnay/semver) | `1.0.27` | `1.0.28` | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.150` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` | | [tar](https://github.com/composefs/tar-rs) | `0.4.45` | `0.4.46` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.23.0` | `3.27.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.48.0` | `1.50.0` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.17` | `0.7.18` | | [url](https://github.com/servo/rust-url) | `2.5.7` | `2.5.8` | | [zip](https://github.com/zip-rs/zip2) | `8.4.0` | `8.6.0` | Updates `anyhow` from 1.0.100 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.102) Updates `bytes` from 1.11.0 to 1.11.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.11.0...v1.11.1) Updates `clap` from 4.5.52 to 4.6.1 - [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.52...clap_complete-v4.6.1) Updates `flate2` from 1.1.5 to 1.1.9 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.5...1.1.9) Updates `futures` from 0.3.31 to 0.3.32 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) Updates `goblin` from 0.10.3 to 0.10.7 - [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md) - [Commits](https://github.com/m4b/goblin/commits) Updates `object` from 0.38.1 to 0.39.1 - [Changelog](https://github.com/gimli-rs/object/blob/main/CHANGELOG.md) - [Commits](gimli-rs/object@0.38.1...v0.39.1) Updates `octocrab` from 0.49.6 to 0.53.1 - [Release notes](https://github.com/XAMPPRocky/octocrab/releases) - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md) - [Commits](XAMPPRocky/octocrab@v0.49.6...v0.53.1) Updates `once_cell` from 1.21.3 to 1.21.4 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.21.3...v1.21.4) Updates `rayon` from 1.11.0 to 1.12.0 - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](rayon-rs/rayon@rayon-core-v1.11.0...rayon-core-v1.12.0) Updates `reqwest` from 0.13.2 to 0.13.4 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.13.2...v0.13.4) Updates `reqwest-middleware` from 0.5.1 to 0.5.2 - [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases) - [Commits](TrueLayer/reqwest-middleware@reqwest-middleware-v0.5.1...reqwest-middleware-v0.5.2) Updates `semver` from 1.0.27 to 1.0.28 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.27...1.0.28) Updates `serde_json` from 1.0.145 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.150) Updates `sha2` from 0.10.9 to 0.11.0 - [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0) Updates `tar` from 0.4.45 to 0.4.46 - [Release notes](https://github.com/composefs/tar-rs/releases) - [Commits](composefs/tar-rs@0.4.45...0.4.46) Updates `tempfile` from 3.23.0 to 3.27.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.23.0...v3.27.0) Updates `tokio` from 1.48.0 to 1.50.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.50.0) Updates `tokio-util` from 0.7.17 to 0.7.18 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.17...tokio-util-0.7.18) Updates `url` from 2.5.7 to 2.5.8 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.7...v2.5.8) Updates `zip` from 8.4.0 to 8.6.0 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v8.4.0...v8.6.0) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: clap dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: flate2 dependency-version: 1.1.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: futures dependency-version: 0.3.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: goblin dependency-version: 0.10.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: object dependency-version: 0.39.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: octocrab dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: once_cell dependency-version: 1.21.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: rayon dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: reqwest dependency-version: 0.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: reqwest-middleware dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: semver dependency-version: 1.0.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: tar dependency-version: 0.4.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: tempfile dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: tokio dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: tokio-util dependency-version: 0.7.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: url dependency-version: 2.5.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: zip dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust ... Signed-off-by: dependabot[bot] <support@github.com>
bb43b13 to
2d7cfde
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 21 updates in the / directory:
1.0.1001.0.1021.11.01.11.14.5.524.6.11.1.51.1.90.3.310.3.320.10.30.10.70.38.10.39.10.49.60.53.11.21.31.21.41.11.01.12.00.13.20.13.40.5.10.5.21.0.271.0.281.0.1451.0.1500.10.90.11.00.4.450.4.463.23.03.27.01.48.01.50.00.7.170.7.182.5.72.5.88.4.08.6.0Updates
anyhowfrom 1.0.100 to 1.0.102Release notes
Sourced from anyhow's releases.
Commits
5c657b3Release 1.0.102e737fb6Merge pull request #442 from dtolnay/backtrace7fe62b5Further simply backtrace conditional compilationc8cb5caMerge pull request #441 from dtolnay/backtracede27df7Delete CI use of --features=backtrace9b67e5dMerge pull request #440 from dtolnay/backtraceefdb11aSimplifystd_backtraceconditional codeb8a9a70Merge pull request #439 from dtolnay/backtracea42fc2cRemovefeature = "backtrace"conditional code2a2a3ceRe-word backtrace feature commentUpdates
bytesfrom 1.11.0 to 1.11.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
417dccdRelease bytes v1.11.1 (#820)d0293b0Merge commit from forkUpdates
clapfrom 4.5.52 to 4.6.1Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
1420275chore: Released2c817ddocs: Update changelogf88c94eMerge pull request #6341 from epage/sepacbb822fix(complete): Reduce risk of conflict with actual subcommandsa49fadbrefactor(complete): Pull out subcommand separatorddc008bMerge pull request #6332 from epage/update497dc50chore: Update compatible dependenciesdca2326Merge pull request #6331 from clap-rs/renovate/j178-prek-action-2.x54bdaa3chore(deps): Update j178/prek-action action to v2f0d30d9chore: ReleaseUpdates
flate2from 1.1.5 to 1.1.9Release notes
Sourced from flate2's releases.
Commits
19ddb18Merge pull request #529 from folkertdev/update-zlib-rs-0.6.0c956e12upgrade zlib-rs to version0.6.021d5eebMerge pull request #528 from wgyt/wgyt/patch54f8484update LICENSE-MITf4924feMerge pull request #527 from jongiddy/crc-tests8b9b7a6Add tests to check data CRCfd17c74Merge pull request #526 from folkertdev/zlib-rs-crc32aef26accheck that zlib-rs no longer compiles crc32fast5ec7647makecrc32fastan optional dependencyc584e97usezlib-rsfor crc32 (when available)Updates
futuresfrom 0.3.31 to 0.3.32Release notes
Sourced from futures's releases.
Changelog
Sourced from futures's changelog.
Commits
d9bba94Release 0.3.32151e0b9Add comments on rust-version field in Cargo.toml4aaf00cBump MSRV of utility crates to 1.71a4cce12perf: improve AtomicWaker::wake performance (#2983)ba9d102Add#[clippy::has_significant_drop]to guards (#2967)20396a8Fix rustdoc::broken_intra_doc_links warning815f6ebFix documentation ofBiLock::lock(#2971)0f0db04futures-util: makeMutex::new()const (#2956)5d6fc5eci: Test big-endian target (s390x Linux)9f739feIgnore dead_code lint on Fn1 traitUpdates
goblinfrom 0.10.3 to 0.10.7Changelog
Sourced from goblin's changelog.
Commits
Updates
objectfrom 0.38.1 to 0.39.1Changelog
Sourced from object's changelog.
... (truncated)
Commits
e5ffee9Release 0.39.1 (#888)079644eread/macho: add LoadCommandData::dylib_use_flags (#887)172eeaeAllow clippy::collapsible_match in examples (#884)097da6aUpdate Mach-O definitions (#883)07011baread/pe: handle import names in a different section (#881)699fbe6Upgrade to hashbrown v0.17 (#879)0a7079ewrite/elf: set flags for StandardSection::EhFrame (#877)fbdc200elf: Add Android-specific REL,RELA and RELR constants (#875)fe854f0Add security info (#872)6886fb3read/pe: check for empty import names (#873)Updates
octocrabfrom 0.49.6 to 0.53.1Release notes
Sourced from octocrab's releases.
... (truncated)
Changelog
Sourced from octocrab's changelog.
... (truncated)
Commits
abcff53chore: release v0.53.1 (#917)765d3b9fix: Omit input object if null. Github expects object or nothing. (#918)1b8ba82cargo clippy --tests --examples --fix (#920)d406468Use std::sync::LazyLock over once_cell::sync::Lazy (#919)3de0709feat: support sub-issues (#898)e58d2c2chore: release v0.53.0 (#913)07aded7fix!: correct nullable properties on AutoMerge (#911)c086450chore: release v0.52.0 (#895)d2225d7test: add tests for InMemoryCache [cache-redb 2/3] (#904)015b918refactor: serde support for Cache structs [cache-redb 1/3] (#905)Updates
once_cellfrom 1.21.3 to 1.21.4Changelog
Sourced from once_cell's changelog.
Commits
80fe900Merge pull request #296 from matklad/matklad/plfixa5e09c9release 1.21.42426d45Merge pull request #295 from matklad/matklad/plfixa144121Merge pull request #290 from alexanderkjall/run-tests-with-no-default-features232a1a4Merge pull request #292 from phil-opp/doc-fixd31767bfix OnceCell::wait with features=parking_lot28d29aeFix:sync::OnceCell::try_insertdocs should importsyncvariant0f78fb0make the command 'cargo test --no-default-features' workfda60a6Merge pull request #287 from AbeZbm/add-testsb5b98c0Add tests for OnceRefUpdates
rayonfrom 1.11.0 to 1.12.0Changelog
Sourced from rayon's changelog.
Commits
7449d7dMerge #1093b3d9e3fRelease rayon 1.8.0 and rayon-core 1.12.03fe51e5Fix clippy::let_and_return082f215Merge #1087ea0c06dcore: registry: Factor out "wait till out of work" part of the main loop.75524e2Merge #106301d2800Ignore the multi-threaded test on emscripten/wasm40b59c0core: Make use_current_thread error rather than panic when already in the pool.f4db4d7core: tests: Add some basic tests for ThreadPoolBuilder::use_current_thread.87274adcore: registry: Add some more documentation for ThreadPoolBuilder::use_curren...Updates
reqwestfrom 0.13.2 to 0.13.4Release notes
Sourced from reqwest's releases.
... (truncated)
Changelog
Sourced from reqwest's changelog.
Commits
11489b3v0.13.4d31ffbbfeat: Expose HTTP2 keep alive configurations in blocking client (#3043)79ed0d7feat: support TLS 1.3 as min version under native-tls 🎉 (#2975)fb7bf6afix: remove unwrap in hickory initialization (#3041)3da616ffix: update hickory-resolver to 0.26 and adjust code accordingly (#3040)c77e7b2fix(http3): use happy eyeballs for h3 connect (#3030)9cbb65bchore: clean up minimal-versions CI job (#3039)17a7dc5chore: upgrade MSRV to 1.85 (#3038)03db63afix(redirect): strip sensitive headers on scheme change across redirects (#3034)4b813a8feat: add tls_sslkeylogfile builder method (#2923)Updates
reqwest-middlewarefrom 0.5.1 to 0.5.2Release notes
Sourced from reqwest-middleware's releases.
Commits
614b947chore: release (#280)051dc25feat!: support opentelemetry 0.32 (#284)9bedaf8Adjust third-party middleware list in readme (#282)8bc3640feat(reqwest-middleware):streamfeature exported. (#246)de31517feat: expose internal reqwest::Client as reference (#209)Updates
semverfrom 1.0.27 to 1.0.28Release notes
Sourced from semver's releases.
Commits
7625c7aRelease 1.0.28fd404d0Merge pull request 351 from czy-29/masterf75f26eThedoc_auto_cfganddoc_cfgfeatures have been merged9e2bfa2Enableserdeondocs.rsand automatically addserdeflag to the docs8591f23Unpin CI miri toolchain66bdd2cPin CI miri to nightly-2026-02-11324ffceSwitch from cargo bench to criterion34133a5Update actions/upload-artifact@v5 -> v6...Description has been truncated