-
Notifications
You must be signed in to change notification settings - Fork 191
Bump the rust-dependencies group with 38 updates #1496
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
Merged
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 rust-dependencies group with 38 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` | | [pem](https://github.com/jcreekmore/pem-rs) | `3.0.5` | `3.0.6` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.1` | | [socket2](https://github.com/rust-lang/socket2) | `0.5.10` | `0.6.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.69` | `2.0.12` | | [webpki-roots](https://github.com/rustls/webpki-roots) | `1.0.0` | `1.0.3` | | [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.8.6` | `1.8.7` | | [aws-credential-types](https://github.com/smithy-lang/smithy-rs) | `1.2.7` | `1.2.8` | | [pbkdf2](https://github.com/RustCrypto/password-hashes) | `0.11.0` | `0.12.2` | | [windows-sys](https://github.com/microsoft/windows-rs) | `0.60.2` | `0.61.0` | | [regex](https://github.com/rust-lang/regex) | `1.11.3` | `1.12.1` | | [aws-runtime](https://github.com/smithy-lang/smithy-rs) | `1.5.11` | `1.5.12` | | [aws-sdk-sts](https://github.com/awslabs/aws-sdk-rust) | `1.87.0` | `1.88.0` | | [aws-smithy-async](https://github.com/smithy-lang/smithy-rs) | `1.2.5` | `1.2.6` | | [aws-smithy-http](https://github.com/smithy-lang/smithy-rs) | `0.62.3` | `0.62.4` | | [aws-smithy-http-client](https://github.com/smithy-lang/smithy-rs) | `1.1.2` | `1.1.3` | | [aws-smithy-json](https://github.com/smithy-lang/smithy-rs) | `0.61.5` | `0.61.6` | | [aws-smithy-observability](https://github.com/awslabs/smithy-rs) | `0.1.3` | `0.1.4` | | [aws-smithy-query](https://github.com/smithy-lang/smithy-rs) | `0.60.7` | `0.60.8` | | [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs) | `1.9.2` | `1.9.3` | | [aws-smithy-runtime-api](https://github.com/smithy-lang/smithy-rs) | `1.9.0` | `1.9.1` | | [aws-smithy-types](https://github.com/smithy-lang/smithy-rs) | `1.3.2` | `1.3.3` | | [aws-smithy-xml](https://github.com/smithy-lang/smithy-rs) | `0.60.10` | `0.60.11` | | [aws-types](https://github.com/smithy-lang/smithy-rs) | `1.3.8` | `1.3.9` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.40` | `1.2.41` | | [find-msvc-tools](https://github.com/rust-lang/cc-rs) | `0.1.3` | `0.1.4` | | [generic-array](https://github.com/fizyk20/generic-array) | `0.14.7` | `0.14.8` | | [hashbrown](https://github.com/rust-lang/hashbrown) | `0.15.3` | `0.15.5` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.9.0` | `2.11.4` | | [libc](https://github.com/rust-lang/libc) | `0.2.176` | `0.2.177` | | [regex-automata](https://github.com/rust-lang/regex) | `0.4.11` | `0.4.12` | | [regex-lite](https://github.com/rust-lang/regex) | `0.1.7` | `0.1.8` | | [regex-syntax](https://github.com/rust-lang/regex) | `0.8.6` | `0.8.7` | | [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) | `1.2.0` | `1.2.1` | | [widestring](https://github.com/VoidStarKat/widestring-rs) | `1.2.0` | `1.2.1` | | [windows-implement](https://github.com/microsoft/windows-rs) | `0.60.1` | `0.60.2` | | [windows-interface](https://github.com/microsoft/windows-rs) | `0.59.2` | `0.59.3` | 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 `pem` from 3.0.5 to 3.0.6 - [Changelog](https://github.com/jcreekmore/pem-rs/blob/master/CHANGELOG.md) - [Commits](jcreekmore/pem-rs@v3.0.5...v3.0.6) 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 `socket2` from 0.5.10 to 0.6.0 - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/socket2/commits/v0.6.0) 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 1.0.0 to 1.0.3 - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](rustls/webpki-roots@v/1.0.0...v/1.0.3) Updates `aws-config` from 1.8.6 to 1.8.7 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-credential-types` from 1.2.7 to 1.2.8 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `pbkdf2` from 0.11.0 to 0.12.2 - [Commits](RustCrypto/password-hashes@pbkdf2-v0.11.0...pbkdf2-v0.12.2) Updates `windows-sys` from 0.60.2 to 0.61.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits/0.61.0) Updates `regex` from 1.11.3 to 1.12.1 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.11.3...1.12.1) Updates `aws-runtime` from 1.5.11 to 1.5.12 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-sdk-sts` from 1.87.0 to 1.88.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `aws-smithy-async` from 1.2.5 to 1.2.6 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-http` from 0.62.3 to 0.62.4 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-http-client` from 1.1.2 to 1.1.3 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-json` from 0.61.5 to 0.61.6 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-observability` from 0.1.3 to 0.1.4 - [Release notes](https://github.com/awslabs/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/awslabs/smithy-rs/commits) Updates `aws-smithy-query` from 0.60.7 to 0.60.8 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-runtime` from 1.9.2 to 1.9.3 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-runtime-api` from 1.9.0 to 1.9.1 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-types` from 1.3.2 to 1.3.3 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-xml` from 0.60.10 to 0.60.11 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-types` from 1.3.8 to 1.3.9 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `cc` from 1.2.40 to 1.2.41 - [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.40...cc-v1.2.41) Updates `find-msvc-tools` from 0.1.3 to 0.1.4 - [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@find-msvc-tools-v0.1.3...find-msvc-tools-v0.1.4) Updates `generic-array` from 0.14.7 to 0.14.8 - [Release notes](https://github.com/fizyk20/generic-array/releases) - [Changelog](https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/fizyk20/generic-array/commits) Updates `hashbrown` from 0.15.3 to 0.15.5 - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.15.3...v0.15.5) Updates `indexmap` from 2.9.0 to 2.11.4 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.9.0...2.11.4) Updates `libc` from 0.2.176 to 0.2.177 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.177/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.176...0.2.177) Updates `regex-automata` from 0.4.11 to 0.4.12 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@regex-automata-0.4.11...regex-automata-0.4.12) Updates `regex-lite` from 0.1.7 to 0.1.8 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@regex-lite-0.1.7...regex-lite-0.1.8) Updates `regex-syntax` from 0.8.6 to 0.8.7 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@regex-syntax-0.8.6...regex-syntax-0.8.7) Updates `stable_deref_trait` from 1.2.0 to 1.2.1 - [Commits](https://github.com/storyyeller/stable_deref_trait/commits) Updates `widestring` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/VoidStarKat/widestring-rs/releases) - [Changelog](https://github.com/VoidStarKat/widestring-rs/blob/main/CHANGELOG.md) - [Commits](VoidStarKat/widestring-rs@v1.2.0...v1.2.1) Updates `windows-implement` from 0.60.1 to 0.60.2 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `windows-interface` from 0.59.2 to 0.59.3 - [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: pem dependency-version: 3.0.6 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: socket2 dependency-version: 0.6.0 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.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: aws-config dependency-version: 1.8.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: aws-credential-types dependency-version: 1.2.8 dependency-type: direct:production update-type: version-update:semver-patch 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: windows-sys dependency-version: 0.61.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: regex dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: aws-runtime dependency-version: 1.5.12 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: aws-sdk-sts dependency-version: 1.88.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: aws-smithy-async dependency-version: 1.2.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: aws-smithy-http dependency-version: 0.62.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: aws-smithy-http-client dependency-version: 1.1.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: aws-smithy-json dependency-version: 0.61.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: aws-smithy-observability dependency-version: 0.1.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: aws-smithy-query dependency-version: 0.60.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: aws-smithy-runtime dependency-version: 1.9.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: aws-smithy-runtime-api dependency-version: 1.9.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: aws-smithy-types dependency-version: 1.3.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: aws-smithy-xml dependency-version: 0.60.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: aws-types dependency-version: 1.3.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: cc dependency-version: 1.2.41 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: find-msvc-tools dependency-version: 0.1.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: generic-array dependency-version: 0.14.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: hashbrown dependency-version: 0.15.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: indexmap dependency-version: 2.11.4 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: libc dependency-version: 0.2.177 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: regex-automata dependency-version: 0.4.12 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: regex-lite dependency-version: 0.1.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: regex-syntax dependency-version: 0.8.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: stable_deref_trait dependency-version: 1.2.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: widestring dependency-version: 1.2.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: windows-implement dependency-version: 0.60.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: windows-interface dependency-version: 0.59.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
abr-egn
approved these changes
Oct 13, 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 38 updates:
0.13.10.22.11.3.22.9.03.0.53.0.60.8.50.9.10.5.100.6.01.0.692.0.121.0.01.0.31.8.61.8.71.2.71.2.80.11.00.12.20.60.20.61.01.11.31.12.11.5.111.5.121.87.01.88.01.2.51.2.60.62.30.62.41.1.21.1.30.61.50.61.60.1.30.1.40.60.70.60.81.9.21.9.31.9.01.9.11.3.21.3.30.60.100.60.111.3.81.3.91.2.401.2.410.1.30.1.40.14.70.14.80.15.30.15.52.9.02.11.40.2.1760.2.1770.4.110.4.120.1.70.1.80.8.60.8.71.2.01.2.11.2.01.2.10.60.10.60.20.59.20.59.3Updates
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
pemfrom 3.0.5 to 3.0.6Changelog
Sourced from pem's changelog.
Commits
7d61577chore: Release pem version 3.0.6d5e82b4update the changelog for the releasec823343Merge pull request #59 from tottoto/switch-serde-to-serde-coreedb50f6chore: switch serde to serde_coreUpdates
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
socket2from 0.5.10 to 0.6.0Changelog
Sourced from socket2's changelog.
... (truncated)
Commits
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 1.0.0 to 1.0.3Release notes
Sourced from webpki-roots's releases.
Commits
1a48d151.0.3: track October 2025 additions5bde205ci: explicitly install extra componentsd2c04f3tests: take advantage of newer rcgen APIfa754f4Update semver-compatible dependencies66b99f2Address clippy::non_canonical_partial_ord_impl87222f01.0.2: track July 2025 CCADB changes974587eCheck MSRV in CI3bd9fa5Version Cargo.lock769e56bReplace rustls-pemfile with PemObject APIa639800Scope certificate generation inputUpdates
aws-configfrom 1.8.6 to 1.8.7Commits
Updates
aws-credential-typesfrom 1.2.7 to 1.2.8Commits
Updates
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
windows-sysfrom 0.60.2 to 0.61.0Release notes
Sourced from windows-sys's releases.
... (truncated)
Commits
Updates
regexfrom 1.11.3 to 1.12.1Changelog
Sourced from regex's changelog.
Commits
27d6d651.12.185398adchangelog: 1.12.1764efbdapi: tweak the lifetime ofCaptures::get_matchee6aa55rure-0.2.442076c61.12.0aef2153deps: bump to regex-automata 0.4.12459dbberegex-automata-0.4.12610bf2dregex-syntax-0.8.77dbb384changelog: 1.12.0bd345d7automata: fix broken universal start states with sparse DFAUpdates
aws-runtimefrom 1.5.11 to 1.5.12Commits
Updates
aws-sdk-stsfrom 1.87.0 to 1.88.0Commits
Updates
aws-smithy-asyncfrom 1.2.5 to 1.2.6Commits
Updates
aws-smithy-httpfrom 0.62.3 to 0.62.4Commits
Updates
aws-smithy-http-clientfrom 1.1.2 to 1.1.3Commits
Updates
aws-smithy-jsonfrom 0.61.5 to 0.61.6Commits
Updates
aws-smithy-observabilityfrom 0.1.3 to 0.1.4Commits
Updates
aws-smithy-queryfrom 0.60.7 to 0.60.8Commits
Updates
aws-smithy-runtimefrom 1.9.2 to 1.9.3Commits
Updates
aws-smithy-runtime-apifrom 1.9.0 to 1.9.1Commits
Updates
aws-smithy-typesfrom 1.3.2 to 1.3.3Commits
Updates
aws-smithy-xmlfrom 0.60.10 to 0.60.11Commits
Updates
aws-typesfrom 1.3.8 to 1.3.9Commits
Updates
ccfrom 1.2.40 to 1.2.41Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
87e5faechore: release (#1593)30ef41dAllow using VCToolsVersion to request a specific msvc version (#1589)86fd1fbRegenerate target info (#1592)a14c518Regenerate windows sys bindings (#1591)0ccf170Update windows-bindgen requi...Description has been truncated