-
Notifications
You must be signed in to change notification settings - Fork 77
Build(deps): Bump the pointercrate group across 1 directory with 42 updates #322
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
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
…pdates Bumps the pointercrate group with 28 updates in the / directory: | Package | From | To | | --- | --- | --- | | [log](https://github.com/rust-lang/log) | `0.4.28` | `0.4.29` | | [syn](https://github.com/dtolnay/syn) | `2.0.109` | `2.0.111` | | [quote](https://github.com/dtolnay/quote) | `1.0.41` | `1.0.42` | | [governor](https://github.com/boinkor-net/governor) | `0.10.1` | `0.10.2` | | [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.14.1` | `1.15.1` | | [base64ct](https://github.com/RustCrypto/formats) | `1.8.0` | `1.8.1` | | [bytes](https://github.com/tokio-rs/bytes) | `1.10.1` | `1.11.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.44` | `1.2.49` | | [crc](https://github.com/mrhooray/crc-rs) | `3.3.0` | `3.4.0` | | [crypto-common](https://github.com/RustCrypto/traits) | `0.1.6` | `0.1.7` | | [http](https://github.com/hyperium/http) | `1.3.1` | `1.4.0` | | [hyper](https://github.com/hyperium/hyper) | `1.7.0` | `1.8.1` | | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.17` | `0.1.19` | | [libc](https://github.com/rust-lang/libc) | `0.2.177` | `0.2.178` | | [libz-sys](https://github.com/rust-lang/libz-sys) | `1.1.22` | `1.1.23` | | [mio](https://github.com/tokio-rs/mio) | `1.1.0` | `1.1.1` | | [num-bigint-dig](https://github.com/dignifiedquire/num-bigint) | `0.8.5` | `0.8.6` | | [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.74` | `0.10.75` | | [rsa](https://github.com/RustCrypto/RSA) | `0.9.8` | `0.9.9` | | [rustls-pki-types](https://github.com/rustls/pki-types) | `1.13.0` | `1.13.1` | | [s2n-quic](https://github.com/aws/s2n-quic) | `1.68.0` | `1.69.0` | | [signal-hook-registry](https://github.com/vorner/signal-hook) | `1.4.6` | `1.4.7` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.6.6` | `0.6.7` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.41` | `0.1.43` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.20` | `0.3.22` | | [windows-registry](https://github.com/microsoft/windows-rs) | `0.5.3` | `0.6.0` | | [winnow](https://github.com/winnow-rs/winnow) | `0.7.13` | `0.7.14` | | [zerocopy](https://github.com/google/zerocopy) | `0.8.27` | `0.8.31` | Updates `log` from 0.4.28 to 0.4.29 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.28...0.4.29) Updates `syn` from 2.0.109 to 2.0.111 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.109...2.0.111) Updates `quote` from 1.0.41 to 1.0.42 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.41...1.0.42) Updates `governor` from 0.10.1 to 0.10.2 - [Release notes](https://github.com/boinkor-net/governor/releases) - [Changelog](https://github.com/boinkor-net/governor/blob/master/release.toml) - [Commits](boinkor-net/governor@v0.10.1...v0.10.2) Updates `aws-lc-rs` from 1.14.1 to 1.15.1 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@v1.14.1...v1.15.1) Updates `aws-lc-sys` from 0.32.3 to 0.34.0 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@aws-lc-sys/v0.32.3...aws-lc-sys/v0.34.0) Updates `base64ct` from 1.8.0 to 1.8.1 - [Commits](RustCrypto/formats@base64ct/v1.8.0...base64ct/v1.8.1) Updates `bytes` from 1.10.1 to 1.11.0 - [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.1...v1.11.0) Updates `cc` from 1.2.44 to 1.2.49 - [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.44...cc-v1.2.49) Updates `crc` from 3.3.0 to 3.4.0 - [Commits](mrhooray/crc-rs@3.3.0...3.4.0) Updates `crypto-common` from 0.1.6 to 0.1.7 - [Commits](RustCrypto/traits@crypto-common-v0.1.6...crypto-common-v0.1.7) Updates `find-msvc-tools` from 0.1.4 to 0.1.5 - [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.4...find-msvc-tools-v0.1.5) Updates `generic-array` from 0.14.9 to 0.14.7 - [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 `http` from 1.3.1 to 1.4.0 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v1.3.1...v1.4.0) Updates `hyper` from 1.7.0 to 1.8.1 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v1.7.0...v1.8.1) Updates `hyper-util` from 0.1.17 to 0.1.19 - [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.17...v0.1.19) Updates `libc` from 0.2.177 to 0.2.178 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.178/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.177...0.2.178) Updates `libz-sys` from 1.1.22 to 1.1.23 - [Release notes](https://github.com/rust-lang/libz-sys/releases) - [Commits](rust-lang/libz-sys@1.1.22...1.1.23) Updates `mio` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](tokio-rs/mio@v1.1.0...v1.1.1) Updates `num-bigint-dig` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/dignifiedquire/num-bigint/releases) - [Changelog](https://github.com/dignifiedquire/num-bigint/blob/master/RELEASES.md) - [Commits](dignifiedquire/num-bigint@v0.8.5...v0.8.6) Updates `openssl` from 0.10.74 to 0.10.75 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.74...openssl-v0.10.75) Updates `openssl-sys` from 0.9.110 to 0.9.111 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-sys-v0.9.110...openssl-sys-v0.9.111) Updates `rsa` from 0.9.8 to 0.9.9 - [Changelog](https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/RSA/commits) Updates `rustls-pki-types` from 1.13.0 to 1.13.1 - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](rustls/pki-types@v/1.13.0...v/1.13.1) Updates `s2n-quic` from 1.68.0 to 1.69.0 - [Release notes](https://github.com/aws/s2n-quic/releases) - [Commits](aws/s2n-quic@v1.68.0...v1.69.0) Updates `s2n-quic-core` from 0.68.0 to 0.69.0 - [Release notes](https://github.com/aws/s2n-quic/releases) - [Commits](https://github.com/aws/s2n-quic/commits) Updates `s2n-quic-crypto` from 0.68.0 to 0.69.0 - [Release notes](https://github.com/aws/s2n-quic/releases) - [Commits](https://github.com/aws/s2n-quic/commits) Updates `s2n-quic-platform` from 0.68.0 to 0.69.0 - [Release notes](https://github.com/aws/s2n-quic/releases) - [Commits](https://github.com/aws/s2n-quic/commits) Updates `s2n-quic-rustls` from 0.68.0 to 0.69.0 - [Release notes](https://github.com/aws/s2n-quic/releases) - [Commits](https://github.com/aws/s2n-quic/commits) Updates `s2n-quic-transport` from 0.68.0 to 0.69.0 - [Release notes](https://github.com/aws/s2n-quic/releases) - [Commits](https://github.com/aws/s2n-quic/commits) Updates `signal-hook-registry` from 1.4.6 to 1.4.7 - [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md) - [Commits](vorner/signal-hook@registry-v1.4.6...registry-v1.4.7) Updates `tower-http` from 0.6.6 to 0.6.7 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.6.6...tower-http-0.6.7) Updates `tracing` from 0.1.41 to 0.1.43 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.41...tracing-0.1.43) Updates `tracing-attributes` from 0.1.30 to 0.1.31 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-attributes-0.1.30...tracing-attributes-0.1.31) Updates `tracing-core` from 0.1.34 to 0.1.35 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-core-0.1.34...tracing-core-0.1.35) Updates `tracing-subscriber` from 0.3.20 to 0.3.22 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.20...tracing-subscriber-0.3.22) Updates `windows-registry` from 0.5.3 to 0.6.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Changelog](https://github.com/microsoft/windows-rs/blob/0.6.0/docs/changelog.md) - [Commits](https://github.com/microsoft/windows-rs/commits/0.6.0) Updates `windows-result` from 0.3.4 to 0.4.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `windows-strings` from 0.4.2 to 0.5.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Changelog](https://github.com/microsoft/windows-rs/blob/0.5.0/docs/changelog.md) - [Commits](https://github.com/microsoft/windows-rs/commits/0.5.0) Updates `winnow` from 0.7.13 to 0.7.14 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.7.13...v0.7.14) Updates `zerocopy` from 0.8.27 to 0.8.31 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.27...v0.8.31) Updates `zerocopy-derive` from 0.8.27 to 0.8.31 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.27...v0.8.31) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: syn dependency-version: 2.0.111 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: quote dependency-version: 1.0.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: governor dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: aws-lc-rs dependency-version: 1.15.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: aws-lc-sys dependency-version: 0.34.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: base64ct dependency-version: 1.8.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: bytes dependency-version: 1.11.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: cc dependency-version: 1.2.49 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: crc dependency-version: 3.4.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: crypto-common dependency-version: 0.1.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: find-msvc-tools dependency-version: 0.1.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: generic-array dependency-version: 0.14.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: http dependency-version: 1.4.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: hyper dependency-version: 1.8.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: hyper-util dependency-version: 0.1.19 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: libc dependency-version: 0.2.178 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: libz-sys dependency-version: 1.1.23 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: mio dependency-version: 1.1.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: num-bigint-dig dependency-version: 0.8.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: openssl dependency-version: 0.10.75 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: openssl-sys dependency-version: 0.9.111 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: rsa dependency-version: 0.9.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: rustls-pki-types dependency-version: 1.13.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: s2n-quic dependency-version: 1.69.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: s2n-quic-core dependency-version: 0.69.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: s2n-quic-crypto dependency-version: 0.69.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: s2n-quic-platform dependency-version: 0.69.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: s2n-quic-rustls dependency-version: 0.69.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: s2n-quic-transport dependency-version: 0.69.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: signal-hook-registry dependency-version: 1.4.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: tower-http dependency-version: 0.6.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: tracing dependency-version: 0.1.43 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: tracing-attributes dependency-version: 0.1.31 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: tracing-core dependency-version: 0.1.35 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: tracing-subscriber dependency-version: 0.3.22 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: windows-registry dependency-version: 0.6.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: windows-result dependency-version: 0.4.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: windows-strings dependency-version: 0.5.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: winnow dependency-version: 0.7.14 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: zerocopy dependency-version: 0.8.31 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: zerocopy-derive dependency-version: 0.8.31 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate ... Signed-off-by: dependabot[bot] <support@github.com>
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 pointercrate group with 28 updates in the / directory:
0.4.280.4.292.0.1092.0.1111.0.411.0.420.10.10.10.21.14.11.15.11.8.01.8.11.10.11.11.01.2.441.2.493.3.03.4.00.1.60.1.71.3.11.4.01.7.01.8.10.1.170.1.190.2.1770.2.1781.1.221.1.231.1.01.1.10.8.50.8.60.10.740.10.750.9.80.9.91.13.01.13.11.68.01.69.01.4.61.4.70.6.60.6.70.1.410.1.430.3.200.3.220.5.30.6.00.7.130.7.140.8.270.8.31Updates
logfrom 0.4.28 to 0.4.29Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
b1e2df7Merge pull request #719 from rust-lang/cargo/0.4.293fe1a54prepare for 0.4.29 release7a432d9Merge pull request #718 from rust-lang/ci/msrv0689d56rebump msrv to 1.68.046b448etry drop msrv back to 1.61.0929ab38fix up doc test feature gate957cecebump serde-dependent cratesbea40c8bump msrv to 1.68.0c540184Merge pull request #716 from rust-lang/ci-smaller-matrix2c971e63Merge branch 'master' into ci-smaller-matrix2Updates
synfrom 2.0.109 to 2.0.111Release notes
Sourced from syn's releases.
Commits
4e50867Release 2.0.111c57334bMerge pull request #1946 from dtolnay/unusedgroup6a43384Suppress unused variable warning on variables used in group macro7ff6c86Update actions/checkout@v5 -> v659ce6bbUpdate test suite to nightly-2025-11-203d91b8cUpdate test suite to nightly-2025-11-112d87fcaDelete version requirement from readme1c8cabeRelease 2.0.1108ef195bMerge pull request #1944 from dtolnay/metaarrow9ab4aefSupport parsing Meta followed by fat arrowUpdates
quotefrom 1.0.41 to 1.0.42Release notes
Sourced from quote's releases.
Commits
bb9e7a4Release 1.0.42683c1d6Merge pull request #311 from dtolnay/appended93e8eRevert PR 3051f2a959Merge pull request #310 from dtolnay/up37448aaRaise required compiler to Rust 1.6839ac89eResolve manual_let_else pedantic clippy lintf3eac36Raise required compiler to Rust 1.657b490c5Merge pull request #309 from dtolnay/append71dfa84Apply pattern from PR 306 to append_separated & append_terminateddf32af7Touch up PR 306Updates
governorfrom 0.10.1 to 0.10.2Commits
b28d8b0Merge pull request #283 from boinkor-net/release/governor/0.10.2957a5ceAdd CHANGELOG entry34fbb58Release 0.10.2 🎉🎉3a1d5faMerge pull request #282 from cratelyn/kate/update-hashbrownab51c93chore(deps): bumphashbrownto 0.16c7c6aeachore: Update release_to_crates_io.yml in governore5e87fbchore: Update release_pr_for_crates_io.yml in governor5170110chore: Update release_pr_for_crates_io.yml in governor9d13ac0chore: Update release_to_crates_io.yml in governor97fb573chore: Update release_pr_for_crates_io.yml in governorUpdates
aws-lc-rsfrom 1.14.1 to 1.15.1Release notes
Sourced from aws-lc-rs's releases.
... (truncated)
Commits
93f8b32Prepare aws-lc-rs v1.15.1 (#956)a825b51Respect LDFLAGS in memcmp_check (#958)f67e605Explicit smart pointer conversion (#954)ee3917faws-lc-sys: bindgen is optional (#949)cd58abeAlign aws-lc-sys v0.34.0 w/ AWS-LC v1.65.0 (#955)3728f18Uncap HKDF salt length restriction (#951)be28b72Bump aws-lc-fips-sys to v0.13.10 (#948)ce17e88Bump aws-lc-rs to v1.15.0 (#946)0c88590Switchpub staticvalues topub const(#905)b161316CI for NetBSD (#945)Updates
aws-lc-sysfrom 0.32.3 to 0.34.0Commits
93f8b32Prepare aws-lc-rs v1.15.1 (#956)a825b51Respect LDFLAGS in memcmp_check (#958)f67e605Explicit smart pointer conversion (#954)ee3917faws-lc-sys: bindgen is optional (#949)cd58abeAlign aws-lc-sys v0.34.0 w/ AWS-LC v1.65.0 (#955)3728f18Uncap HKDF salt length restriction (#951)be28b72Bump aws-lc-fips-sys to v0.13.10 (#948)ce17e88Bump aws-lc-rs to v1.15.0 (#946)0c88590Switchpub staticvalues topub const(#905)b161316CI for NetBSD (#945)Updates
base64ctfrom 1.8.0 to 1.8.1Commits
fe76359base64ct v1.8.1 (#2108)06a6183chore(deps): bump the all-deps group with 4 updates (#2106)44a459achore(deps): bump crate-ci/typos from 1.39.2 to 1.40.0 (#2107)6df42a5Bumpp256to v0.14.0-rc.1 (#2105)cf9e3adchore(deps): bump actions/checkout from 5 to 6 (#2103)193c185chore(deps): bump the all-deps group with 4 updates (#2104)4b67fb1chore(deps): bump the all-deps group with 2 updates (#2102)33f8ac1chore(deps): bump crate-ci/typos from 1.39.0 to 1.39.2 (#2101)4f00845cms: fixup support for upcoming elliptic-curve release (#2100)cd86385chore(deps): bump the all-deps group with 3 updates (#2099)Updates
bytesfrom 1.10.1 to 1.11.0Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
a7952fbchore: prepare bytes v1.11.0 (#804)60cbb77fix:BytesMutonly reuse if src has remaining (#803)7ce330fMove drop_fn of from_owner into vtable (#801)4b53a29Tweak BytesMut::remaining_mut (#795)016fdbdReserve capacity in BytesMut::put (#794)ef7f257Specialize BytesMut::put::<Bytes> (#793)8b4f54dIgnore BytesMut::freeze doctest on wasm (#790)16132adFix latest clippy warnings (#787)3e44f88Bump MSRV to 1.57 (#788)f29e939Add some tests for Limit, BytesMut and Reader (#785)Updates
ccfrom 1.2.44 to 1.2.49Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
9ec00e4chore(cc): release v1.2.49 (#1628)4813f2aFix run_output to prevent infinite blocking (#1627)0a1bc19Fix detect_family deadlock (#1626)3ee6682Fix link in new debug_str doc comment (#1625)fe05362Support more of Cargo's debug levels with Build::debug_str (#1624)324a8eachore(cc): release v1.2.48 (#1621)ecf6fe9Regenerate target info (#1620)70fbb42Add publish environment for publishing crate (#1619)fbd4807chore(cc): release v1.2.47 (#1617)f71d1d6add helenos linker identifications (#1615)Updates
crcfrom 3.3.0 to 3.4.0Commits
2c8fd96Prepare 3.4.0 release24e8317Fix clippy lints6826e6bUpdate CI to MSRV 1.832cee16fBump MSRV to 1.83 (2024-11-28)71fc292Make Digest 'update' method constUpdates
crypto-commonfrom 0.1.6 to 0.1.7Commits
66a997cPin generic-array to v0.14.7 and release crypto-common v0.1.7 (#2088)Updates
find-msvc-toolsfrom 0.1.4 to 0.1.5Release notes
Sourced from find-msvc-tools's releases.
Commits
15145d1chore: release (#1611)ef4d378Add Visual Studio 2026 support (#1609)df67ed3chore(cc): release v1.2.45 (#1607)0c15d10Regenerate target info (#1606)c1fa376Use a default check for the "env" variable in apple_sdk_name (#1605)514e4d1chore(cc): release v1.2.44 (#1603)2a2eee3Fix debug assertion for env/abi mismatch (#1604)97281b6Update CHANGELOG for version 1.2.43 (#1602)8a45e2bStop passing an invalid target tollvm-mingw's cross-compilation wrappers (...a0b2fd6Markstatic_flagandshared_flagas deprecated (#1582)Updates
generic-arrayfrom 0.14.9 to 0.14.7Commits
Updates
httpfrom 1.3.1 to 1.4.0Release notes
Sourced from http's releases.
Changelog
Sourced from http's changelog.
Commits
b9625d8v1.4.050b009crefactor(header): inline FNV hasher to reduce dependencies (#796)b370d36feat(uri): makeAuthority/PathAndQuery::from_staticconst (#786)0d74251chore(ci): update to actions/checkout@v5 (#800)a760767docs: remove unnecessary extern crate sentence (#799)fb1d457refactor(header): use better panic message in const HeaderName and HeaderValu...20dbd6efeat(status): Add 103 EARLY_HINTS status code (#758)e7a7337chore: bump MSRV to 1.571888e28tests: downgrade rand back to 0.8 for now918bbc3chore: minor improvement for docs (#790)Updates
hyperfrom 1.7.0 to 1.8.1Release notes
Sourced from hyper's releases.
... (truncated)
Changelog
Sourced from hyper's changelog.
Commits
166c6cav1.8.14492f31fix(http1): fix consuming extra CPU from previous change (#3977)dbe6f25v1.8.058e0e7dfix(http2): fix internals of HTTP/2 CONNECT upg...Description has been truncated