-
Notifications
You must be signed in to change notification settings - Fork 191
Bump the rust-dependencies group with 18 updates #1391
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
Merged
isabelatkinson
merged 1 commit into
main
from
dependabot/cargo/rust-dependencies-780c9140f2
Jun 9, 2025
Merged
Bump the rust-dependencies group with 18 updates #1391
isabelatkinson
merged 1 commit into
main
from
dependabot/cargo/rust-dependencies-780c9140f2
Jun 9, 2025
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
Contributor
|
@dependabot rebase main |
c6d5cbe to
13b0ba2
Compare
Contributor
|
@dependabot rebase main |
Bumps the rust-dependencies group with 18 updates: | Package | From | To | | --- | --- | --- | | [base64](https://github.com/marshallpierce/rust-base64) | `0.13.1` | `0.22.1` | | [bitflags](https://github.com/bitflags/bitflags) | `1.3.2` | `2.9.0` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.1` | `1.1.2` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.1` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.69` | `2.0.12` | | [webpki-roots](https://github.com/rustls/webpki-roots) | `0.26.11` | `1.0.0` | | [pbkdf2](https://github.com/RustCrypto/password-hashes) | `0.11.0` | `0.12.2` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.18` | `0.12.19` | | [base64ct](https://github.com/RustCrypto/formats) | `1.7.3` | `1.8.0` | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.17.0` | `3.18.1` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.25` | `1.2.26` | | [hyper-rustls](https://github.com/rustls/hyper-rustls) | `0.27.6` | `0.27.7` | | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.13` | `0.1.14` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.6.5` | `0.6.6` | | [tracing-attributes](https://github.com/tokio-rs/tracing) | `0.1.28` | `0.1.29` | | [tracing-core](https://github.com/tokio-rs/tracing) | `0.1.33` | `0.1.34` | | [windows-registry](https://github.com/microsoft/windows-rs) | `0.4.0` | `0.5.2` | | [windows-strings](https://github.com/microsoft/windows-rs) | `0.3.1` | `0.4.2` | Updates `base64` from 0.13.1 to 0.22.1 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.13.1...v0.22.1) Updates `bitflags` from 1.3.2 to 2.9.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@1.3.2...2.9.0) Updates `flate2` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.1...1.1.2) Updates `rand` from 0.8.5 to 0.9.1 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...rand_core-0.9.1) Updates `thiserror` from 1.0.69 to 2.0.12 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.12) Updates `webpki-roots` from 0.26.11 to 1.0.0 - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](rustls/webpki-roots@v/0.26.11...v/1.0.0) Updates `pbkdf2` from 0.11.0 to 0.12.2 - [Commits](RustCrypto/password-hashes@pbkdf2-v0.11.0...pbkdf2-v0.12.2) Updates `reqwest` from 0.12.18 to 0.12.19 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.18...v0.12.19) Updates `base64ct` from 1.7.3 to 1.8.0 - [Commits](https://github.com/RustCrypto/formats/commits/base64ct/v1.8.0) Updates `bumpalo` from 3.17.0 to 3.18.1 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](fitzgen/bumpalo@3.17.0...v3.18.1) Updates `cc` from 1.2.25 to 1.2.26 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.25...cc-v1.2.26) Updates `hyper-rustls` from 0.27.6 to 0.27.7 - [Release notes](https://github.com/rustls/hyper-rustls/releases) - [Commits](rustls/hyper-rustls@v/0.27.6...v/0.27.7) Updates `hyper-util` from 0.1.13 to 0.1.14 - [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.13...v0.1.14) Updates `tower-http` from 0.6.5 to 0.6.6 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.6.5...tower-http-0.6.6) Updates `tracing-attributes` from 0.1.28 to 0.1.29 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-attributes-0.1.28...tracing-attributes-0.1.29) Updates `tracing-core` from 0.1.33 to 0.1.34 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-core-0.1.33...tracing-core-0.1.34) Updates `windows-registry` from 0.4.0 to 0.5.2 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `windows-strings` from 0.3.1 to 0.4.2 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: bitflags dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: flate2 dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: thiserror dependency-version: 2.0.12 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: webpki-roots dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: pbkdf2 dependency-version: 0.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: reqwest dependency-version: 0.12.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: base64ct dependency-version: 1.8.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: bumpalo dependency-version: 3.18.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: cc dependency-version: 1.2.26 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: hyper-rustls dependency-version: 0.27.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: hyper-util dependency-version: 0.1.14 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tower-http dependency-version: 0.6.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracing-attributes dependency-version: 0.1.29 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracing-core dependency-version: 0.1.34 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: windows-registry dependency-version: 0.5.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: windows-strings dependency-version: 0.4.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
13b0ba2 to
86ae67b
Compare
isabelatkinson
approved these changes
Jun 9, 2025
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-dependencies group with 18 updates:
0.13.10.22.11.3.22.9.01.1.11.1.20.8.50.9.11.0.692.0.120.26.111.0.00.11.00.12.20.12.180.12.191.7.31.8.03.17.03.18.11.2.251.2.260.27.60.27.70.1.130.1.140.6.50.6.60.1.280.1.290.1.330.1.340.4.00.5.20.3.10.4.2Updates
base64from 0.13.1 to 0.22.1Changelog
Sourced from base64's changelog.
... (truncated)
Commits
e144006v0.22.164cca59Merge pull request #271 from JobanSD/patch-1838355eCorrect BinHex 4.0 alphabet according to specificationsbf15ccfMerge pull request #270 from marshallpierce/mp/clippyfc6aabeAppease clippy9a518a2Merge pull request #267 from bdura/patch-1d96c80fMerge branch 'marshallpierce:master' into patch-15d70ba7Merge pull request #269 from marshallpierce/mp/decode-preciselyefb6c00Release notes2b91084Add some tests to boost coverageUpdates
bitflagsfrom 1.3.2 to 2.9.0Release notes
Sourced from bitflags's releases.
... (truncated)
Changelog
Sourced from bitflags's changelog.
... (truncated)
Commits
e197bf5Merge pull request #439 from KodrAus/cargo/2.9.08df6e80prepare for 2.9.0 releasee92f0aeMerge pull request #438 from KodrAus/fix/ui-tests226ff75fix up UI tests2170a26Merge pull request #437 from wysiwys/wysiwys/add-clear-method76dde58add tests forclear()trait methodce5d420addclear()method to trait9e45d36Merge pull request #434 from bitflags/KodrAus-patch-1617645apin checkout action for miri job2c836f2Merge pull request #433 from bitflags/ci/remove-scorecardUpdates
flate2from 1.1.1 to 1.1.2Release notes
Sourced from flate2's releases.
Commits
ac4d950Merge pull request #490 from folkertdev/update-zlib-rs-0.5.1e38e16fupgrade zlib-rs to version0.5.176cc0ccMerge pull request #489 from CosminPerRam/feat/revert_updates8f52350Revert "chore: update deps"df11207Merge pull request #488 from CosminPerRam/ci/audita8872d7ci: rename audit job190750cci: add audit checkc2c78desolve remaining clippy warnings and add it to CI (#487)306e909Merge pull request #485 from CosminPerRam/chore/update_deps29d8194Merge pull request #484 from CosminPerRam/feat/simplify_manual_conversionUpdates
randfrom 0.8.5 to 0.9.1Changelog
Sourced from rand's changelog.
... (truncated)
Commits
ec6d5c0Prepare rand_core v0.9.1 (#1591)6a06056rand_core: introduce an UnwrapMut wrapper (#1589)8929123AddAlphabeticdistribution (#1587)06b1642Remove unnecessary underscore from `impl<T, const N: usize> Distribution<[T; ...49d76cdrename extract to extract_lane (#1586)e0a70fdChange to usearray::from_fninDistribution\<[T; N]> for StandardUniform...0bc3f65Move rand distr (#1577)2677c49Revise "not a crypto library" policy and SECURITY.md (#1565)bfd1826SeedableRng docs: add note on (lack of) reproducibility (#1572)c01aee7Fix some links (#1571)Updates
thiserrorfrom 1.0.69 to 2.0.12Release notes
Sourced from thiserror's releases.
... (truncated)
Commits
95a5126Release 2.0.1276490f7Merge pull request #413 from dtolnay/elidablelifetime9f27b76Ignore elidable_lifetime_names pedantic clippy lintdaf2a6fResolve some elidable_lifetime_names pedantic clippy lint5f07160Point standard library links to stable6706a51Convert html links to intra-doc links2706873More precise gitignore patterns70bc20dRemove **/*.rs.bk from project-specific gitignore0f532e3Release 2.0.113d15543Merge pull request #410 from dtolnay/testnostdUpdates
webpki-rootsfrom 0.26.11 to 1.0.0Release notes
Sourced from webpki-roots's releases.
Commits
d37be11Declare crates as 1.0.0Updates
pbkdf2from 0.11.0 to 0.12.2Commits
165f4a8pbkdf2 v0.12.2 (#443)cb56812pbkdf2: useRECOMMENDED_ROUNDSinDefaultimpl (#442)795c424argon2: add benchmarks using criterion (#437)3571f10argon2: addParams::DEFAULTconstant (#439)b0cc634scrypt: Update docs for recommended log_n parameter (#435)c8c1114password-auth v0.3.0 (#434)54d68a4password-auth: deriveEq/PartialEqon*Error(#433)5e7e8c7password-auth: renameError(back) toVerifyError(#432)58975efpassword-auth: fixis_hash_obsoletedocs (#431)2d45c3epassword-auth v0.2.0 (#430)Updates
reqwestfrom 0.12.18 to 0.12.19Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
8cf142bv0.12.1935b6c83fix(redirect): Usingtower-httppatch to fix invalidcontent-lengthheade...a54c4cfdisable util::add_cookie_header on wasm targetsa7a2db1ci: check cookies feature on wasm target522638dfix: only check scheme after redirect Policy returnfollow(#2710)2fde244ci: apparently dependabot doesn't understand increase-if-necessary35a6601refactor: report custom reason phrase in error message (#2697)5e03d04chore(ci): make dependabot tell us of breaking changes we could upgrade to (#...Updates
base64ctfrom 1.7.3 to 1.8.0Commits
Updates
bumpalofrom 3.17.0 to 3.18.1Changelog
Sourced from bumpalo's changelog.
Commits
a3ac3d6Bump to version 3.18.1 (#278)789e34bBump to version 3.18.0 (#276)b425081fix: subtract footer size from allocated_bytes on reset (#275)dd8a0e1Replace extend_from_slice with a verified, optimized implementation (#272)2b638f1Add a CI job to check that code is formatted (#273)86aaa10Updateallocator-api2to v0.3 (#271)e5c128dAdd support for enforcing minimum alignment inBump(#268)cc98667add serde serialization for String (#266)e39cd38use primitive type u64 in README (#264)f1f33f8Add fallible slice allocation functions (#262)Updates
ccfrom 1.2.25 to 1.2.26Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
43ccae9chore: release v1.2.26 (#1481)2719d95Also setSDKROOTwhen building apple platforms (#1475)3aba920use windows 2022 in CI (#1479)8f6fe69Detect -Wslash-u-filename warning on clang-cl (#1477)Updates
hyper-rustlsfrom 0.27.6 to 0.27.7Release notes
Sourced from hyper-rustls's releases.
Commits
aff7441Upgrade to rustls-platform-verifier 0.66931bc4Seal ConfigBuilderExt extension trait3b2997aBump seanmiddleditch/gha-setup-ninja from 5 to 6Updates
hyper-utilfrom 0.1.13 to 0.1.14Changelog
Sourced from hyper-util's changelog.
Commits
71360e4v0.1.14ce9248dfix(proxy): set https system proxy on windows (#201)7400a20fix(client): prefer resolver order always (#200)22867bdstyle(client): Fix some clippy lints (#199)2ff0ba6deps: upgrade windows-registry to 0.5 (#198)Updates
tower-httpfrom 0.6.5 to 0.6.6Release notes
Sourced from tower-http's releases.
Commits
635692dv0.6.6359d997Fix an indexing panic in compression (#578)24c0f0brefactor: slightly reduce use offutures-util(#577)Updates
tracing-attributesfrom 0.1.28 to 0.1.29Release notes
Sourced from tracing-attributes's releases.
Commits
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)cdc3212tracing: fix "name / parent" variant ofevent!(#2983)656a7c9appender: introduce weekly rotation (#3218)c46c613fix: Do not compare references to pointers to compare pointers (#3236)09b70e2Letdead_codelint work on#[instrument]ed functions (#3108)92fa6cechore: fix doc issues (#3292)4deba4aattributes: Globally qualify attribute paths (#3126)Updates
tracing-corefrom 0.1.33 to 0.1.34Release notes
Sourced from ...
Description has been truncated