-
Notifications
You must be signed in to change notification settings - Fork 253
chore(deps): bump the minor group across 1 directory with 41 updates #4964
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
Bumps the minor group with 40 updates in the / directory: | Package | From | To | | --- | --- | --- | | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.32.1` | `0.35.2` | | [libc](https://github.com/rust-lang/libc) | `0.2.173` | `0.2.175` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.21.7` | `0.22.1` | | [chrono-tz](https://github.com/chronotope/chrono-tz) | `0.10.3` | `0.10.4` | | [itertools](https://github.com/rust-itertools/itertools) | `0.10.5` | `0.14.0` | | [jaq-core](https://github.com/01mf02/jaq) | `2.2.0` | `2.2.1` | | [jaq-json](https://github.com/01mf02/jaq) | `1.1.2` | `1.1.3` | | [jaq-std](https://github.com/01mf02/jaq) | `2.1.1` | `2.1.2` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.1` | | [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.142` | | [test-log](https://github.com/d-e-s-o/test-log) | `0.2.17` | `0.2.18` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.12` | `2.0.14` | | [tokio](https://github.com/tokio-rs/tokio) | `1.45.1` | `1.47.1` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.15` | `0.7.16` | | [uuid](https://github.com/uuid-rs/uuid) | `1.17.0` | `1.18.0` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.23.1` | `1.23.2` | | [dyn-clone](https://github.com/dtolnay/dyn-clone) | `1.0.19` | `1.0.20` | | [multiversion](https://github.com/calebzulawski/multiversion) | `0.7.4` | `0.8.0` | | [zstd](https://github.com/gyscos/zstd-rs) | `0.12.4` | `0.13.3` | | [criterion](https://github.com/bheisler/criterion.rs) | `0.4.0` | `0.7.0` | | sample-std | `0.1.1` | `0.2.1` | | sample-test | `0.1.1` | `0.2.1` | | [terminal_size](https://github.com/eminence/terminal-size) | `0.4.2` | `0.4.3` | | [aws-credential-types](https://github.com/smithy-lang/smithy-rs) | `1.2.3` | `1.2.5` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.95` | `1.0.97` | | [syn](https://github.com/dtolnay/syn) | `2.0.103` | `2.0.104` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.98` | `1.0.99` | | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.14` | `0.1.16` | | [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.8.0` | `1.8.1` | | [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) | `1.92.0` | `1.96.0` | | [aws-smithy-http-client](https://github.com/smithy-lang/smithy-rs) | `1.0.5` | `1.0.6` | | [retry-policies](https://github.com/TrueLayer/retry-policies) | `0.4.0` | `0.5.1` | | [md5](https://github.com/stainless-steel/md5) | `0.7.0` | `0.8.0` | | [memmap2](https://github.com/RazrFalcon/memmap2-rs) | `0.9.5` | `0.9.7` | | [simd-json](https://github.com/simd-lite/simd-json) | `0.13.11` | `0.15.1` | | [strum](https://github.com/Peternator7/strum) | `0.26.3` | `0.27.2` | | [ctor](https://github.com/mmastrac/rust-ctor) | `0.2.9` | `0.5.0` | | [async-channel](https://github.com/smol-rs/async-channel) | `2.3.1` | `2.5.0` | | [lz4_flex](https://github.com/pseitz/lz4_flex) | `0.9.5` | `0.11.4` | | [clap](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.45` | Updates `sysinfo` from 0.32.1 to 0.35.2 - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.32.1...v0.35.2) Updates `libc` from 0.2.173 to 0.2.175 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.175/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.173...0.2.175) Updates `base64` from 0.21.7 to 0.22.1 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.7...v0.22.1) Updates `chrono-tz` from 0.10.3 to 0.10.4 - [Release notes](https://github.com/chronotope/chrono-tz/releases) - [Commits](chronotope/chrono-tz@v0.10.3...v0.10.4) Updates `itertools` from 0.10.5 to 0.14.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.10.5...v0.14.0) Updates `jaq-core` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/01mf02/jaq/releases) - [Commits](https://github.com/01mf02/jaq/commits) Updates `jaq-json` from 1.1.2 to 1.1.3 - [Release notes](https://github.com/01mf02/jaq/releases) - [Commits](https://github.com/01mf02/jaq/commits) Updates `jaq-std` from 2.1.1 to 2.1.2 - [Release notes](https://github.com/01mf02/jaq/releases) - [Commits](https://github.com/01mf02/jaq/commits) Updates `rand` from 0.8.5 to 0.9.1 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...rand_core-0.9.1) Updates `serde_json` from 1.0.140 to 1.0.142 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.142) Updates `test-log` from 0.2.17 to 0.2.18 - [Release notes](https://github.com/d-e-s-o/test-log/releases) - [Changelog](https://github.com/d-e-s-o/test-log/blob/main/CHANGELOG.md) - [Commits](d-e-s-o/test-log@v0.2.17...v0.2.18) Updates `thiserror` from 2.0.12 to 2.0.14 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.12...2.0.14) Updates `tokio` from 1.45.1 to 1.47.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.1...tokio-1.47.1) Updates `tokio-util` from 0.7.15 to 0.7.16 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.15...tokio-util-0.7.16) Updates `uuid` from 1.17.0 to 1.18.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.17.0...v1.18.0) Updates `bytemuck` from 1.23.1 to 1.23.2 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.23.1...v1.23.2) Updates `dyn-clone` from 1.0.19 to 1.0.20 - [Release notes](https://github.com/dtolnay/dyn-clone/releases) - [Commits](dtolnay/dyn-clone@1.0.19...1.0.20) Updates `multiversion` from 0.7.4 to 0.8.0 - [Release notes](https://github.com/calebzulawski/multiversion/releases) - [Changelog](https://github.com/calebzulawski/multiversion/blob/master/CHANGELOG.md) - [Commits](calebzulawski/multiversion@0.7.4...0.8.0) Updates `zstd` from 0.12.4 to 0.13.3 - [Release notes](https://github.com/gyscos/zstd-rs/releases) - [Commits](gyscos/zstd-rs@v0.12.4...v0.13.3) Updates `criterion` from 0.4.0 to 0.7.0 - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.4.0...0.7.0) Updates `sample-std` from 0.1.1 to 0.2.1 Updates `sample-test` from 0.1.1 to 0.2.1 Updates `terminal_size` from 0.4.2 to 0.4.3 - [Release notes](https://github.com/eminence/terminal-size/releases) - [Commits](eminence/terminal-size@v0.4.2...v0.4.3) Updates `aws-credential-types` from 1.2.3 to 1.2.5 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `proc-macro2` from 1.0.95 to 1.0.97 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.95...1.0.97) Updates `syn` from 2.0.103 to 2.0.104 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.103...2.0.104) Updates `anyhow` from 1.0.98 to 1.0.99 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.98...1.0.99) Updates `hyper-util` from 0.1.14 to 0.1.16 - [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.14...v0.1.16) Updates `aws-config` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-sdk-s3` from 1.92.0 to 1.96.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `aws-smithy-http-client` from 1.0.5 to 1.0.6 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-runtime-api` from 1.8.1 to 1.8.7 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `retry-policies` from 0.4.0 to 0.5.1 - [Release notes](https://github.com/TrueLayer/retry-policies/releases) - [Changelog](https://github.com/TrueLayer/retry-policies/blob/main/CHANGELOG.md) - [Commits](TrueLayer/retry-policies@v0.4.0...v0.5.1) Updates `md5` from 0.7.0 to 0.8.0 - [Commits](https://github.com/stainless-steel/md5/commits) Updates `memmap2` from 0.9.5 to 0.9.7 - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/memmap2-rs/commits) Updates `simd-json` from 0.13.11 to 0.15.1 - [Commits](simd-lite/simd-json@v0.13.11...v0.15.1) Updates `strum` from 0.26.3 to 0.27.2 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.26.3...v0.27.2) Updates `ctor` from 0.2.9 to 0.5.0 - [Commits](https://github.com/mmastrac/rust-ctor/commits) Updates `async-channel` from 2.3.1 to 2.5.0 - [Release notes](https://github.com/smol-rs/async-channel/releases) - [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md) - [Commits](smol-rs/async-channel@v2.3.1...v2.5.0) Updates `lz4_flex` from 0.9.5 to 0.11.4 - [Release notes](https://github.com/pseitz/lz4_flex/releases) - [Changelog](https://github.com/PSeitz/lz4_flex/blob/main/CHANGELOG.md) - [Commits](https://github.com/pseitz/lz4_flex/commits/0.11.4) Updates `clap` from 4.5.40 to 4.5.45 - [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.5.40...clap_complete-v4.5.45) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.35.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: libc dependency-version: 0.2.175 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: base64 dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: chrono-tz dependency-version: 0.10.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: itertools dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: jaq-core dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: jaq-json dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: jaq-std dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: serde_json dependency-version: 1.0.142 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: test-log dependency-version: 0.2.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: thiserror dependency-version: 2.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: tokio dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: tokio-util dependency-version: 0.7.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: uuid dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: bytemuck dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: dyn-clone dependency-version: 1.0.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: multiversion dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: zstd dependency-version: 0.13.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: criterion dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: sample-std dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: sample-test dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: terminal_size dependency-version: 0.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: aws-credential-types dependency-version: 1.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: proc-macro2 dependency-version: 1.0.97 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: syn dependency-version: 2.0.104 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: anyhow dependency-version: 1.0.99 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: hyper-util dependency-version: 0.1.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: aws-config dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: aws-sdk-s3 dependency-version: 1.96.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: aws-smithy-http-client dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: aws-smithy-runtime-api dependency-version: 1.8.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: retry-policies dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: md5 dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: memmap2 dependency-version: 0.9.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: simd-json dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: strum dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: ctor dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: async-channel dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: lz4_flex dependency-version: 0.11.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: clap dependency-version: 4.5.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
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
chore
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
0 participants
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 group with 40 updates in the / directory:
0.32.1
0.35.2
0.2.173
0.2.175
0.21.7
0.22.1
0.10.3
0.10.4
0.10.5
0.14.0
2.2.0
2.2.1
1.1.2
1.1.3
2.1.1
2.1.2
0.8.5
0.9.1
1.0.140
1.0.142
0.2.17
0.2.18
2.0.12
2.0.14
1.45.1
1.47.1
0.7.15
0.7.16
1.17.0
1.18.0
1.23.1
1.23.2
1.0.19
1.0.20
0.7.4
0.8.0
0.12.4
0.13.3
0.4.0
0.7.0
0.1.1
0.2.1
0.1.1
0.2.1
0.4.2
0.4.3
1.2.3
1.2.5
1.0.95
1.0.97
2.0.103
2.0.104
1.0.98
1.0.99
0.1.14
0.1.16
1.8.0
1.8.1
1.92.0
1.96.0
1.0.5
1.0.6
0.4.0
0.5.1
0.7.0
0.8.0
0.9.5
0.9.7
0.13.11
0.15.1
0.26.3
0.27.2
0.2.9
0.5.0
2.3.1
2.5.0
0.9.5
0.11.4
4.5.40
4.5.45
Updates
sysinfo
from 0.32.1 to 0.35.2Changelog
Sourced from sysinfo's changelog.
... (truncated)
Commits
7d69138
Merge pull request #1540 from GuillaumeGomez/updated77abf1
Update CHANGELOG to0.35.2
2959584
Update crate version to 0.35.2d305f09
Merge pull request #1538 from GuillaumeGomez/process-wait881c3c0
Add regression test forProcess::wait
c2f5d09
Update documentation forProcess::wait
method4ad81e3
Add extra security on linux Process::wait to ensure the process we want to wa...bcc4250
Revert "ImproveProcess::wait
code on Windows"c2a9283
Merge pull request #1536 from eatradish/fix-loongarch6-freqa48c25d
refactor: usecpuinfo_is_key
to check data is keyUpdates
libc
from 0.2.173 to 0.2.175Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
84e26e6
Update the lockfile4d04aee
chore: release libc 0.2.17594a7f32
cleanup: Format a file that was missed1725273
Rename the ctest file frommain
toctest
e9b021b
freebsd adding further TCP stack related constants.9606a29
freebsd15: Add ki_uerrmsg to struct kinfo_proc2816bc2
libc-test: include sys/ktls.h on freebsdadfe283
libc-test: Account for xktls_session_onedir::gen (freebsd)4cc1bf4
freebsd: Document avoidance of reserved namegen
7cdcaa6
freebsd: Fix type of struct xktls_session_onedir, field ifnetUpdates
base64
from 0.21.7 to 0.22.1Changelog
Sourced from base64's changelog.
Commits
e144006
v0.22.164cca59
Merge pull request #271 from JobanSD/patch-1838355e
Correct BinHex 4.0 alphabet according to specificationsbf15ccf
Merge pull request #270 from marshallpierce/mp/clippyfc6aabe
Appease clippy9a518a2
Merge pull request #267 from bdura/patch-1d96c80f
Merge branch 'marshallpierce:master' into patch-15d70ba7
Merge pull request #269 from marshallpierce/mp/decode-preciselyefb6c00
Release notes2b91084
Add some tests to boost coverageUpdates
chrono-tz
from 0.10.3 to 0.10.4Commits
e15d1f3
Bump parse-zoneinfo version to 0.4.1a2f0989
parse-zoneinfo: don't package large test/example files04d00af
Bump chrono-tz version to 0.10.4c78174a
parse-zoneinfo: move DaySpec impl next to definitiond4c6cb2
parse-zoneinfo: move Weekday impl next to definitiond3c15ba
parse-zoneinfo: move tests into tests modulef29c72d
parse-zoneinfo: move TimeType impl next to definitionbe19239
parse-zoneinfo: import TableBuilder::add_line()1cd1235
parser-zoneinfo: drop LineParser typedd64b82
parse-zoneinfo: use simple Rust code to parse empty linesUpdates
itertools
from 0.10.5 to 0.14.0Changelog
Sourced from itertools's changelog.
... (truncated)
Commits
a015a68
Addnext_array
andcollect_array
a1213e1
Prepare v0.14.0 releaseff0c942
fix clippy lintsf80883b
Fix into_group_map_by documentation errorsb793238
Add track_caller for asser_equal5d4056b
default_features
is deprecated - switch it todefault-features
a447b68
doc for added traitd0479b0
"nitpicks"35c78ce
IndexMut -> BorrowMut<slice>deb53ba
refactored to share codeUpdates
jaq-core
from 2.2.0 to 2.2.1Commits
Updates
jaq-json
from 1.1.2 to 1.1.3Commits
Updates
jaq-std
from 2.1.1 to 2.1.2Commits
Updates
rand
from 0.8.5 to 0.9.1Changelog
Sourced from rand's changelog.
... (truncated)
Commits
ec6d5c0
Prepare rand_core v0.9.1 (#1591)6a06056
rand_core: introduce an UnwrapMut wrapper (#1589)8929123
AddAlphabetic
distribution (#1587)06b1642
Remove unnecessary underscore from `impl<T, const N: usize> Distribution<[T; ...49d76cd
rename extract to extract_lane (#1586)e0a70fd
Change to usearray::from_fn
inDistribution\<[T; N]> for StandardUniform
...0bc3f65
Move rand distr (#1577)2677c49
Revise "not a crypto library" policy and SECURITY.md (#1565)bfd1826
SeedableRng docs: add note on (lack of) reproducibility (#1572)c01aee7
Fix some links (#1571)Updates
serde_json
from 1.0.140 to 1.0.142Release notes
Sourced from serde_json's releases.
Commits
1731167
Release 1.0.142e51c814
Touch up PR 126584abbdb
Merge pull request #1265 from aatifsyed/master6843c36
Release 1.0.1416e2c210
Touch up PR 1273623d9b4
Merge pull request #1273 from conradludgate/optimise-string-escapingde70b7d
use unreachable_unchecked for escape table. use a second match to roundtrip E...f2d940d
replace start index with bytes slice reference9206cc0
feat: impl Default for &Valuecd55b5a
Ignore mismatched_lifetime_syntaxes lintUpdates
test-log
from 0.2.17 to 0.2.18Release notes
Sourced from test-log's releases.
Changelog
Sourced from test-log's changelog.
Commits
906985b
Bump version to 0.2.18ed1b74b
Document attribute stacking betterea64013
Remove fordoctest module usage in doc tests9e8af8a
Actually enable lints.rust usage634e9e6
Add CHANGELOG entry for #46d0ac712
Append#[::core::prelude::v1::test]
only if no test macros exista090d87
Update rustfmt configuration4ce4b82
Enable default list of lints81e1696
Add third common feature combination to READMEc5ee23e
Emphasize cargo feature flags in README.mdUpdates
thiserror
from 2.0.12 to 2.0.14Release notes
Sourced from thiserror's releases.
Commits
eea6799
Release 2.0.14a2aa6d7
Merge pull request #426 from dtolnay/enotemptyf00ebc5
Allow build-script cleanup failure with NFSv3 output directory to be non-fatal61f28da
Release 2.0.1389872e3
Unindent crate-level markdown linksaee87e5
Wrap PR 425 to 80 columns0f94e99
Merge pull request #425 from Kriskras99/feat/doc_linksf1eb081
Add links to more itemsf301423
Revert "Pin nightly toolchain used for miri job"7a5fbc6
Update ui test suite to nightly-2025-07-30Updates
tokio
from 1.45.1 to 1.47.1Release notes
Sourced from tokio's releases.
... (truncated)
Commits
be8ee45
chore: prepare Tokio v1.47.1 (#7504)d9b1916
Merge 'tokio-1.43.2' into 'tokio-1.47.x' (#7503)db8edc6
chore: prepare Tokio v1.43.2 (#7502)4730984
readme: add 1.47 as LTS release (#7497)1979615
process: fix panic from spurious pidfd wakeup (#7494)f669a60
ci: add lockfile for LTS branchce41896
sync: fix broken link of Pythonasyncio.Event
inSetOnce
docs (#7485)c8ab78a
changelog: fix incorrect PR number for 1.47.0 (#7484)3911cb8
chore: prepare Tokio v1.47.0 (#7482)d545aa2
sync: addsync::Notify::notified_owned()
(#7465)Updates
tokio-util
from 0.7.15 to 0.7.16Commits
cf6b50a
chore: prepare tokio-util v0.7.16 (#7507)416e36b
task: stabiliseJoinMap
(#7075)9741c90
sync: document cancel safety onSetOnce::wait
(#7506)4e3f17b
codec: also apply capacity to read buffer inFramed::with_capacity
(#7500)86cbf81
Merge 'tokio-1.47.1' into 'master'be8ee45
chore: prepare Tokio v1.47.1 (#7504)d9b1916
Merge 'tokio-1.43.2' into 'tokio-1.47.x' (#7503)db8edc6
chore: prepare Tokio v1.43.2 (#7502)e47565b
blocking: clarify that spawn_blocking is aborted if not yet started (#7501)4730984
readme: add 1.47 as LTS release (#7497)Updates
uuid
from 1.17.0 to 1.18.0Release notes
Sourced from uuid's releases.
Commits
60a49eb
Merge pull request