-
Notifications
You must be signed in to change notification settings - Fork 77
Build(deps): Bump the pointercrate group across 1 directory with 52 updates #324
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
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/cargo/pointercrate-b95fd360d0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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 36 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` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.24` | `0.12.26` | | [governor](https://github.com/boinkor-net/governor) | `0.10.1` | `0.10.4` | | [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.14.1` | `1.15.2` | | [base64ct](https://github.com/RustCrypto/formats) | `1.8.0` | `1.8.1` | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.19.0` | `3.19.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.50` | | [cmake](https://github.com/rust-lang/cmake-rs) | `0.1.54` | `0.1.57` | | [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` | | [icu_properties](https://github.com/unicode-org/icu4x) | `2.1.1` | `2.1.2` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.15` | `1.0.16` | | [libc](https://github.com/rust-lang/libc) | `0.2.177` | `0.2.178` | | libredox | `0.1.10` | `0.1.11` | | [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` | | [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.11.1` | `1.12.0` | | [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.2` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.20` | `1.0.21` | | [s2n-quic](https://github.com/aws/s2n-quic) | `1.68.0` | `1.71.0` | | [signal-hook-registry](https://github.com/vorner/signal-hook) | `1.4.6` | `1.4.7` | | [simd-adler32](https://github.com/mcountryman/simd-adler32) | `0.3.7` | `0.3.8` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.41` | `0.1.44` | | [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 `reqwest` from 0.12.24 to 0.12.26 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.24...v0.12.26) Updates `governor` from 0.10.1 to 0.10.4 - [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.4) Updates `aws-lc-rs` from 1.14.1 to 1.15.2 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@v1.14.1...v1.15.2) Updates `aws-lc-sys` from 0.32.3 to 0.35.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.35.0) Updates `base64ct` from 1.8.0 to 1.8.1 - [Commits](RustCrypto/formats@base64ct/v1.8.0...base64ct/v1.8.1) Updates `bumpalo` from 3.19.0 to 3.19.1 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](fitzgen/bumpalo@v3.19.0...v3.19.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.50 - [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.50) Updates `cmake` from 0.1.54 to 0.1.57 - [Release notes](https://github.com/rust-lang/cmake-rs/releases) - [Changelog](https://github.com/rust-lang/cmake-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cmake-rs@v0.1.54...v0.1.57) 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 `icu_properties` from 2.1.1 to 2.1.2 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) Updates `icu_properties_data` from 2.1.1 to 2.1.2 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) Updates `itoa` from 1.0.15 to 1.0.16 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](dtolnay/itoa@1.0.15...1.0.16) 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 `libredox` from 0.1.10 to 0.1.11 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 `portable-atomic` from 1.11.1 to 1.12.0 - [Release notes](https://github.com/taiki-e/portable-atomic/releases) - [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md) - [Commits](taiki-e/portable-atomic@v1.11.1...v1.12.0) 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.2 - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](rustls/pki-types@v/1.13.0...v/1.13.2) Updates `ryu` from 1.0.20 to 1.0.21 - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](dtolnay/ryu@1.0.20...1.0.21) Updates `s2n-quic` from 1.68.0 to 1.71.0 - [Release notes](https://github.com/aws/s2n-quic/releases) - [Commits](aws/s2n-quic@v1.68.0...v1.71.0) Updates `s2n-quic-core` from 0.68.0 to 0.71.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.71.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.71.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.71.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.71.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 `simd-adler32` from 0.3.7 to 0.3.8 - [Changelog](https://github.com/mcountryman/simd-adler32/blob/main/CHANGELOG.md) - [Commits](https://github.com/mcountryman/simd-adler32/commits) Updates `tower-http` from 0.6.6 to 0.6.8 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.6.6...tower-http-0.6.8) Updates `tracing` from 0.1.41 to 0.1.44 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.41...tracing-0.1.44) 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.36 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-core-0.1.34...tracing-core-0.1.36) 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: reqwest dependency-version: 0.12.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: governor dependency-version: 0.10.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: aws-lc-rs dependency-version: 1.15.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: aws-lc-sys dependency-version: 0.35.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: bumpalo dependency-version: 3.19.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.50 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: cmake dependency-version: 0.1.57 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: icu_properties dependency-version: 2.1.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: icu_properties_data dependency-version: 2.1.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: itoa dependency-version: 1.0.16 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: libredox dependency-version: 0.1.11 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: portable-atomic dependency-version: 1.12.0 dependency-type: indirect update-type: version-update:semver-minor 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.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: ryu dependency-version: 1.0.21 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: s2n-quic dependency-version: 1.71.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: s2n-quic-core dependency-version: 0.71.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: s2n-quic-crypto dependency-version: 0.71.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: s2n-quic-platform dependency-version: 0.71.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: s2n-quic-rustls dependency-version: 0.71.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pointercrate - dependency-name: s2n-quic-transport dependency-version: 0.71.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: simd-adler32 dependency-version: 0.3.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: tower-http dependency-version: 0.6.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: tracing dependency-version: 0.1.44 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.36 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>
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 36 updates in the / directory:
0.4.280.4.292.0.1092.0.1111.0.411.0.420.12.240.12.260.10.10.10.41.14.11.15.21.8.01.8.13.19.03.19.11.10.11.11.01.2.441.2.500.1.540.1.573.3.03.4.00.1.60.1.71.3.11.4.01.7.01.8.10.1.170.1.192.1.12.1.21.0.151.0.160.2.1770.2.1780.1.100.1.111.1.221.1.231.1.01.1.10.8.50.8.60.10.740.10.751.11.11.12.00.9.80.9.91.13.01.13.21.0.201.0.211.68.01.71.01.4.61.4.70.3.70.3.80.1.410.1.440.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
reqwestfrom 0.12.24 to 0.12.26Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
01f03a4v0.12.26e908f57fix(http3): correct compression defaults (#2890)509c904fix: disable default compression from tower-http if not enabled in reqwest (#...896aaeadeps: update cookie_store to 0.22 (#2886)f156a9fv0.12.25fc1ff4ffix(proxy): forward Proxy-Authorization header to HTTPS proxies for HTTP targ...b7c3712Use decompression from tower-http (#2840)74e6f84feat(error): addis_upgrademethod to detect protocol upgrade errors (#2822)c0c06b7fix: sendproxy-authorizationeven with emptypassword(#2868)a2aa5a3chore: minor improvement for docs (#2862)Updates
governorfrom 0.10.1 to 0.10.4Commits
9f3a79dMerge pull request #291 from boinkor-net/release/governor/0.10.49010ee9Update Changelog2351660Release 0.10.4 🎉🎉61b1754Merge pull request #290 from boinkor-net/push-pnoqtmytrrpz1bdc26dUse feature(doc_cfg) instead of feature(doc_auto_cfg) for docsrs296018bchore: Update ci_rust.yml in governora29466cchore: Update release_pr_for_crates_io.yml in governor78a3be2chore: Update release_to_crates_io.yml in governor1c5840cMerge pull request #289 from boinkor-net/release/governor/0.10.3fff7f37Update Changelog for releaseUpdates
aws-lc-rsfrom 1.14.1 to 1.15.2Release notes
Sourced from aws-lc-rs's releases.
... (truncated)
Commits
35105abNext release is v1.15.2 (#974)2f0ee75Align aws-lc-sys 0.35.0 w/ AWS-LC v1.66.0 (#972)6ecc4e7CMAC:sign_to_bufferandContext::verify(#968)3f5f110Fix Darwin builds for non-standard environments (e.g. Nix) (#941)7625b53Fix docsrs (#967)b6ddeddFix rustls integ tests; bump to v1.15.2 (#959)0207364Set CFLAGS before init'ing cc::Build (#966)93f8b32Prepare aws-lc-rs v1.15.1 (#956)a825b51Respect LDFLAGS in memcmp_check (#958)f67e605Explicit smart pointer conversion (#954)Updates
aws-lc-sysfrom 0.32.3 to 0.35.0Commits
35105abNext release is v1.15.2 (#974)2f0ee75Align aws-lc-sys 0.35.0 w/ AWS-LC v1.66.0 (#972)6ecc4e7CMAC:sign_to_bufferandContext::verify(#968)3f5f110Fix Darwin builds for non-standard environments (e.g. Nix) (#941)7625b53Fix docsrs (#967)b6ddeddFix rustls integ tests; bump to v1.15.2 (#959)0207364Set CFLAGS before init'ing cc::Build (#966)93f8b32Prepare aws-lc-rs v1.15.1 (#956)a825b51Respect LDFLAGS in memcmp_check (#958)f67e605Explicit smart pointer conversion (#954)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
bumpalofrom 3.19.0 to 3.19.1Changelog
Sourced from bumpalo's changelog.
Commits
8c2172aBump to version 3.19.1 (#300)520f34bFix compile failure withallocator_apifeature on recent nightly (#297)e1eff20Add inline attribute to String::from_str_in (#290)44a07b9Fix MSRV build (#292)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.50Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
0f78e0cchore(cc): release v1.2.50 (#1636)cd1d949Fix #283: Make warnings(false) actually suppress compiler warnings (#1633)7c01d41fix(#172): prevent OUT_DIR escape for '..' file paths (#1631)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)Updates
cmakefrom 0.1.54 to 0.1.57Release notes
Sourced from cmake's releases.
Changelog
Sourced from cmake's changelog.
Commits
434afe6chore: release v0.1.57 (#268)899f26dRevert canonicalizing the build directory and make the path absolute instead ...b8fb301chore: release v0.1.56 (#263)120d739MSVC: Fallback to bundled CMake if present (#264)060922dcmake -B only for v3.13 and later (#262)c460840chore: release v0.1.55 (#249)08af05cWindows: Remove the\\?\prefix from paths (#259)6e68d9cAdd Visual Studio 2026 support (#255)b59be3bMake sure that cmake generate build files in current dir (#194)e6bfc1cSet the MSRV to 1.65 and test this in CIUpdates
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.