-
Notifications
You must be signed in to change notification settings - Fork 0
Bump the rust-dependencies group across 1 directory with 35 updates #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/cargo/rust-dependencies-f38ab9118a
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the rust-dependencies group with 27 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.101` | | [clap](https://github.com/clap-rs/clap) | `4.5.53` | `4.5.57` | | [colored](https://github.com/mackwic/colored) | `3.0.0` | `3.1.1` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.12.1` | `2.13.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.149` | | [toml](https://github.com/toml-rs/toml) | `0.9.10+spec-1.1.0` | `0.9.11+spec-1.1.0` | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.1.1` | `2.1.2` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.23.0` | `3.24.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.50` | `1.2.55` | | [clap_lex](https://github.com/clap-rs/clap) | `0.7.6` | `0.7.7` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.15` | `1.0.17` | | [libc](https://github.com/rust-lang/libc) | `0.2.178` | `0.2.180` | | [memchr](https://github.com/BurntSushi/memchr) | `2.7.6` | `2.8.0` | | [pest](https://github.com/pest-parser/pest) | `2.8.4` | `2.8.6` | | [pest_derive](https://github.com/pest-parser/pest) | `2.8.4` | `2.8.6` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.103` | `1.0.106` | | [psm](https://github.com/rust-lang/stacker) | `0.1.28` | `0.1.30` | | [quote](https://github.com/dtolnay/quote) | `1.0.42` | `1.0.44` | | [regex](https://github.com/rust-lang/regex) | `1.12.2` | `1.12.3` | | [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.9` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.21` | `1.0.22` | | [stacker](https://github.com/rust-lang/stacker) | `0.1.22` | `0.1.23` | | [syn](https://github.com/dtolnay/syn) | `2.0.111` | `2.0.114` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.17` | `2.0.18` | | [unicase](https://github.com/seanmonstar/unicase) | `2.8.1` | `2.9.0` | | [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.101 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.101) Updates `clap` from 4.5.53 to 4.5.57 - [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.57) Updates `colored` from 3.0.0 to 3.1.1 - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md) - [Commits](colored-rs/colored@v3.0.0...v3.1.1) 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 `serde_json` from 1.0.145 to 1.0.149 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.149) Updates `toml` from 0.9.10+spec-1.1.0 to 0.9.11+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.9.10...toml-v0.9.11) Updates `assert_cmd` from 2.1.1 to 2.1.2 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.1.1...v2.1.2) Updates `tempfile` from 3.23.0 to 3.24.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.23.0...v3.24.0) Updates `cc` from 1.2.50 to 1.2.55 - [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.55) Updates `clap_builder` from 4.5.53 to 4.5.57 - [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.57) 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 0.7.7 - [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-v0.7.7) 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 `itoa` from 1.0.15 to 1.0.17 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](dtolnay/itoa@1.0.15...1.0.17) Updates `libc` from 0.2.178 to 0.2.180 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.180/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.178...0.2.180) Updates `memchr` from 2.7.6 to 2.8.0 - [Commits](BurntSushi/memchr@2.7.6...2.8.0) Updates `pest` from 2.8.4 to 2.8.6 - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.8.4...v2.8.6) Updates `pest_derive` from 2.8.4 to 2.8.6 - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.8.4...v2.8.6) Updates `pest_generator` from 2.8.4 to 2.8.6 - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.8.4...v2.8.6) Updates `pest_meta` from 2.8.4 to 2.8.6 - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.8.4...v2.8.6) 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 `psm` from 0.1.28 to 0.1.30 - [Commits](https://github.com/rust-lang/stacker/commits) Updates `quote` from 1.0.42 to 1.0.44 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.42...1.0.44) Updates `regex` from 1.12.2 to 1.12.3 - [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.2...1.12.3) 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.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-syntax-0.8.8...regex-syntax-0.8.9) Updates `rustix` from 1.1.2 to 1.1.3 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v1.1.2...v1.1.3) Updates `ryu` from 1.0.21 to 1.0.22 - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](dtolnay/ryu@1.0.21...1.0.22) Updates `stacker` from 0.1.22 to 0.1.23 - [Commits](rust-lang/stacker@stacker-0.1.22...psm-0.1.23) Updates `syn` from 2.0.111 to 2.0.114 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.111...2.0.114) Updates `thiserror` from 2.0.17 to 2.0.18 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.17...2.0.18) Updates `thiserror-impl` from 2.0.17 to 2.0.18 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.17...2.0.18) Updates `unicase` from 2.8.1 to 2.9.0 - [Release notes](https://github.com/seanmonstar/unicase/releases) - [Commits](seanmonstar/unicase@v2.8.1...v2.9.0) 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) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.101 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-version: 4.5.57 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: colored dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: indexmap dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: toml dependency-version: 0.9.11+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: assert_cmd dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tempfile dependency-version: 3.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: cc dependency-version: 1.2.55 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap_builder dependency-version: 4.5.57 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap_derive dependency-version: 4.5.55 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap_lex dependency-version: 0.7.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: find-msvc-tools dependency-version: 0.1.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: itoa dependency-version: 1.0.17 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libc dependency-version: 0.2.180 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: memchr dependency-version: 2.8.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: pest dependency-version: 2.8.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: pest_derive dependency-version: 2.8.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: pest_generator dependency-version: 2.8.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: pest_meta dependency-version: 2.8.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: proc-macro2 dependency-version: 1.0.106 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: psm dependency-version: 0.1.30 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: quote dependency-version: 1.0.44 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: regex dependency-version: 1.12.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: regex-automata dependency-version: 0.4.14 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: regex-syntax dependency-version: 0.8.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rustix dependency-version: 1.1.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: ryu dependency-version: 1.0.22 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: stacker dependency-version: 0.1.23 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: syn dependency-version: 2.0.114 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: thiserror-impl dependency-version: 2.0.18 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: unicase dependency-version: 2.9.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: wasip2 dependency-version: 1.0.2+wasi-0.2.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: wit-bindgen dependency-version: 0.51.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 rust-dependencies group with 27 updates in the / directory:
1.0.1001.0.1014.5.534.5.573.0.03.1.12.12.12.13.01.0.1451.0.1490.9.10+spec-1.1.00.9.11+spec-1.1.02.1.12.1.23.23.03.24.01.2.501.2.550.7.60.7.71.0.151.0.170.2.1780.2.1802.7.62.8.02.8.42.8.62.8.42.8.61.0.1031.0.1060.1.280.1.301.0.421.0.441.12.21.12.30.4.130.4.140.8.80.8.91.0.211.0.220.1.220.1.232.0.1112.0.1142.0.172.0.182.8.12.9.01.0.1+wasi-0.2.41.0.2+wasi-0.2.9Updates
anyhowfrom 1.0.100 to 1.0.101Release notes
Sourced from anyhow's releases.
Commits
80bfe29Release 1.0.101dff8c43Merge pull request #437 from Ibitier/inline-ok-helper85d9ea9Add #[inline] to anyhow::Ok helper54036ccUpdate ui test suite to nightly-2026-01-21cce0579Update actions/upload-artifact@v5 -> v6f2c598cUpdate actions/upload-artifact@v4 -> v52c0bda4Update to 2021 edition0d82268Remove rustc version requirement from readme67df012Merge pull request #436 from dtolnay/upc898488Raise required compiler to Rust 1.68Updates
clapfrom 4.5.53 to 4.5.57Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
69c0ddbchore: Release8206bbadocs: Update changelogc109d67Merge pull request #6104 from epage/hide9d7f212fix(complete): Hide dot files on dynamic completer77b3fdbtest(complete): Show dot file behaviorf89b9b8test(derive): Make stable across upgrade58eb8a9chore: Release10a2a75docs: Update changeloga42eebfMerge pull request #6103 from epage/mut_subcommands5335f54feat: Add Command::mut_subcommandsUpdates
coloredfrom 3.0.0 to 3.1.1Changelog
Sourced from colored's changelog.
Commits
5204a263.1.149392a3Limit to 5 keywordsb7916853.1.09a83121Allow windows-sys 0.61 to be used (#218)192598dClean upColorizetraitec013aechore: minor improvement for docs (#212)5bc198bReplace 'ansi_term' dev-dependency with 'ansiterm' (#209)a21367dAllow windows-sys 0.60 to be used (#206)9450feaFix clippy warning (#207)68761c1README: use the latest v3.0 version for example (#204)Updates
indexmapfrom 2.12.1 to 2.13.0Changelog
Sourced from indexmap's changelog.
Commits
a4aba99Merge pull request #431 from cuviper/release-2.13.0e345f3aRelease 2.13.0e6b677bMerge pull request #430 from cuviper/split_at_checked61c9d53AddSlice::split_at_checkedandsplit_at_mut_checked8b8d350Merge pull request #426 from cuviper/clone-intokv88efd0cimpl Clone for IntoKeysandIntoValues3b6d04bMerge pull request #425 from cuviper/inner-coreeb30eb1Move crate::map::core to crate::innerUpdates
serde_jsonfrom 1.0.145 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 formatting75ad7e6Release 1.0.146Updates
tomlfrom 0.9.10+spec-1.1.0 to 0.9.11+spec-1.1.0Commits
febf44cchore: Release5009cf2docs: Update changelogb5798aafix(toml): Support serializing u64, i128, u128 (#1086)9fd8b72fix(toml): Support serializing i128/u12894fc5e0fix(toml): Support serializing full u64 range2e09401chore: ReleaseUpdates
assert_cmdfrom 2.1.1 to 2.1.2Changelog
Sourced from assert_cmd's changelog.
Commits
edda0b2chore: Release assert_cmd version 2.1.2891d412docs: Update changeloge39dc36Merge pull request #267 from epage/mustd947cb0fix: Add must_use before assertions are applied7b8fd99Merge pull request #264 from kemingy/doc_macro_semicolon79f8e57docs: add the missing semicolon for macro6289384chore(deps): Update Rust Stable to v1.92 (#262)7b353d8Merge pull request #260 from assert-rs/renovate/actions-checkout-6.x48cda51chore(deps): Update actions/checkout action to v6ee88946docs: Clarify cargo_bin_cmdUpdates
tempfilefrom 3.23.0 to 3.24.0Changelog
Sourced from tempfile's changelog.
Commits
1712764chore: release v3.24.0a8dc864feat: completely support WASIP2 on stable rust (#382)5a03572Exclude CI scripts from published package (#384)da894f1build(deps): bump actions/checkout from 5 to 6 (#383)Updates
ccfrom 1.2.50 to 1.2.55Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
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 (#1661)48b7b53Regenerate target info (#1660)5be292bchore: release (#1658)66ceffeAdd missing RISC-V targets (#1657)Updates
clap_builderfrom 4.5.53 to 4.5.57Release notes
Sourced from clap_builder's releases.
Changelog
Sourced from clap_builder's changelog.
Commits
48c3b11chore: Release4589490docs: Update changelog78a7962Merge pull request #6243 from epage/term21828f4Merge pull request #6245 from epage/completeb8c9ad5test(complete): Update for new versions54f1ab8Merge pull request #6244 from epage/typoc40ad5cdocs: Fix a typoaf904aefix(parser): Resolve regression with value_terminator/last36eb896test(parser): Add basic cases for value_terminator24cbf68test(parser): Add cases for value_terminator and lastUpdates
clap_derivefrom 4.5.49 to 4.5.55Release notes
Sourced from clap_derive's releases.
Changelog
Sourced from clap_derive's changelog.
Commits
2047862chore: Release7aecad9docs: Update changelogc3051b5Merge pull request #6212 from ericgumba/issue_50403604b13fix(parser): Honor positional value_terminator63d73bctest(parser): Cover value_terminator as first argumentb9009a7Merge pull request #6233 from epage/templatef68bf6cchore: Update from _rust template6d0d36bchore(ci): Clean up previous branch in case it was leaked30b3b14chore(ci): Fix how rustfmt jobs rune2d2d25chore(deps): Update Rust Stable to v1.93 (#6231)Updates
clap_lexfrom 0.7.6 to 0.7.7Changelog
Sourced from clap_lex's changelog.
... (truncated)
Commits
087eddachore: Releasef652f4ddocs: Update changelog8e75826Merge pull request #6221 from sffc/lex-lifetime81dea3bfix: Use longer lifetime in clap_lex ParsedArgeabbc6bMerge pull request #6217 from epage/man76a016arefactor(man): Allow possible values to output Roff9db8234refactor(man): Avoid to_string475cac9fix(man): Always show possible values as a lista99bd42chore: Release485d781docs: Update changelogUpdates
find-msvc-toolsfrom 0.1.5 to 0.1.9Release notes
Sourced from find-msvc-tools's releases.
Commits
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 (#1661)48b7b53Regenerate target info (#1660)5be292bchore: release (#1658)66ceffeAdd missing RISC-V targets (#1657)Updates
itoafrom 1.0.15 to 1.0.17Release notes
Sourced from itoa's releases.
Commits
21d6109Release 1.0.1755c15a1Use performance chart from itoa-benchmarkcf33343Update ryu links to zmij2dff249Set repr(C) on DECIMAL_PAIRS4c18677Release 1.0.162e6134dExclude benchmark dependencies from being compiled by miri2c7311bMerge pull request #65 from dtolnay/upbb76a9cUpdate libcore implementation links83539d1Ignore cast_lossless pedantic clippy lint4394758Update benchmark chartUpdates
libcfrom 0.2.178 to 0.2.180Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
4b38c69chore: release libc 0.2.180300e643qnx: add missing BPF and ifreq structures12fd831ci: Add rtems to basic tier 3 checksb062844Only test addresses of cmsghdrs that are multiples of the size of cmsghdr.676a4f8linux: Movemembarrier.hconstants tosrc/new0803faelinux: Restructurenetlinktosrc/new72f4c1auclibc: Re-enable__SIZEOF_PTHREAD_COND_Ton non-L4Re uclibc757e55anetbsd/riscv64.rs: make changes so that this builds again.042f118musl: Fix incorrect definitions of struct stat on some architectures03755c4linux, emscripten, android, l4re: handle zero-sized payload differences in CM...Updates
memchrfrom 2.7.6 to 2.8.0Commits
886ca4c2.8.07de50d0memmem: add owned finder constructor variants1230fc5benchmarks: fix date in file name43300c6benchmarks: add latest x86-64 benchmark results9bf2301benchmarks: update everythingUpdates
pestfrom 2.8.4 to 2.8.6Release notes
Sourced from pest's releases.
Commits
79dd30dbump version to 2.8.6 (#1152)182ffb4Fix: change display impl to match as str (#1151)a70abdbNew debugging span (using range). #1123 (#1148)a4a6f55Fix memchr pest dependency to 2.4.0 (#1147)3a1450dbump version to 2.8.5 (#1144)