chore(deps): bump the minor-and-patch group across 1 directory with 40 updates - #126
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the minor-and-patch group across 1 directory with 40 updates#126dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…0 updates Bumps the minor-and-patch group with 29 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bytes](https://github.com/tokio-rs/bytes) | `1.12.0` | `1.12.1` | | [tinyvec](https://github.com/Lokathor/tinyvec) | `1.11.0` | `1.12.0` | | [rustls](https://github.com/rustls/rustls) | `0.23.41` | `0.23.42` | | [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.17.1` | `1.17.3` | | [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.32` | `0.3.33` | | [uuid](https://github.com/uuid-rs/uuid) | `1.23.4` | `1.24.0` | | [clap](https://github.com/clap-rs/clap) | `4.6.1` | `4.6.2` | | [tokio](https://github.com/tokio-rs/tokio) | `1.52.3` | `1.53.0` | | [regex](https://github.com/rust-lang/regex) | `1.12.4` | `1.13.1` | | [webpki-roots](https://github.com/rustls/webpki-roots) | `1.0.8` | `1.0.9` | | [memchr](https://github.com/BurntSushi/memchr) | `2.8.2` | `2.8.3` | | [zerocopy](https://github.com/google/zerocopy) | `0.8.52` | `0.8.54` | | [syn](https://github.com/dtolnay/syn) | `2.0.118` | `2.0.119` | | [bitflags](https://github.com/bitflags/bitflags) | `2.13.0` | `2.13.1` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.25.0` | `1.25.1` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.66` | `1.3.0` | | [cfg_aliases](https://github.com/katharostech/cfg_aliases) | `0.2.1` | `0.2.2` | | [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) | `0.8.6` | `0.8.7` | | [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | `0.8.21` | `0.8.22` | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.32` | `0.3.33` | | [http-body](https://github.com/hyperium/http-body) | `1.0.1` | `1.1.0` | | [http-body-util](https://github.com/hyperium/http-body) | `0.1.3` | `0.1.4` | | [mio](https://github.com/tokio-rs/mio) | `1.2.1` | `1.2.2` | | [rustversion](https://github.com/dtolnay/rustversion) | `1.0.22` | `1.0.23` | | [simd_cesu8](https://github.com/seancroach/simd_cesu8) | `1.1.1` | `1.2.0` | | [thread_local](https://github.com/Amanieu/thread_local-rs) | `1.1.9` | `1.1.10` | | [tokio-macros](https://github.com/tokio-rs/tokio) | `2.7.0` | `2.7.1` | | [webpki-root-certs](https://github.com/rustls/webpki-roots) | `1.0.8` | `1.0.9` | | [zmij](https://github.com/dtolnay/zmij) | `1.0.21` | `1.0.23` | Updates `bytes` from 1.12.0 to 1.12.1 - [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.12.0...v1.12.1) Updates `tinyvec` from 1.11.0 to 1.12.0 - [Changelog](https://github.com/Lokathor/tinyvec/blob/main/CHANGELOG.md) - [Commits](Lokathor/tinyvec@v1.11.0...v1.12.0) Updates `rustls` from 0.23.41 to 0.23.42 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.41...v/0.23.42) Updates `aws-lc-rs` from 1.17.1 to 1.17.3 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@v1.17.1...v1.17.3) Updates `futures-util` from 0.3.32 to 0.3.33 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/commits) Updates `uuid` from 1.23.4 to 1.24.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.23.4...v1.24.0) Updates `clap` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.6.1...clap_complete-v4.6.2) Updates `tokio` from 1.52.3 to 1.53.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.3...tokio-1.53.0) Updates `regex` from 1.12.4 to 1.13.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.12.4...1.13.1) Updates `webpki-roots` from 1.0.8 to 1.0.9 - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](rustls/webpki-roots@v/1.0.8...v/1.0.9) Updates `memchr` from 2.8.2 to 2.8.3 - [Commits](BurntSushi/memchr@2.8.2...2.8.3) Updates `zerocopy` from 0.8.52 to 0.8.54 - [Release notes](https://github.com/google/zerocopy/releases) - [Commits](google/zerocopy@v0.8.52...v0.8.54) Updates `syn` from 2.0.118 to 2.0.119 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.118...2.0.119) Updates `aws-lc-sys` from 0.42.0 to 0.43.0 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@aws-lc-sys/v0.42.0...aws-lc-sys/v0.43.0) Updates `bitflags` from 2.13.0 to 2.13.1 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.13.0...2.13.1) Updates `bytemuck` from 1.25.0 to 1.25.1 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.25.0...v1.25.1) Updates `cc` from 1.2.66 to 1.3.0 - [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.66...cc-v1.3.0) Updates `cfg_aliases` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/katharostech/cfg_aliases/releases) - [Changelog](https://github.com/katharostech/cfg_aliases/blob/master/release.toml) - [Commits](katharostech/cfg_aliases@v0.2.1...v0.2.2) Updates `clap_builder` from 4.6.0 to 4.6.2 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.6.0...v4.6.2) Updates `crossbeam-deque` from 0.8.6 to 0.8.7 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/main/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-deque-0.8.6...crossbeam-deque-0.8.7) Updates `crossbeam-utils` from 0.8.21 to 0.8.22 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/main/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-utils-0.8.21...crossbeam-utils-0.8.22) Updates `futures` from 0.3.32 to 0.3.33 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/commits) Updates `futures-channel` from 0.3.32 to 0.3.33 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/commits) Updates `futures-core` from 0.3.32 to 0.3.33 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/commits) Updates `futures-executor` from 0.3.32 to 0.3.33 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/commits) Updates `futures-io` from 0.3.32 to 0.3.33 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/commits) Updates `futures-macro` from 0.3.32 to 0.3.33 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/commits) Updates `futures-sink` from 0.3.32 to 0.3.33 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/commits) Updates `futures-task` from 0.3.32 to 0.3.33 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/commits) Updates `http-body` from 1.0.1 to 1.1.0 - [Release notes](https://github.com/hyperium/http-body/releases) - [Commits](hyperium/http-body@v1.0.1...v1.1.0) Updates `http-body-util` from 0.1.3 to 0.1.4 - [Release notes](https://github.com/hyperium/http-body/releases) - [Commits](hyperium/http-body@http-body-util-v0.1.3...http-body-util-v0.1.4) Updates `mio` from 1.2.1 to 1.2.2 - [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.2.1...v1.2.2) Updates `regex-automata` from 0.4.14 to 0.4.16 - [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.14...regex-automata-0.4.16) Updates `rustversion` from 1.0.22 to 1.0.23 - [Release notes](https://github.com/dtolnay/rustversion/releases) - [Commits](dtolnay/rustversion@1.0.22...1.0.23) Updates `simd_cesu8` from 1.1.1 to 1.2.0 - [Release notes](https://github.com/seancroach/simd_cesu8/releases) - [Commits](seancroach/simd_cesu8@v1.1.1...v1.2.0) Updates `thread_local` from 1.1.9 to 1.1.10 - [Release notes](https://github.com/Amanieu/thread_local-rs/releases) - [Changelog](https://github.com/Amanieu/thread_local-rs/blob/master/CHANGELOG.md) - [Commits](Amanieu/thread_local-rs@v1.1.9...v1.1.10) Updates `tokio-macros` from 2.7.0 to 2.7.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-macros-2.7.0...tokio-macros-2.7.1) Updates `webpki-root-certs` from 1.0.8 to 1.0.9 - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](rustls/webpki-roots@v/1.0.8...v/1.0.9) Updates `zerocopy-derive` from 0.8.52 to 0.8.54 - [Release notes](https://github.com/google/zerocopy/releases) - [Commits](google/zerocopy@v0.8.52...v0.8.54) Updates `zmij` from 1.0.21 to 1.0.23 - [Release notes](https://github.com/dtolnay/zmij/releases) - [Commits](dtolnay/zmij@1.0.21...1.0.23) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: tinyvec dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: rustls dependency-version: 0.23.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: aws-lc-rs dependency-version: 1.17.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: futures-util dependency-version: 0.3.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: uuid dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: clap dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: tokio dependency-version: 1.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: regex dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: webpki-roots dependency-version: 1.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: memchr dependency-version: 2.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: zerocopy dependency-version: 0.8.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: syn dependency-version: 2.0.119 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: aws-lc-sys dependency-version: 0.43.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: bitflags dependency-version: 2.13.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: bytemuck dependency-version: 1.25.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: cc dependency-version: 1.3.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: cfg_aliases dependency-version: 0.2.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: clap_builder dependency-version: 4.6.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: crossbeam-deque dependency-version: 0.8.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: crossbeam-utils dependency-version: 0.8.22 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: futures dependency-version: 0.3.33 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: futures-channel dependency-version: 0.3.33 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: futures-core dependency-version: 0.3.33 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: futures-executor dependency-version: 0.3.33 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: futures-io dependency-version: 0.3.33 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: futures-macro dependency-version: 0.3.33 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: futures-sink dependency-version: 0.3.33 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: futures-task dependency-version: 0.3.33 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: http-body dependency-version: 1.1.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: http-body-util dependency-version: 0.1.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: mio dependency-version: 1.2.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: regex-automata dependency-version: 0.4.16 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: rustversion dependency-version: 1.0.23 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: simd_cesu8 dependency-version: 1.2.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: thread_local dependency-version: 1.1.10 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: tokio-macros dependency-version: 2.7.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: webpki-root-certs dependency-version: 1.0.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: zerocopy-derive dependency-version: 0.8.54 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: zmij dependency-version: 1.0.23 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
|
|
Contributor
Benchmark ResultsPerformance Comparison
SummaryConfiguration
|
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 minor-and-patch group with 29 updates in the / directory:
1.12.01.12.11.11.01.12.00.23.410.23.421.17.11.17.30.3.320.3.331.23.41.24.04.6.14.6.21.52.31.53.01.12.41.13.11.0.81.0.92.8.22.8.30.8.520.8.542.0.1182.0.1192.13.02.13.11.25.01.25.11.2.661.3.00.2.10.2.20.8.60.8.70.8.210.8.220.3.320.3.331.0.11.1.00.1.30.1.41.2.11.2.21.0.221.0.231.1.11.2.01.1.91.1.102.7.02.7.11.0.81.0.91.0.211.0.23Updates
bytesfrom 1.12.0 to 1.12.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
76c0fbbRelease bytes v1.12.1 (#838)924c82bHandle unwinding from Box::new (#837)Updates
tinyvecfrom 1.11.0 to 1.12.0Changelog
Sourced from tinyvec's changelog.
... (truncated)
Commits
347ddc6chore: Releasef2ccd46changelog2bbdce1changelogad4fc71Add schemars support (#219)06ba425Fix an OOM in deserialization on malicious input (#222)2fa5badupgrade criterion to 0.8 series (#220)0bc0f54Add bin-proto support (#218)Updates
rustlsfrom 0.23.41 to 0.23.42Commits
411fb02Bump version to 0.23.42aff9845implement rfc 9149 ticket_request extension8bd3d1bserver: add max_tls13_tickets configuration4cce222Address newstd_instead_of_corein nightlyd3ffdc1Address newstd_instead_of_corein nightly75d1b7aTake semver-compatible dependency updatesUpdates
aws-lc-rsfrom 1.17.1 to 1.17.3Release notes
Sourced from aws-lc-rs's releases.
Commits
9232f4dPrepare aws lc fips sys v0.13.16 (#1180)d722b90Prepare aws-lc-rs v1.17.2 (#1178)33cbbacAdd public API to check AWS-LC and FIPS versions (#1167)f031b06Clarify PqdsaKeyPair serialized formats (#1174)deeff57build(deps): bump actions/setup-go from 6 to 7 (#1177)aac7333Prepare aws-lc-sys v0.43.0 (#1176)6e92439fix: restore cc default flags in memcmp probe; only fail build on confirmed b...997202fci: only run push-triggered workflows on main (#1163)e017679fix: memcmp probe PIE mismatch and TARGET_* env leakage into host builds (#1171)5336e79ci: fix cross windows-gnu pre-build wine dpkg conflict (#1172)Updates
futures-utilfrom 0.3.32 to 0.3.33Changelog
Sourced from futures-util's changelog.
Commits
Updates
uuidfrom 1.23.4 to 1.24.0Release notes
Sourced from uuid's releases.
Commits
6a8aeabMerge pull request #896 from uuid-rs/cargo/v1.24.0e6db8ecprepare for 1.24.0 release606f236Merge pull request #892 from weifanglab/mainab848dbfeat(fmt): support encoding into MaybeUninit buffers5dc6b3dMerge pull request #895 from uuid-rs/cargo/v1.23.55a7dfe5prepare for 1.23.5 release9b4bfc8Merge pull request #894 from geeknoid/main5acc5a5perf: Optimize UUID hex parsing and formatting6fa1a1efeat(fmt): support encoding into MaybeUninit buffers1e5d867Merge pull request #891 from frostyplanet/docUpdates
clapfrom 4.6.1 to 4.6.2Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
0fe0be3chore: Release480af9ddocs: Update changelog2b3ddd0Merge pull request #6340 from liskin/fix-completion-escape7ffe739fix(complete): Do not suggest options after "--"d47fc4ftest(complete): Options suggested after escape (--)Updates
tokiofrom 1.52.3 to 1.53.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
be689a3chore: prepare Tokio v1.53.0 (#8294)50f76c7chore: prepare tokio-macros v2.7.1 (#8295)f61fccaMerge 'tokio-1.52.4' into 'master' (#8290)efdba5fchore: prepare Tokio v1.52.4 (#8289)b0ba02eMerge 'tokio-1.51.4' into 'tokio-1.52.x' (#8288)7bcd2d3taskdump: remove crate disambiguators from output (#8288)f84b209chore: prepare Tokio v1.51.4 (#8286)eacb98eruntime: don't skip the driver whenbefore_parkschedules work (#8222)5e16ee0task: avoid replacing the JoinQueue waker intry_join_next(#8279)88212absync: document memory ordering guarantees for Semaphore (#8119)Updates
regexfrom 1.12.4 to 1.13.1Changelog
Sourced from regex's changelog.
Commits
2b527591.13.1, redux40e98231.13.175fcb96changelog: 1.13.164ad0b6automata: fix bug in reverse suffix/inner optimizationfa91c31automata: fix a bug caught by Codex review30390ecautomata: formatting tweaks821a8ebautomata: refactor reverse suffix/inner search slightly10afd70automata: expose the extracted literals for inner literal extraction8c34f41automata: avoid reverse suffix optimization for non-leftmost-first5524f02test: add regression tests for failed reverse suffix/inner optimizationsUpdates
webpki-rootsfrom 1.0.8 to 1.0.9Release notes
Sourced from webpki-roots's releases.
Commits
0a553db1.0.9: upstream updates (#126)1ce667bTake webpki-root-certs lockfile update (#125)Updates
memchrfrom 2.8.2 to 2.8.3Commits
5fdb40c2.8.3922c7b5memchr: let compiler know that indexes returned by memchr fns are in boundse21e9fbarch: addunsafeto internal routines581faf0rebar: update memchr versionUpdates
zerocopyfrom 0.8.52 to 0.8.54Release notes
Sourced from zerocopy's releases.
Commits
a986089Release 0.8.54 (#3482)0f7c0bdAdd unconditional#[inline]to layout helper functions (#3483)fbe9f18Inline zerocopy layout helpers (#3481)ed09d09[ci] Remove auto-approvers mechanism (#3473)2f7aef5Add PartialEq derive to Order (#3467)13085d0[CI] Bump the all-actions group across 1 directory with 11 updates (#3471)c8fb1caHide unstablederive(most_traits)in documentation (#3470)d27346f[anneal][v2] Add utility functions: environment helpers and DirLock (#3399)3b29d25[anneal] Check archive Lake cache reuse in tests (#3453)64bd6d6[anneal] Remove v1 Lake cache symlinks (#3450)Updates
synfrom 2.0.118 to 2.0.119Release notes
Sourced from syn's releases.
Commits
3295f9eRelease 2.0.1196ae9c18Merge pull request #1996 from dtolnay/fieldrepresenting8ebd963Parse field-representing types builtin540ccf8Drop unneeded lifetime on covariant Cursor in verbatim::betweenaa05887Merge pull request #1995 from dtolnay/cursorb7160d3Reduce forking for Verbatim constructionefdc925Merge pull request #1994 from dtolnay/tailcallde6424cPreserve attribute on tail-call expression in statement position050dd73Stricter const move closure grammarc7d514bMerge pull request #1992 from dtolnay/scanconstmoveUpdates
aws-lc-sysfrom 0.42.0 to 0.43.0Commits
d722b90Prepare aws-lc-rs v1.17.2 (#1178)33cbbacAdd public API to check AWS-LC and FIPS versions (#1167)f031b06Clarify PqdsaKeyPair serialized formats (#1174)deeff57build(deps): bump actions/setup-go from 6 to 7 (#1177)aac7333Prepare aws-lc-sys v0.43.0 (#1176)6e92439fix: restore cc default flags in memcmp probe; only fail build on confirmed b...997202fci: only run push-triggered workflows on main (#1163)e017679fix: memcmp probe PIE mismatch and TARGET_* env leakage into host builds (#1171)5336e79ci: fix cross windows-gnu pre-build wine dpkg conflict (#1172)Updates
bitflagsfrom 2.13.0 to 2.13.1Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
Commits
f92a292Merge pull request #493 from bitflags/cargo/2.13.1c1271c5prepare for 2.13.1 releasee077c4aMerge pull request #492 from bolshoytoster/main75d1be4Bless compile fail stderr7813d71Support the MSRVd8f8234Remove unused variable warning with empty bitflags2e27d6aFixconst _ = !0;dd8bedaFix Self in flagsdbc0ce1Lower the LLVM IR output of the generated outputUpdates
bytemuckfrom 1.25.0 to 1.25.1Changelog
Sourced from bytemuck's changelog.
... (truncated)
Commits
cabc8e7chore: Release bytemuck version 1.25.12d4d8cachangelog946e7a9chore: Release bytemuck_derive version 1.11.08a8f7cfchangelog deriveee6742echangeloge2d1c7fDon't impl core::error::Error on spirv (#348)7dd7174make the note more terse24b1b71Update Rust version in CI workflow to 1.71.0f0dfc1bdocs: note that an empty slice must still satisfy target alignment in cast_sl...Updates
ccfrom 1.2.66 to 1.3.0Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
0954016chore(cc): release v1.3.0 (#1796)e805bf3feat: inherit path remap rules from cargo trim-paths (#1794)fa031a0chore(cc): release v1.2.67 (#1789)842aab1Bump taiki-e/install-action from 2.81.8 to 2.82.8 (#1786)e2f07d0Fix clippy warning (#1788)8ced615Regenerate target info (#1785)2943b52Add missing todo for deprecated API43ae1bfAdd support foraarch64-unknown-linux-pauthtesttarget (#1713)a5c584aFix nightly compilation error (#1783)Updates
cfg_aliasesfrom 0.2.1 to 0.2.2Release notes
Sourced from cfg_aliases's releases.
Commits
e069ce6Fix trailing semicolon in expression macro bodies4e5609cdocs: remove explicit version from API docs to avoid it becoming out-of-date.ebdc78edocs: fix typo in README.9805781docs: correct version in README. (#11)Updates
clap_builderfrom 4.6.0 to 4.6.2Release notes
Sourced from clap_builder's releases.