-
Notifications
You must be signed in to change notification settings - Fork 178
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
@dependabot rebase main |
c6d5cbe
to
13b0ba2
Compare
@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.1
0.22.1
1.3.2
2.9.0
1.1.1
1.1.2
0.8.5
0.9.1
1.0.69
2.0.12
0.26.11
1.0.0
0.11.0
0.12.2
0.12.18
0.12.19
1.7.3
1.8.0
3.17.0
3.18.1
1.2.25
1.2.26
0.27.6
0.27.7
0.1.13
0.1.14
0.6.5
0.6.6
0.1.28
0.1.29
0.1.33
0.1.34
0.4.0
0.5.2
0.3.1
0.4.2
Updates
base64
from 0.13.1 to 0.22.1Changelog
Sourced from base64's changelog.
... (truncated)
Commits
e144006
v0.22.164cca59
Merge pull request #271 from JobanSD/patch-1838355e
Correct BinHex 4.0 alphabet according to specificationsbf15ccf
Merge pull request #270 from marshallpierce/mp/clippyfc6aabe
Appease clippy9a518a2
Merge pull request #267 from bdura/patch-1d96c80f
Merge branch 'marshallpierce:master' into patch-15d70ba7
Merge pull request #269 from marshallpierce/mp/decode-preciselyefb6c00
Release notes2b91084
Add some tests to boost coverageUpdates
bitflags
from 1.3.2 to 2.9.0Release notes
Sourced from bitflags's releases.
... (truncated)
Changelog
Sourced from bitflags's changelog.
... (truncated)
Commits
e197bf5
Merge pull request #439 from KodrAus/cargo/2.9.08df6e80
prepare for 2.9.0 releasee92f0ae
Merge pull request #438 from KodrAus/fix/ui-tests226ff75
fix up UI tests2170a26
Merge pull request #437 from wysiwys/wysiwys/add-clear-method76dde58
add tests forclear()
trait methodce5d420
addclear()
method to trait9e45d36
Merge pull request #434 from bitflags/KodrAus-patch-1617645a
pin checkout action for miri job2c836f2
Merge pull request #433 from bitflags/ci/remove-scorecardUpdates
flate2
from 1.1.1 to 1.1.2Release notes
Sourced from flate2's releases.
Commits
ac4d950
Merge pull request #490 from folkertdev/update-zlib-rs-0.5.1e38e16f
upgrade zlib-rs to version0.5.1
76cc0cc
Merge pull request #489 from CosminPerRam/feat/revert_updates8f52350
Revert "chore: update deps"df11207
Merge pull request #488 from CosminPerRam/ci/audita8872d7
ci: rename audit job190750c
ci: add audit checkc2c78de
solve remaining clippy warnings and add it to CI (#487)306e909
Merge pull request #485 from CosminPerRam/chore/update_deps29d8194
Merge pull request #484 from CosminPerRam/feat/simplify_manual_conversionUpdates
rand
from 0.8.5 to 0.9.1Changelog
Sourced from rand's changelog.
... (truncated)
Commits
ec6d5c0
Prepare rand_core v0.9.1 (#1591)6a06056
rand_core: introduce an UnwrapMut wrapper (#1589)8929123
AddAlphabetic
distribution (#1587)06b1642
Remove unnecessary underscore from `impl<T, const N: usize> Distribution<[T; ...49d76cd
rename extract to extract_lane (#1586)e0a70fd
Change to usearray::from_fn
inDistribution\<[T; N]> for StandardUniform
...0bc3f65
Move rand distr (#1577)2677c49
Revise "not a crypto library" policy and SECURITY.md (#1565)bfd1826
SeedableRng docs: add note on (lack of) reproducibility (#1572)c01aee7
Fix some links (#1571)Updates
thiserror
from 1.0.69 to 2.0.12Release notes
Sourced from thiserror's releases.
... (truncated)
Commits
95a5126
Release 2.0.1276490f7
Merge pull request #413 from dtolnay/elidablelifetime9f27b76
Ignore elidable_lifetime_names pedantic clippy lintdaf2a6f
Resolve some elidable_lifetime_names pedantic clippy lint5f07160
Point standard library links to stable6706a51
Convert html links to intra-doc links2706873
More precise gitignore patterns70bc20d
Remove **/*.rs.bk from project-specific gitignore0f532e3
Release 2.0.113d15543
Merge pull request #410 from dtolnay/testnostdUpdates
webpki-roots
from 0.26.11 to 1.0.0Release notes
Sourced from webpki-roots's releases.
Commits
d37be11
Declare crates as 1.0.0Updates
pbkdf2
from 0.11.0 to 0.12.2Commits
165f4a8
pbkdf2 v0.12.2 (#443)cb56812
pbkdf2: useRECOMMENDED_ROUNDS
inDefault
impl (#442)795c424
argon2: add benchmarks using criterion (#437)3571f10
argon2: addParams::DEFAULT
constant (#439)b0cc634
scrypt: Update docs for recommended log_n parameter (#435)c8c1114
password-auth v0.3.0 (#434)54d68a4
password-auth: deriveEq
/PartialEq
on*Error
(#433)5e7e8c7
password-auth: renameError
(back) toVerifyError
(#432)58975ef
password-auth: fixis_hash_obsolete
docs (#431)2d45c3e
password-auth v0.2.0 (#430)Updates
reqwest
from 0.12.18 to 0.12.19Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
8cf142b
v0.12.1935b6c83
fix(redirect): Usingtower-http
patch to fix invalidcontent-length
heade...a54c4cf
disable util::add_cookie_header on wasm targetsa7a2db1
ci: check cookies feature on wasm target522638d
fix: only check scheme after redirect Policy returnfollow
(#2710)2fde244
ci: apparently dependabot doesn't understand increase-if-necessary35a6601
refactor: report custom reason phrase in error message (#2697)5e03d04
chore(ci): make dependabot tell us of breaking changes we could upgrade to (#...Updates
base64ct
from 1.7.3 to 1.8.0Commits
Updates
bumpalo
from 3.17.0 to 3.18.1Changelog
Sourced from bumpalo's changelog.
Commits
a3ac3d6
Bump to version 3.18.1 (#278)789e34b
Bump to version 3.18.0 (#276)b425081
fix: subtract footer size from allocated_bytes on reset (#275)dd8a0e1
Replace extend_from_slice with a verified, optimized implementation (#272)2b638f1
Add a CI job to check that code is formatted (#273)86aaa10
Updateallocator-api2
to v0.3 (#271)e5c128d
Add support for enforcing minimum alignment inBump
(#268)cc98667
add serde serialization for String (#266)e39cd38
use primitive type u64 in README (#264)f1f33f8
Add fallible slice allocation functions (#262)Updates
cc
from 1.2.25 to 1.2.26Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
43ccae9
chore: release v1.2.26 (#1481)2719d95
Also setSDKROOT
when building apple platforms (#1475)3aba920
use windows 2022 in CI (#1479)8f6fe69
Detect -Wslash-u-filename warning on clang-cl (#1477)Updates
hyper-rustls
from 0.27.6 to 0.27.7Release notes
Sourced from hyper-rustls's releases.
Commits
aff7441
Upgrade to rustls-platform-verifier 0.66931bc4
Seal ConfigBuilderExt extension trait3b2997a
Bump seanmiddleditch/gha-setup-ninja from 5 to 6Updates
hyper-util
from 0.1.13 to 0.1.14Changelog
Sourced from hyper-util's changelog.
Commits
71360e4
v0.1.14ce9248d
fix(proxy): set https system proxy on windows (#201)7400a20
fix(client): prefer resolver order always (#200)22867bd
style(client): Fix some clippy lints (#199)2ff0ba6
deps: upgrade windows-registry to 0.5 (#198)Updates
tower-http
from 0.6.5 to 0.6.6Release notes
Sourced from tower-http's releases.
Commits
635692d
v0.6.6359d997
Fix an indexing panic in compression (#578)24c0f0b
refactor: slightly reduce use offutures-util
(#577)Updates
tracing-attributes
from 0.1.28 to 0.1.29Release notes
Sourced from tracing-attributes's releases.
Commits
643f392
chore: prepare tracing-attributes 0.1.29 (#3304)d08e7a6
chore: prepare tracing-core 0.1.34 (#3302)6e70c57
tracing-subscriber: count numbers of enters inTimings
(#2944)c01d4fd
fix docs and enable CI onmain
branch (#3295)cdc3212
tracing: fix "name / parent" variant ofevent!
(#2983)656a7c9
appender: introduce weekly rotation (#3218)c46c613
fix: Do not compare references to pointers to compare pointers (#3236)09b70e2
Letdead_code
lint work on#[instrument]
ed functions (#3108)92fa6ce
chore: fix doc issues (#3292)4deba4a
attributes: Globally qualify attribute paths (#3126)Updates
tracing-core
from 0.1.33 to 0.1.34Release notes
Sourced from ...
Description has been truncated