chore(deps): bump the patches group across 1 directory with 33 updates - #26057
chore(deps): bump the patches group across 1 directory with 33 updates#26057dependabot[bot] wants to merge 1 commit into
Conversation
c70f387 to
deed093
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: deed093f44
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| name = "by_address" | ||
| version = "1.2.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06" |
There was a problem hiding this comment.
Regenerate license inventory for new crates
This lockfile update adds new third-party crates such as by_address/palette, but LICENSE-3rdparty.csv was not regenerated; I checked the inventory and these new crate names are absent. Because the dependencies CI path runs make check-licenses, this dependency bump will fail until make build-licenses is run and the generated license inventory changes are committed.
Useful? React with 👍 / 👎.
532b4f5 to
20f5184
Compare
Bumps the patches group with 33 updates in the / directory: | Package | From | To | | --- | --- | --- | | [async-rs](https://github.com/amqp-rs/async-rs) | `0.8.4` | `0.8.11` | | [h2](https://github.com/hyperium/h2) | `0.4.13` | `0.4.15` | | [ipnet](https://github.com/krisprice/ipnet) | `2.12.0` | `2.12.1` | | [smallvec](https://github.com/servo/rust-smallvec) | `1.15.1` | `1.15.2` | | [snap](https://github.com/BurntSushi/rust-snappy) | `1.1.1` | `1.1.2` | | [thread_local](https://github.com/Amanieu/thread_local-rs) | `1.1.9` | `1.1.10` | | [typetag](https://github.com/dtolnay/typetag) | `0.2.21` | `0.2.23` | | [windows-service](https://github.com/mullvad/windows-service-rs) | `0.8.0` | `0.8.1` | | [nix](https://github.com/nix-rust/nix) | `0.31.2` | `0.31.3` | | [antithesis_sdk](https://github.com/antithesishq/antithesis-sdk-rust) | `0.2.8` | `0.2.9` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.103` | `1.0.104` | | [async-compression](https://github.com/Nullus157/async-compression) | `0.4.42` | `0.4.43` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.89` | `0.1.91` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.23.0` | `0.23.1` | | [chrono](https://github.com/chronotope/chrono) | `0.4.44` | `0.4.45` | | [glob](https://github.com/rust-lang/glob) | `0.3.3` | `0.3.4` | | [libc](https://github.com/rust-lang/libc) | `0.2.186` | `0.2.189` | | [pastey](https://github.com/as1100k/pastey) | `0.2.2` | `0.2.3` | | [pin-project](https://github.com/taiki-e/pin-project) | `1.1.11` | `1.1.13` | | [rand](https://github.com/rust-random/rand) | `0.10.1` | `0.10.2` | | [snafu](https://github.com/shepmaster/snafu) | `0.9.0` | `0.9.2` | | [socket2](https://github.com/rust-lang/socket2) | `0.6.3` | `0.6.5` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.106` | `1.0.107` | | [quote](https://github.com/dtolnay/quote) | `1.0.45` | `1.0.47` | | [mock_instant](https://github.com/museun/mock_instant) | `0.6.0` | `0.6.1` | | [memchr](https://github.com/BurntSushi/memchr) | `2.8.0` | `2.8.3` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.9` | `0.11.11` | | [log](https://github.com/rust-lang/log) | `0.4.29` | `0.4.33` | | [no-proxy](https://github.com/jdrouet/no-proxy) | `0.3.6` | `0.3.7` | | [zmij](https://github.com/dtolnay/zmij) | `1.0.21` | `1.0.23` | | [twox-hash](https://github.com/shepmaster/twox-hash) | `2.1.2` | `2.1.3` | | [ratatui](https://github.com/ratatui/ratatui) | `0.30.0` | `0.30.2` | | [indicatif](https://github.com/console-rs/indicatif) | `0.18.4` | `0.18.6` | Updates `async-rs` from 0.8.4 to 0.8.11 - [Commits](amqp-rs/async-rs@v0.8.4...v0.8.11) Updates `h2` from 0.4.13 to 0.4.15 - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md) - [Commits](hyperium/h2@v0.4.13...v0.4.15) Updates `ipnet` from 2.12.0 to 2.12.1 - [Release notes](https://github.com/krisprice/ipnet/releases) - [Changelog](https://github.com/krisprice/ipnet/blob/master/RELEASES.md) - [Commits](https://github.com/krisprice/ipnet/commits) Updates `smallvec` from 1.15.1 to 1.15.2 - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.15.1...v1.15.2) Updates `snap` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/BurntSushi/rust-snappy/releases) - [Commits](BurntSushi/rust-snappy@1.1.1...1.1.2) 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 `typetag` from 0.2.21 to 0.2.23 - [Release notes](https://github.com/dtolnay/typetag/releases) - [Commits](dtolnay/typetag@0.2.21...0.2.23) Updates `windows-service` from 0.8.0 to 0.8.1 - [Release notes](https://github.com/mullvad/windows-service-rs/releases) - [Changelog](https://github.com/mullvad/windows-service-rs/blob/main/CHANGELOG.md) - [Commits](mullvad/windows-service-rs@v0.8.0...v0.8.1) Updates `nix` from 0.31.2 to 0.31.3 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.31.2...v0.31.3) Updates `antithesis_sdk` from 0.2.8 to 0.2.9 - [Changelog](https://github.com/antithesishq/antithesis-sdk-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/antithesishq/antithesis-sdk-rust/commits) Updates `anyhow` from 1.0.103 to 1.0.104 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.103...1.0.104) Updates `async-compression` from 0.4.42 to 0.4.43 - [Release notes](https://github.com/Nullus157/async-compression/releases) - [Commits](Nullus157/async-compression@async-compression-v0.4.42...async-compression-v0.4.43) Updates `async-trait` from 0.1.89 to 0.1.91 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.89...0.1.91) Updates `base64` from 0.23.0 to 0.23.1 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.23.0...v0.23.1) Updates `chrono` from 0.4.44 to 0.4.45 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.44...v0.4.45) Updates `glob` from 0.3.3 to 0.3.4 - [Release notes](https://github.com/rust-lang/glob/releases) - [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md) - [Commits](rust-lang/glob@v0.3.3...v0.3.4) Updates `libc` from 0.2.186 to 0.2.189 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.189/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.186...0.2.189) Updates `pastey` from 0.2.2 to 0.2.3 - [Release notes](https://github.com/as1100k/pastey/releases) - [Changelog](https://github.com/AS1100K/pastey/blob/master/CHANGELOG.md) - [Commits](AS1100K/pastey@v0.2.2...v0.2.3) Updates `pin-project` from 1.1.11 to 1.1.13 - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project@v1.1.11...v1.1.13) Updates `rand` from 0.10.1 to 0.10.2 - [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.10.1...0.10.2) Updates `snafu` from 0.9.0 to 0.9.2 - [Changelog](https://github.com/shepmaster/snafu/blob/main/CHANGELOG.md) - [Commits](shepmaster/snafu@0.9.0...0.9.2) Updates `socket2` from 0.6.3 to 0.6.5 - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](rust-lang/socket2@v0.6.3...v0.6.5) Updates `proc-macro2` from 1.0.106 to 1.0.107 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.106...1.0.107) Updates `quote` from 1.0.45 to 1.0.47 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.45...1.0.47) Updates `mock_instant` from 0.6.0 to 0.6.1 - [Commits](museun/mock_instant@v0.6.0...v0.6.1) Updates `memchr` from 2.8.0 to 2.8.3 - [Commits](BurntSushi/memchr@2.8.0...2.8.3) Updates `env_logger` from 0.11.9 to 0.11.11 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.9...v0.11.11) Updates `log` from 0.4.29 to 0.4.33 - [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.29...0.4.33) Updates `no-proxy` from 0.3.6 to 0.3.7 - [Release notes](https://github.com/jdrouet/no-proxy/releases) - [Changelog](https://github.com/jdrouet/no-proxy/blob/main/CHANGELOG.md) - [Commits](jdrouet/no-proxy@v0.3.6...v0.3.7) 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) Updates `twox-hash` from 2.1.2 to 2.1.3 - [Changelog](https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md) - [Commits](shepmaster/twox-hash@v2.1.2...v2.1.3) Updates `ratatui` from 0.30.0 to 0.30.2 - [Release notes](https://github.com/ratatui/ratatui/releases) - [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md) - [Commits](ratatui/ratatui@ratatui-v0.30.0...ratatui-v0.30.2) Updates `indicatif` from 0.18.4 to 0.18.6 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.18.4...0.18.6) --- updated-dependencies: - dependency-name: antithesis_sdk dependency-version: 0.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: anyhow dependency-version: 1.0.104 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: async-compression dependency-version: 0.4.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: async-rs dependency-version: 0.8.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: async-trait dependency-version: 0.1.91 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: base64 dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: chrono dependency-version: 0.4.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: env_logger dependency-version: 0.11.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: glob dependency-version: 0.3.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: h2 dependency-version: 0.4.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: indicatif dependency-version: 0.18.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: ipnet dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: libc dependency-version: 0.2.189 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: log dependency-version: 0.4.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: memchr dependency-version: 2.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: mock_instant dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: nix dependency-version: 0.31.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: no-proxy dependency-version: 0.3.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: pastey dependency-version: 0.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: pin-project dependency-version: 1.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: proc-macro2 dependency-version: 1.0.107 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: quote dependency-version: 1.0.47 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: ratatui dependency-version: 0.30.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: smallvec dependency-version: 1.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: snafu dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: snap dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: socket2 dependency-version: 0.6.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: thread_local dependency-version: 1.1.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: twox-hash dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: typetag dependency-version: 0.2.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: windows-service dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: zmij dependency-version: 1.0.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] <support@github.com>
20f5184 to
a024804
Compare
Bumps the patches group with 33 updates in the / directory:
0.8.40.8.110.4.130.4.152.12.02.12.11.15.11.15.21.1.11.1.21.1.91.1.100.2.210.2.230.8.00.8.10.31.20.31.30.2.80.2.91.0.1031.0.1040.4.420.4.430.1.890.1.910.23.00.23.10.4.440.4.450.3.30.3.40.2.1860.2.1890.2.20.2.31.1.111.1.130.10.10.10.20.9.00.9.20.6.30.6.51.0.1061.0.1071.0.451.0.470.6.00.6.12.8.02.8.30.11.90.11.110.4.290.4.330.3.60.3.71.0.211.0.232.1.22.1.30.30.00.30.20.18.40.18.6Updates
async-rsfrom 0.8.4 to 0.8.11Commits
cae3650v0.8.116247afbfix: resolve CI clippy and doc warningsbbc0dfav0.8.10b527054docs: improve public API documentation across async-rs187a82cv0.8.9e0edb6fdocs: rewrite crate-level docs and README for clarity and consistency63e7281v0.8.8247c7e0add SAFETY comment to IoSafe impl9b30a79v0.8.7d964bd7tcp: always set nodelayUpdates
h2from 0.4.13 to 0.4.15Release notes
Sourced from h2's releases.
Changelog
Sourced from h2's changelog.
Commits
21211d0v0.4.1529e209dfix: close connection when header size is way too large (#915)9231cb0fix: remove padded_len() u8 overflow in DATA frame padding release (#914)d351036fix: ignore library resets at connection poll loop level (#913)4f51ffffix: use HeaderMap::try_append to prevent panics on absurd amounts of headers...c813cc8refactor: remove unnecessary clones (#911)810f5aechore(ci): update actions/checkout to v6 (#910)d361b75fix: Reject frames on streams whose HEADERS haven't been sent (#899)93cceadfix: poll_capacity must not return Ready(Some(Ok(0))) (#898)733bba7fix: Discard buffered DATA when a scheduled reset is pending (#896)Updates
ipnetfrom 2.12.0 to 2.12.1Changelog
Sourced from ipnet's changelog.
Commits
Updates
smallvecfrom 1.15.1 to 1.15.2Release notes
Sourced from smallvec's releases.
Commits
c469051Bump version.9fe422bFix Windows CI.51b965fWork around rustc 1.93 perf regression with MaybeUninit9da26a5Fix use-after-free in DrainFilter::keep_rest for zero-capacity SmallVecs79184f1Add Miri test for use-after-free in DrainFilter::keep_restf59fb36Merge pull request #397 from GiGainfosystems/exclude_scripts28b6ed7Exclude development scriptUpdates
snapfrom 1.1.1 to 1.1.2Commits
29fcab51.1.2fea0488impl: more closely align with the Snappy spec498b175ci: stop testing on MSRVd3a3e8cci: turn off snappy-cpp testing on macOS03e717btest: tweak snappy-cpp testsa65ad09github: add FUNDINGUpdates
thread_localfrom 1.1.9 to 1.1.10Release notes
Sourced from thread_local's releases.
Changelog
Sourced from thread_local's changelog.
Commits
4724199Update changelog99b04cdchore: release v1.1.10c40f3f4Merge pull request #97 from teddytennant/fix-reentrant-get-or-ubb754150Merge pull request #95 from andersk/writea706e66Fix reentrant get_or/get_or_try UB by returning the already-present valueb1025c8Merge pull request #96 from teddytennant/fix-nightly-compilebe26d1cFix compile error in the nightly feature (new.id -> new.id())ca354c2Reduce unsafe usage with MaybeUninit::write2ed6865Merge pull request #92 from polarathene/docs/use-thread-scope-example570bad3docs: Switch tothread::scopefor exampleUpdates
typetagfrom 0.2.21 to 0.2.23Release notes
Sourced from typetag's releases.
Commits
645445aRelease 0.2.23f87af30Merge pull request #104 from dtolnay/syn3ef95954Update to syn 3251b26fUpdate actions/upload-artifact@v6 -> v7f3d9b3fUpdate actions/checkout@v6 -> v71d2d3e9Release 0.2.22ae95673Merge pull request 103 from SAY-5/feat/const-tag0aa8816feat(name): accept a constant expression for impl tag name (#74)2e41b1dRaise minimum tested compiler to rust 1.85b3ec8abRaise required compiler to Rust 1.71Updates
windows-servicefrom 0.8.0 to 0.8.1Release notes
Sourced from windows-service's releases.
Changelog
Sourced from windows-service's changelog.
Commits
aab4057Release 0.8.162b22a3Bump MSRV to 1.71f697451Add lockfile to version controlb1eb2d0Merge remote-tracking branch 'ssrlive/main'1d0c7eamake clippy happy1a6c809update windows-sys to v0.60Updates
nixfrom 0.31.2 to 0.31.3Changelog
Sourced from nix's changelog.
Commits
b5933cachore: release v0.31.35d6a46eReplace Cirrus CI with more Github Workflows jobs (#2776)3407489event: add kevent64 support on apple targets (#2781)fe80fc5chore: resolve clippy useless_borrows_in_formatting (#2790)3310fc7Revert "fix(ci): temporarily disable armv7-unknown-linux-uclibceabihf (#2764)...e3ab917epoll: use from_bits_retain to avoid panics on unknown flags (#2783)6c15701kqueue: use from_bits_retain to avoid panics on unknown flags (#2784)73028cffix(ci): enable Hurd target (#2765)1a680a9cargo: Remove deprecated package authors field (#2789)85cff07docs: add missing changelog entries (#2786)Updates
antithesis_sdkfrom 0.2.8 to 0.2.9Changelog
Sourced from antithesis_sdk's changelog.
Commits
Updates
anyhowfrom 1.0.103 to 1.0.104Release notes
Sourced from anyhow's releases.
Commits
1dbe186Release 1.0.104f6479f8Update to syn 3Updates
async-compressionfrom 0.4.42 to 0.4.43Release notes
Sourced from async-compression's releases.
Commits
6fd95cfchore(async-compression): release v0.4.43 (#471)25e903dFix hang when decoding a corrupt subsequent zstd frame (#470)05af670chore(deps): bump actions/checkout from 6 to 7 (#469)e6d4ba7chore(deps): bump codecov/codecov-action from 6 to 7 (#468)Updates
async-traitfrom 0.1.89 to 0.1.91Release notes
Sourced from async-trait's releases.
Commits
d049ee0Release 0.1.917a0961fMerge pull request #301 from dtolnay/mutability740f86fIgnore mut_mut pedantic clippy lint in test4699cd3Fix mutability for by-reference receivers6dd3573Add regression test for issue 3002371797Release 0.1.90d03f075Merge pull request #299 from dtolnay/syn36cf42c1Update to syn 3b9daabaIgnore match_same_arms pedantic clippy lintaa706d1Update actions/upload-artifact@v6 -> v7Updates
base64from 0.23.0 to 0.23.1Changelog
Sourced from base64's changelog.
Commits
069bf70v0.23.16ab1fb0Merge pull request #310 from musicinmybrain/test-on-non-simd-arches7cffce6Fix testing on architectures without unsafe SIMD supporte34f9a0Merge pull request #308 from atouchet/come9240c9Remove outdated commentUpdates
chronofrom 0.4.44 to 0.4.45Release notes
Sourced from chrono's releases.
Commits
1703382Prepare 0.4.45 release881f9abtz_data: fix tzdata locations on Androidf14ead4fix(tz): reject TZ offset hour of 24 to avoid FixedOffset overflowc6063e6Update similar-asserts requirement from 1.6.1 to 2.0.0120686cBump codecov/codecov-action from 5 to 6Updates
globfrom 0.3.3 to 0.3.4Release notes
Sourced from glob's releases.
Changelog
Sourced from glob's changelog.
Commits
cfa2a58chore: release v0.3.48a903efSet the edition to 20211f75324Bump actions/checkout from 6 to 77df5575ci: Bump ubuntu-24.04 to ubuntu-26.04e476c2aci: Replace macos-13 and macos-15 with macos-26-intel and macos-260dc6566ci: Get MSRV directly from crate metadatac3c81deci: Bump MSRV of test dependencies6bde970Bump actions/checkout from 5 to 6 (#184)0639988Cache filename for sorting infill_todo(#181)335da33Replaceinto_errormethod withimpl Into(#179)Updates
libcfrom 0.2.186 to 0.2.189Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
ef0906elibc: Release 0.2.1895a79f76riscv32-musl: Rename padding fields to avoid a conflict3e51062psp: Fixoverflowing_literalswarningse352fddemscripten: add pthread_sigmask, sigwait, sigwaitinfo, sigtimedwait, faccessa...63221b3macros: Requiresafeinsafe_f!invocations707ab52macros: Requireunsafeinf!invocations8e40c94Enable clone3() syscall on sparc-linux and sparc64-linux8427909windows: Add back link names fortime-related symbolsb4863fanuttx: fix wchar_t definition under arm41c683dnuttx: mirror type definitionsUpdates
pasteyfrom 0.2.2 to 0.2.3Release notes
Sourced from pastey's releases.
Changelog
Sourced from pastey's changelog.
Commits
c377d07RELEASE v0.2.3d23c755Improve Branch Coverage to 100% (#34)998437fImprove Line Coverage (#32)Updates
pin-projectfrom 1.1.11 to 1.1.13Release notes
Sourced from pin-project's releases.
Changelog
Sourced from pin-project's changelog.
Commits
c3b6b85Release 1.1.1361a5c74Ignore clippy::missing_trait_methods lint in generated code31f59f8ci,tools: Update config and script2855546Release 1.1.124e66d4bci,tools: Update config and scriptf3c7f06Update dev-dependenciesd1bf779Update changelogeb98dd1tests: Update lint test05f3825ci,tools: Update config and script96b8d5fFix doc/commentsUpdates
randfrom 0.10.1 to 0.10.2Changelog
Sourced from rand's changelog.
Commits
1540ea3Prepare rand 0.10.2 (#1800)a29964aBump chacha20 from 0.10.0 to 0.10.1 in the all-deps group (#1801)ced9491Tweak docs for RngExt::random_range and SampleRange (#1798)db14664Check UniformChar validity on deser (#1790)bea8620Bump the all-deps group with 2 updates (#1796)4f44932Bump actions/cache from 5 to 6 (#1795)b999a13Bump actions/checkout from 6 to 7 (#1794)aeab810Avoid unsafe where safety depends on non-local values (#1791)1896d7cAdd typos CI job (#1789)43eddeeBump the all-deps group with 2 updates (#1788)Updates
snafufrom 0.9.0 to 0.9.2Changelog
Sourced from snafu's changelog.
Commits
d6b22beRelease 0.9.2fd520a8Update the changelogdb84e7eMerge pull request #560 from shepmaster/whatever-semicolon-expression86c5365Do not trigger thesemicolon_in_expressions_from_macroslint4fb4b5fMerge pull request #562 from shepmaster/v0-mangling666dbedDescription has been truncated