build(deps): bump the crates group across 1 directory with 44 updates#199
Closed
dependabot[bot] wants to merge 1 commit intostablefrom
Closed
build(deps): bump the crates group across 1 directory with 44 updates#199dependabot[bot] wants to merge 1 commit intostablefrom
dependabot[bot] wants to merge 1 commit intostablefrom
Conversation
Bumps the crates group with 31 updates in the /userspace/ksud directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.102` | | [clap](https://github.com/clap-rs/clap) | `4.5.53` | `4.5.60` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.8` | `0.11.9` | | rust-embed | `8.9.0` | `8.11.0` | | [which](https://github.com/harryfei/which-rs) | `8.0.0` | `8.0.1` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.23.0` | `3.26.0` | | [chrono](https://github.com/chronotope/chrono) | `0.4.42` | `0.4.44` | | [regex-lite](https://github.com/rust-lang/regex) | `0.1.8` | `0.1.9` | | [zip](https://github.com/zip-rs/zip2) | `7.0.0` | `8.2.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.146` | `1.0.149` | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.19.1` | `3.20.2` | | [bytes](https://github.com/tokio-rs/bytes) | `1.11.0` | `1.11.1` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.50` | `1.2.56` | | [crc](https://github.com/mrhooray/crc-rs) | `3.3.0` | `3.4.0` | | [deflate64](https://github.com/anatawa12/deflate64-rs) | `0.1.10` | `0.1.11` | | [deranged](https://github.com/jhpratt/deranged) | `0.5.5` | `0.5.8` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.5` | `1.1.9` | | [iana-time-zone](https://github.com/strawlab/iana-time-zone) | `0.1.64` | `0.1.65` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.12.1` | `2.13.0` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.16` | `1.0.17` | | [libm](https://github.com/rust-lang/compiler-builtins) | `0.2.15` | `0.2.16` | | [memchr](https://github.com/BurntSushi/memchr) | `2.7.6` | `2.8.0` | | [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.16` | `0.2.17` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.103` | `1.0.106` | | [quote](https://github.com/dtolnay/quote) | `1.0.42` | `1.0.45` | | [regex-automata](https://github.com/rust-lang/regex) | `0.4.13` | `0.4.14` | | [regex-syntax](https://github.com/rust-lang/regex) | `0.8.8` | `0.8.10` | | rust-embed-impl | `8.9.0` | `8.11.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.48.0` | `1.50.0` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.22` | `1.0.24` | | [wasip2](https://github.com/bytecodealliance/wasi-rs) | `1.0.1+wasi-0.2.4` | `1.0.2+wasi-0.2.9` | Updates `anyhow` from 1.0.100 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.102) Updates `clap` from 4.5.53 to 4.5.60 - [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.53...clap_complete-v4.5.60) Updates `env_logger` from 0.11.8 to 0.11.9 - [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.8...v0.11.9) Updates `rust-embed` from 8.9.0 to 8.11.0 Updates `which` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@8.0.0...8.0.1) Updates `tempfile` from 3.23.0 to 3.26.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.23.0...v3.26.0) Updates `chrono` from 0.4.42 to 0.4.44 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.42...v0.4.44) Updates `regex-lite` from 0.1.8 to 0.1.9 - [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-lite-0.1.8...regex-lite-0.1.9) Updates `rustix` from 1.1.3 to 1.1.4 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v1.1.3...v1.1.4) Updates `zip` from 7.0.0 to 8.2.0 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v7.0.0...v8.2.0) Updates `serde_json` from 1.0.146 to 1.0.149 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.146...v1.0.149) Updates `libc` from 0.2.178 to 0.2.182 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.182/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.178...0.2.182) Updates `bumpalo` from 3.19.1 to 3.20.2 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](fitzgen/bumpalo@v3.19.1...v3.20.2) Updates `bytes` from 1.11.0 to 1.11.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.11.0...v1.11.1) Updates `cc` from 1.2.50 to 1.2.56 - [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.50...cc-v1.2.56) Updates `clap_builder` from 4.5.53 to 4.5.60 - [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.5.53...v4.5.60) Updates `clap_derive` from 4.5.49 to 4.5.55 - [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.5.49...v4.5.55) Updates `clap_lex` from 0.7.6 to 1.0.0 - [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_lex-v0.7.6...clap_lex-v1.0.0) Updates `crc` from 3.3.0 to 3.4.0 - [Commits](mrhooray/crc-rs@3.3.0...3.4.0) Updates `deflate64` from 0.1.10 to 0.1.11 - [Release notes](https://github.com/anatawa12/deflate64-rs/releases) - [Changelog](https://github.com/anatawa12/deflate64-rs/blob/master/CHANGELOG.md) - [Commits](anatawa12/deflate64-rs@v0.1.10...v0.1.11) Updates `deranged` from 0.5.5 to 0.5.8 - [Commits](https://github.com/jhpratt/deranged/commits) Updates `find-msvc-tools` from 0.1.5 to 0.1.9 - [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.5...find-msvc-tools-v0.1.9) Updates `flate2` from 1.1.5 to 1.1.9 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.5...1.1.9) Updates `iana-time-zone` from 0.1.64 to 0.1.65 - [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md) - [Commits](strawlab/iana-time-zone@v0.1.64...v0.1.65) Updates `indexmap` from 2.12.1 to 2.13.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.12.1...2.13.0) Updates `itoa` from 1.0.16 to 1.0.17 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](dtolnay/itoa@1.0.16...1.0.17) Updates `libm` from 0.2.15 to 0.2.16 - [Release notes](https://github.com/rust-lang/compiler-builtins/releases) - [Commits](rust-lang/compiler-builtins@libm-v0.2.15...libm-v0.2.16) Updates `linux-raw-sys` from 0.11.0 to 0.12.1 - [Commits](sunfishcode/linux-raw-sys@v0.11.0...v0.12.1) Updates `memchr` from 2.7.6 to 2.8.0 - [Commits](BurntSushi/memchr@2.7.6...2.8.0) Updates `num-conv` from 0.1.0 to 0.2.0 - [Release notes](https://github.com/jhpratt/num-conv/releases) - [Commits](jhpratt/num-conv@v0.1.0...v0.2.0) Updates `pin-project-lite` from 0.2.16 to 0.2.17 - [Release notes](https://github.com/taiki-e/pin-project-lite/releases) - [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project-lite@v0.2.16...v0.2.17) Updates `proc-macro2` from 1.0.103 to 1.0.106 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.103...1.0.106) Updates `quote` from 1.0.42 to 1.0.45 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.42...1.0.45) Updates `regex-automata` from 0.4.13 to 0.4.14 - [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.13...regex-automata-0.4.14) Updates `regex-syntax` from 0.8.8 to 0.8.10 - [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-syntax-0.8.8...regex-syntax-0.8.10) Updates `rust-embed-impl` from 8.9.0 to 8.11.0 Updates `rust-embed-utils` from 8.9.0 to 8.11.0 Updates `time` from 0.3.44 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.44...v0.3.47) Updates `time-core` from 0.1.6 to 0.1.8 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/commits) Updates `tokio` from 1.48.0 to 1.50.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.50.0) Updates `unicode-ident` from 1.0.22 to 1.0.24 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.22...1.0.24) Updates `wasip2` from 1.0.1+wasi-0.2.4 to 1.0.2+wasi-0.2.9 - [Commits](bytecodealliance/wasi-rs@wasip2-1.0.1...wasip2-1.0.2) Updates `wit-bindgen` from 0.46.0 to 0.51.0 - [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases) - [Commits](bytecodealliance/wit-bindgen@v0.46.0...v0.51.0) Updates `zlib-rs` from 0.5.5 to 0.6.3 - [Release notes](https://github.com/trifectatechfoundation/zlib-rs/releases) - [Changelog](https://github.com/trifectatechfoundation/zlib-rs/blob/main/docs/release.md) - [Commits](trifectatechfoundation/zlib-rs@v0.5.5...v0.6.3) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: env_logger dependency-version: 0.11.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: rust-embed dependency-version: 8.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates - dependency-name: which dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: tempfile dependency-version: 3.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates - dependency-name: chrono dependency-version: 0.4.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: regex-lite dependency-version: 0.1.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: rustix dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: zip dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: crates - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: libc dependency-version: 0.2.182 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: bumpalo dependency-version: 3.20.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: bytes dependency-version: 1.11.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: cc dependency-version: 1.2.56 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: clap_builder dependency-version: 4.5.60 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: clap_derive dependency-version: 4.5.55 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: clap_lex dependency-version: 1.0.0 dependency-type: indirect update-type: version-update:semver-major dependency-group: crates - dependency-name: crc dependency-version: 3.4.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: deflate64 dependency-version: 0.1.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: deranged dependency-version: 0.5.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: find-msvc-tools dependency-version: 0.1.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: flate2 dependency-version: 1.1.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: iana-time-zone dependency-version: 0.1.65 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: indexmap dependency-version: 2.13.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: itoa dependency-version: 1.0.17 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: libm dependency-version: 0.2.16 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: linux-raw-sys dependency-version: 0.12.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: memchr dependency-version: 2.8.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: num-conv dependency-version: 0.2.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: pin-project-lite dependency-version: 0.2.17 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: proc-macro2 dependency-version: 1.0.106 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: quote dependency-version: 1.0.45 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: regex-automata dependency-version: 0.4.14 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: regex-syntax dependency-version: 0.8.10 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: rust-embed-impl dependency-version: 8.11.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: rust-embed-utils dependency-version: 8.11.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: time dependency-version: 0.3.47 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: time-core dependency-version: 0.1.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: tokio dependency-version: 1.50.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: unicode-ident dependency-version: 1.0.24 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: wasip2 dependency-version: 1.0.2+wasi-0.2.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: wit-bindgen dependency-version: 0.51.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: zlib-rs dependency-version: 0.6.3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 crates group with 31 updates in the /userspace/ksud directory:
1.0.1001.0.1024.5.534.5.600.11.80.11.98.9.08.11.08.0.08.0.13.23.03.26.00.4.420.4.440.1.80.1.97.0.08.2.01.0.1461.0.1493.19.13.20.21.11.01.11.11.2.501.2.563.3.03.4.00.1.100.1.110.5.50.5.81.1.51.1.90.1.640.1.652.12.12.13.01.0.161.0.170.2.150.2.162.7.62.8.00.2.160.2.171.0.1031.0.1061.0.421.0.450.4.130.4.140.8.80.8.108.9.08.11.01.48.01.50.01.0.221.0.241.0.1+wasi-0.2.41.0.2+wasi-0.2.9Updates
anyhowfrom 1.0.100 to 1.0.102Release notes
Sourced from anyhow's releases.
Commits
5c657b3Release 1.0.102e737fb6Merge pull request #442 from dtolnay/backtrace7fe62b5Further simply backtrace conditional compilationc8cb5caMerge pull request #441 from dtolnay/backtracede27df7Delete CI use of --features=backtrace9b67e5dMerge pull request #440 from dtolnay/backtraceefdb11aSimplifystd_backtraceconditional codeb8a9a70Merge pull request #439 from dtolnay/backtracea42fc2cRemovefeature = "backtrace"conditional code2a2a3ceRe-word backtrace feature commentUpdates
clapfrom 4.5.53 to 4.5.60Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
33d24d8chore: Release9332409docs: Update changelogb7adce5Merge pull request #6166 from fabalchemy/fix-dynamic-powershell-completion009bba4fix(clap_complete): Improve powershell registrationd89d57dchore: Releasef18b67edocs: Update changelog9d218ebMerge pull request #6165 from epage/shirt126440cfix(help): Correctly calculate padding for short-only args9e3c05etest(help): Show panic with short, valueless argc9898d0test(help): Verify short with valueUpdates
env_loggerfrom 0.11.8 to 0.11.9Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
2f06b4cchore: Release57e13acchore: Release4f9066dMerge pull request #393 from rust-cli/renovate/crate-ci-typos-1.x3e4709achore(deps): Update Rust crate snapbox to v0.6.24 (#394)80ff83achore(deps): Update pre-commit hook crate-ci/typos to v1.42.376891b9Merge pull request #392 from epage/template14cda4achore: Update from _rust templatee4f2b35chore(ci): Update action6d0d36bchore(ci): Clean up previous branch in case it was leaked30b3b14chore(ci): Fix how rustfmt jobs runUpdates
rust-embedfrom 8.9.0 to 8.11.0Updates
whichfrom 8.0.0 to 8.0.1Release notes
Sourced from which's releases.
Changelog
Sourced from which's changelog.
Commits
d684ababump version to 8.0.1e13cc64test: add unit test for issue #1086afe4a0fix: Windows should omit empty path entries in list8561a48check in Cargo.lock which is compatible with Rust 1.70d68878ebump cargo-deny versione866089Update Readme (#115)Updates
tempfilefrom 3.23.0 to 3.26.0Changelog
Sourced from tempfile's changelog.
Commits
929a112chore: release 3.26.029d6ac5Add Redox OS CI (#394)375067fdoc(README): document supported platformsd353717feat(redox): implement persist() (#393)64114d7Fix typos in documentation (#392)9a38b8dchore: release 3.25.0fd4430bchore: allow getrandom 0.4.x (#391)8e5ba93ci: restrict permissions to the empty set by default (#389)4645b68ci: improve formatting and simplify freebsd CI (#388)3eb40e0ci: adds FreeBsd ci using vm runner (#387)Updates
chronofrom 0.4.42 to 0.4.44Release notes
Sourced from chrono's releases.
Commits
c14b459Bump version to 0.4.44ea832c5Add track_caller to non-deprecated functionscfae889Fix panic message in to_rfc2822f8900b5docs: match MSRV withCargo.tomlcontents45caaa9Update copyright year to 2026 in LICENSE.txt1c0b8f0Bump version to 0.4.43a03e43bUpgrade windows-bindgen to 0.664fedabaIgnore bincode advisoryf4b7bbdBump actions/checkout from 5 to 6db12973Added doctest for the NaiveDate years_since function (#1755)Updates
regex-litefrom 0.1.8 to 0.1.9Changelog
Sourced from regex-lite's changelog.
... (truncated)
Commits
0c07faeregex-lite-0.1.96a81006cargo: exclude development scripts and fuzzing data4733e28automata: fixonepass::DFA::try_search_slotspanic when too many slots are ...5ea3eb11.12.2ab0b071regex-automata-0.4.13691d514regex-syntax-0.8.81dd9077docs: swapdoc_auto_cfgwithdoc_cfg0089034regex-cli-0.2.3Updates
rustixfrom 1.1.3 to 1.1.4Commits
c4caf5cchore: Release rustix version 1.1.45953a2cPrune pins in CI that are no longer needed. (#1588)9116c05Bump dependencies (#1567)5ee0ca3hurd: Fix l_type and l_whence types (#1569)8950589Clobber vector registers and do not use preserves_flags in riscv64 syscalls (...7b0d2aeUpdate pins for MSRV compatibility (#1585)99458d8feat(redox):renameatandrenameat_with(#1586)a9c8dcbRemove reference to yanked crate in README.md (#1587)8bf15a0Drop custom makedev implementation for Redox (#1582)74b886dUpdate pins for MSRV compatibility (#1584)Updates
zipfrom 7.0.0 to 8.2.0Release notes
Sourced from zip's releases.
... (truncated)
Changelog
Sourced from zip's changelog.
... (truncated)
Commits
ff001c6chore: release v8.2.0 (#678)9c328dcci(deps): bump github/codeql-action from 4.32.2 to 4.32.4 (#707)f2bd439test: add test to check len of zip64 (#705)617cee1test: Add a test that validates CRC_TABLE (#690)2ee1e93style: Rename KEYSTREAM_BASE_SUFFIX to KEYSTREAM_BITMASK and clarify comment ...18301cestyle: Potential fix for 1 code quality finding in tests/zip_ntfs.rs (#702)240f27afeat: allow custom salt (#680)8c36837ci(deps): bump actions/dependency-review-action from 4.8.2 to 4.8.3 (#698)79a46eaApply suggested fix to tests/zip_extra_field.rs from Copilot Autofix (#701)7c2c6bdstyle: Remove macros (#689)Updates
serde_jsonfrom 1.0.146 to 1.0.149Release notes
Sourced from serde_json's releases.
Commits
4f6dbfaRelease 1.0.149f3df680Touch up PR 1306e16730fMerge pull request #1306 from b41sh/fix-float-number-displayeeb2bcdAlignarbitrary_precisionnumber strings with zmij’s formatting8b291c4Release 1.0.1481aefe15Update to zmij 1.062d6e8dRelease 1.0.147fd829a6Merge pull request #1304 from dtolnay/zmije757a3dSwitch from ryu -> zmij for float formattingUpdates
libcfrom 0.2.178 to 0.2.182Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
e879ee9chore: Release libc 0.2.1822efe72fremove copyright year in LICENSE-MIT634bc4eci: Update the list of tested and documented targetsd7aa109Revert "Disable hexagon-unknown-linux-musl testing for now"14e2f56Revert "ci: Skip hexagon-unknown-linux-musl"b7807c3Revert "aix: Temporarily skip checking powerpc64-ibm-aix builds"abe93a0feat(linux): addtgkillfor Linux and Android25f7ddefeat(redox): addRENAME_NOREPLACE4b4ce4ffeat(redox): addrenameat2ab8c36cbuild(deps): bump vmactions/solaris-vm from 1.2.8 to 1.3.0Updates
bumpalofrom 3.19.1 to 3.20.2Changelog
Sourced from bumpalo's changelog.
Commits
1aad072Bump to version 3.20.2 (#312)2fb1d6aAdd more tests for send and sync behavior, support unsized types (#311)7c8d1f3Bump to 3.20.1 (#310)e06b36bRestore Send and Sync for Box (#309)cb7f033Bump to 3.20.0 (#307)d97d31cMake box covariant (#304)f9256f7Pin quickcheck (#306)a006efbFix String::retain panic safety yielding invalid UTF-8 (#302)96ba386Add pop_if() to Vec (#301)Updates
bytesfrom 1.11.0 to 1.11.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
417dccdRelease bytes v1.11.1 (#820)d0293b0Merge commit from forkUpdates
ccfrom 1.2.50 to 1.2.56Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
709c27fchore(cc): release v1.2.56 (#1677)743f2c9Regenerate target info (#1676)9eda981Fixclang-cltarget when cross-compiling (#1670)0767349chore: release (#1668)268daebRegenerate target info (#1667)6fb617dFix RUSTFLAGS typo in test-linker-plugin-lto (#1665)16a5282Disable PIC for armv7-sony-vita-newlibeabihf (#1664)0b52cf2Addfind_windows_sdkAPI (#1663)85466d8chore(cc): release v1.2.54 (#1662)e580d49Fix x86_64-unknown-linux-gnuasan parsing (