build(deps): bump the crates group across 1 directory with 82 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(about 1 month ago)
(about 1 month ago)
dependencies rust
Bumps the crates group with 61 updates in the /userspace/ksud directory:
| Package | From | To |
|---|---|---|
| anyhow | 1.0.96 |
1.0.100 |
| clap | 4.5.30 |
4.5.48 |
| zip | 2.2.2 |
5.1.1 |
| log | 0.4.26 |
0.4.28 |
| env_logger | 0.11.6 |
0.11.8 |
| serde_json | 1.0.139 |
1.0.145 |
| libc | 0.2.170 |
0.2.176 |
| is_executable | 1.0.4 |
1.0.5 |
| rust-embed | 8.5.0 |
8.7.2 |
| which | 7.0.2 |
8.0.0 |
| getopts | 0.2.21 |
0.2.24 |
| sha256 | 1.5.0 |
1.6.0 |
| tempfile | 3.17.1 |
3.23.0 |
| chrono | 0.4.39 |
0.4.42 |
| regex-lite | 0.1.6 |
0.1.7 |
| fs4 | 0.13.0 |
0.13.1 |
| procfs | 0.17.0 |
0.18.0 |
| android_logger | 0.14.1 |
0.15.1 |
| adler2 | 2.0.0 |
2.0.1 |
| ahash | 0.8.11 |
0.8.12 |
| anstream | 0.6.18 |
0.6.20 |
| anstyle | 1.0.10 |
1.0.13 |
| anstyle-parse | 0.2.6 |
0.2.7 |
| anstyle-query | 1.1.2 |
1.1.4 |
| anstyle-wincon | 3.0.7 |
3.0.10 |
| arbitrary | 1.4.1 |
1.4.2 |
| async-trait | 0.1.86 |
0.1.89 |
| autocfg | 1.4.0 |
1.5.0 |
| backtrace | 0.3.74 |
0.3.76 |
| bumpalo | 3.17.0 |
3.19.0 |
| bytes | 1.10.0 |
1.10.1 |
| cc | 1.2.15 |
1.2.39 |
| clap_lex | 0.7.4 |
0.7.5 |
| colorchoice | 1.0.3 |
1.0.4 |
| crc | 3.2.1 |
3.3.0 |
| crc32fast | 1.4.2 |
1.5.0 |
| crossbeam-channel | 0.5.14 |
0.5.15 |
| dary_heap | 0.3.7 |
0.3.8 |
| deflate64 | 0.1.9 |
0.1.10 |
| derive_arbitrary | 1.4.1 |
1.4.2 |
| either | 1.14.0 |
1.15.0 |
| flate2 | 1.0.35 |
1.1.2 |
| getrandom | 0.3.1 |
0.3.3 |
| iana-time-zone | 0.1.61 |
0.1.64 |
| include-flate | 0.3.0 |
0.3.1 |
| indexmap | 2.7.1 |
2.11.4 |
| itoa | 1.0.14 |
1.0.15 |
| libm | 0.2.11 |
0.2.15 |
| memchr | 2.7.4 |
2.7.6 |
| miniz_oxide | 0.8.5 |
0.8.9 |
| once_cell | 1.20.3 |
1.21.3 |
| rayon | 1.10.0 |
1.11.0 |
| rustc-demangle | 0.1.24 |
0.1.26 |
| rustversion | 1.0.19 |
1.0.22 |
| ryu | 1.0.19 |
1.0.20 |
| sha2 | 0.10.8 |
0.10.9 |
| time | 0.3.37 |
0.3.44 |
| tokio | 1.43.0 |
1.47.1 |
| unicode-ident | 1.0.17 |
1.0.19 |
| winapi-util | 0.1.9 |
0.1.11 |
| zopfli | 0.8.1 |
0.8.2 |
Updates anyhow from 1.0.96 to 1.0.100
Release notes
Sourced from anyhow's releases.
1.0.100
- Teach clippy to lint formatting arguments in
bail!,ensure!,anyhow!(#426)1.0.99
- Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#420)
1.0.98
- Add
self.into_boxed_dyn_error()andself.reallocate_into_boxed_dyn_error_without_backtrace()methods for anyhow::Error (#415)1.0.97
- Documentation improvements
Commits
18c2598Release 1.0.100f271988Merge pull request #426 from dtolnay/clippyfmt52f2115Mark macros with clippy::format_argsda5fd9dRaise minimum tested compiler to rust 1.76211e409Opt in to generate-macro-expansion when building on docs.rsb48fc02Enforce trybuild >= 1.0.108d5f59fbUpdate ui test suite to nightly-2025-09-07238415dUpdate ui test suite to nightly-2025-08-243bab070Update actions/checkout@v4 -> v54249254Order cap-lints flag in the same order as thiserror build script- Additional commits viewable in compare view
Updates clap from 4.5.30 to 4.5.48
Release notes
Sourced from clap's releases.
v4.5.48
[4.5.48] - 2025-09-19
Documentation
- Add a new CLI Concepts document as another way of framing clap
- Expand the
typed_derivecookbook entryv4.5.47
[4.5.47] - 2025-09-02
Features
- Added
impl FromArgMatches for ()- Added
impl Args for ()- Added
impl Subcommand for ()- Added
impl FromArgMatches for Infallible- Added
impl Subcommand for InfallibleFixes
- (derive) Update runtime error text to match
clapv4.5.46
[4.5.46] - 2025-08-26
Features
- Expose
StyledStr::push_strv4.5.45
[4.5.45] - 2025-08-12
Fixes
- (unstable-v5)
ValueEnumvariants now use the full doc comment, not summary, forPossibleValue::helpv4.5.44
[4.5.44] - 2025-08-11
Features
- Add
Command::mut_subcommandsv4.5.43
[4.5.43] - 2025-08-06
Fixes
- (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look
... (truncated)
Changelog
Sourced from clap's changelog.
[4.5.48] - 2025-09-19
Documentation
- Add a new CLI Concepts document as another way of framing clap
- Expand the
typed_derivecookbook entry[4.5.47] - 2025-09-02
Features
- Added
impl FromArgMatches for ()- Added
impl Args for ()- Added
impl Subcommand for ()- Added
impl FromArgMatches for Infallible- Added
impl Subcommand for InfallibleFixes
- (derive) Update runtime error text to match
clap[4.5.46] - 2025-08-26
Features
- Expose
StyledStr::push_str[4.5.45] - 2025-08-12
Fixes
- (unstable-v5)
ValueEnumvariants now use the full doc comment, not summary, forPossibleValue::help[4.5.44] - 2025-08-11
Features
- Add
Command::mut_subcommands[4.5.43] - 2025-08-06
Fixes
- (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look
[4.5.42] - 2025-07-30
Fixes
- Include subcommand visible long aliases in
--help
... (truncated)
Commits
c3a1ddcchore: Release4460ff4docs: Update changelog54947a1Merge pull request #5981 from mernen/fix-bash-clap-complete-spacefd3f6d2fix(complete): Restore nospace in bash2f6a108test(complete): Demonstrate current behaviorf88be57style: Ensure consistent newlinesf209bcechore: Releasef33ff7fdocs: Update changelogbf06e6fMerge pull request #5974 from kryvashek/support-clearing-args-matches5d357adfeat(parser): Added ArgMatches::try_clear_id()- Additional commits viewable in compare view
Updates zip from 2.2.2 to 5.1.1
Release notes
Sourced from zip's releases.
v5.1.1
🐛 Bug Fixes
- panic when reading empty extended-timestamp field (#404) (#422)
- Restore original file timestamp when unzipping with
chrono(#46)⚙️ Miscellaneous Tasks
- Configure Amazon Q rules (#421)
v5.1.0
🚀 Features
- Add legacy shrink/reduce/implode compression (#303)
v5.0.1
🐛 Bug Fixes
- AES metadata was not copied correctly in raw copy methods, which could corrupt the copied file. (#417)
v5.0.0
🚀 Features
- Implement by_path*() methods on ZipArchive (#382)
v4.6.1
🐛 Bug Fixes
- Fixes an issue introduced by the swap from
lzma-rstoliblzma(#407)v4.6.0
🚀 Features
- Allow to read zip files with unsupported extended timestamps (#400)
🐛 Bug Fixes
- enable clamp_opt for ppmd and xz (#401)
v4.5.0
🚀 Features
v4.4.0
🚀 Features
- Add
lzma-staticandxz-staticfeatures that enableliblzma/static(#393)⚙️ Miscellaneous Tasks
... (truncated)
Changelog
Sourced from zip's changelog.
5.1.1 - 2025-09-11
🐛 Bug Fixes
- panic when reading empty extended-timestamp field (#404) (#422)
- Restore original file timestamp when unzipping with
chrono(#46)⚙️ Miscellaneous Tasks
- Configure Amazon Q rules (#421)
5.1.0 - 2025-09-10
🚀 Features
- Add legacy shrink/reduce/implode compression (#303)
5.0.1 - 2025-09-09
🐛 Bug Fixes
- AES metadata was not copied correctly in raw copy methods, which could corrupt the copied file. (#417)
5.0.0 - 2025-09-05
🚀 Features
- Implement by_path*() methods on ZipArchive (#382)
4.6.1 - 2025-09-03
🐛 Bug Fixes
- Fixes an issue introduced by the swap from
lzma-rstoliblzma(#407)4.6.0 - 2025-08-30
🚀 Features
- Allow to read zip files with unsupported extended timestamps (#400)
🐛 Bug Fixes
- enable clamp_opt for ppmd and xz (#401)
4.5.0 - 2025-08-21
🚀 Features
... (truncated)
Commits
6423feechore: release v5.1.1 (#423)97c33a6fix: panic when reading empty extended-timestamp field (#404) (#422)8d094b8chore: Configure Amazon Q rules (#421)5362be0fix: Restore original file timestamp when unzipping withchrono(#46)4802b87chore(deps): update nt-time requirement from 0.10.6 to 0.12.1 (#416)e341b3dchore: release v5.1.0 (#419)0abee77feat: Add legacy shrink/reduce/implode compression (#303)12c87d1chore: release v5.0.1 (#418)b611a59fix: aes was not copied correctly in raw copy methods (#417)e1d74a0chore: release v5.0.0 (#415)- Additional commits viewable in compare view
Updates log from 0.4.26 to 0.4.28
Release notes
Sourced from log's releases.
0.4.28
What's Changed
- ci: drop really old trick and ensure MSRV for all feature combo by
@tisonkunin rust-lang/log#676- chore: fix some typos in comment by
@xixishidibeiin rust-lang/log#677- Unhide
#[derive(Debug)]in example by@ZylosLumenin rust-lang/log#688- Chore: delete compare_exchange method for AtomicUsize on platforms without atomics by
@HaoliangXuin rust-lang/log#690- Add
increment_severity()anddecrement_severity()methods forLevelandLevelFilterby@nebkorin rust-lang/log#692- Prepare for 0.4.28 release by
@KodrAusin rust-lang/log#695New Contributors
@xixishidibeimade their first contribution in rust-lang/log#677@ZylosLumenmade their first contribution in rust-lang/log#688@HaoliangXumade their first contribution in rust-lang/log#690@nebkormade their first contribution in rust-lang/log#692Full Changelog: https://github.com/rust-lang/log/compare/0.4.27...0.4.28
0.4.27
What's Changed
- A few minor lint fixes by
@nyurikin rust-lang/log#671- Enable clippy support for format-like macros by
@nyurikin rust-lang/log#665- Add an optional logger param by
@tisonkunin rust-lang/log#664- Pass global logger by value, supplied logger by ref by
@KodrAusin rust-lang/log#673- Prepare for 0.4.27 release by
@KodrAusin rust-lang/log#674Full Changelog: https://github.com/rust-lang/log/compare/0.4.26...0.4.27
Changelog
Sourced from log's changelog.
[0.4.28] - 2025-09-02
What's Changed
- ci: drop really old trick and ensure MSRV for all feature combo by
@tisonkunin rust-lang/log#676- Chore: delete compare_exchange method for AtomicUsize on platforms without atomics by
@HaoliangXuin rust-lang/log#690- Add
increment_severity()anddecrement_severity()methods forLevelandLevelFilterby@nebkorin rust-lang/log#692New Contributors
@xixishidibeimade their first contribution in rust-lang/log#677@ZylosLumenmade their first contribution in rust-lang/log#688@HaoliangXumade their first contribution in rust-lang/log#690@nebkormade their first contribution in rust-lang/log#692Full Changelog: https://github.com/rust-lang/log/compare/0.4.27...0.4.28
Notable Changes
- MSRV is bumped to 1.61.0 in rust-lang/log#676
[0.4.27] - 2025-03-24
What's Changed
- A few minor lint fixes by
@nyurikin rust-lang/log#671- Enable clippy support for format-like macros by
@nyurikin rust-lang/log#665- Add an optional logger param by
@tisonkunin rust-lang/log#664- Pass global logger by value, supplied logger by ref by
@KodrAusin rust-lang/log#673Full Changelog: https://github.com/rust-lang/log/compare/0.4.26...0.4.27
Commits
6e17355Merge pull request #695 from rust-lang/cargo/0.4.2857719dbfocus on user-facing source changes in the changeloge0630c6prepare for 0.4.28 release60829b1Merge pull request #692 from nebkor/up-and-down95d44f8change names of log-level-changing methods to be more descriptive2b63dfaAddup()anddown()methods forLevelandLevelFilter3aa1359Merge pull request #690 from HaoliangXu/master1091f2cChore:delete compare_exchange method for AtomicUsize on platforms24c5f44Merge pull request #688 from ZylosLumen/patch-14498495Unhide#[derive(Debug)]in example- Additional commits viewable in compare view
Updates env_logger from 0.11.6 to 0.11.8
Release notes
Sourced from env_logger's releases.
v0.11.8
[0.11.8] - 2025-04-01
Compatibility
- (kv) Deprecate the
unstable-kvfeature which may be removed in a future patch releaseFeatures
- (kv) Stabilize key-value support behind the
kvfeature- Expose
ConfigurableFormatto build custom [Builder::format]s that leverage thisv0.11.7
[0.11.7] - 2025-03-10
Internal
- Replaced
humantimewithjiff
Changelog
Sourced from env_logger's changelog.
[0.11.8] - 2025-04-01
Compatibility
- (kv) Deprecate the
unstable-kvfeature which may be removed in a future patch releaseFeatures
- (kv) Stabilize key-value support behind the
kvfeature- Expose
ConfigurableFormatto build custom [Builder::format]s that leverage this[0.11.7] - 2025-03-10
Internal
- Replaced
humantimewithjiff
Commits
f0443b2chore: Released8b5e1edocs: Update changelog3ca671fMerge pull request #360 from epage/formatbc02d61feat(fmt): Expose ConfigurableFormatc567fderefactor(fmt): Pull out format logicce25c73refactor(fmt): Make DefaultFormats name more specific739ebb1refactor(fmt): Pull out logger's builder methods3acb571refactor(fmt): Delegate formatting to DefaultFormate351bcbrefactor(fmt): Reduce duplication in DefaultFormatWriter3c9e6ffMerge pull request #359 from epage/kv- Additional commits viewable in compare view
Updates serde_json from 1.0.139 to 1.0.145
Release notes
Sourced from serde_json's releases.
v1.0.145
- Raise serde version requirement to >=1.0.220
v1.0.144
- Switch serde dependency to serde_core (#1285)
v1.0.143
- Implement Clone and Debug for serde_json::Map iterators (#1264, thanks
@xlambein)- Implement Default for CompactFormatter (#1268, thanks
@SOF3)- Implement FromStr for serde_json::Map (#1271, thanks
@mickvangelderen)v1.0.142
- impl Default for &Value (#1265, thanks
@aatifsyed)v1.0.141
- Optimize string escaping during serialization (#1273, thanks
@conradludgate)v1.0.140
- Documentation improvements
Commits
efa66e3Release 1.0.14523679e2Add serde version constraintfc27bafRelease 1.0.144caef3c6Ignore uninlined_format_args pedantic clippy lint81ba3aaMerge pull request #1285 from dtolnay/serdecored21e8ceSwitch serde dependency to serde_core6beb6cdMerge pull request #1286 from dtolnay/up1dbc803Raise required compiler to Rust 1.610bf5d87Enforce trybuild >= 1.0.108d12e943Update actions/checkout@v4 -> v5- Additional commits viewable in compare view
Updates libc from 0.2.170 to 0.2.176
Release notes
Sourced from libc's releases.
0.2.176
Support
- The default FreeBSD version has been raised from 11 to 12. This matches
rustcsince 1.78. (#2406)Debugis now always implemented, rather than being gated behind theextra_traitsfeature. (#4624)Added
- AIX: Restore some non-POSIX functions guarded by the
_KERNELmacro. (#4607)- FreeBSD 14: Add
st_filereftostruct stat(#4642)- Haiku: Add the
accept4POSIX call (#4586)- Introduce a wrapper for representing padding (#4632)
- Linux: Add
EM_RISCV(#4659)- Linux: Add
MS_NOSYMFOLLOW(#4389)- Linux: Add
backtrace_symbols(_fd)(#4668)- Linux: Add missing
SOL_PACKEToptnames (#4669)- Musl s390x: Add
SYS_mseal(#4549)- NuttX: Add
__errno(#4687)- Redox: Add
dirfd,VDISABLE, and resource consts (#4660)- Redox: Add more
resource.h,fcntl.hconstants (#4666)- Redox: Enable
strftimeandmkostemp[s](#4629)- Unix, Windows: Add
qsort_r(Unix), andqsort(_s)(Windows) (#4677)- Unix: Add
dlvsymfor Linux-gnu, FreeBSD, and NetBSD (#4671)- Unix: Add
sigqueue(#4620)Changed
- FreeBSD 15: Mark
kinfo_procas non-exhaustive (#4553)- FreeBSD: Set the ELF symbol version for
readdir_r(#4694)- Linux: Correct the config for whether or not
epoll_eventis packed (#4639)- Tests: Replace the old
ctestwith the much more reliable new implementation (#4655 and many related PRs)Fixed
- AIX: Fix the type of the 4th arguement of
getgrnam_r([#4656](rust-lang/libc#4656- FreeBSD: Limit
P_IDLEPROCto FreeBSD 15 (#4640)- FreeBSD: Limit
mcontext_t::mc_tlsbaseto FreeBSD 15 (#4640)- FreeBSD: Update gating of
mcontext_t.mc_tlsbase(#4703)- Musl s390x: Correct the definition of
statfs[64](#4549)- Musl s390x: Make
fpreg_ta union (#4549)- Redox: Fix the types of
gid_tanduid_t(#4689)- Redox: Fix the value of
MAP_FIXED(#4684)Deprecated
- Apple: Correct the
deprecatedattribute foriconv(a97a0b53)- FreeBSD: Deprecate
TIOCMGDTRWAITandTIOCMSDTRWAIT(#4685)Removed
... (truncated)
Changelog
Sourced from libc's changelog.
0.2.176 - 2025-09-23
Support
- The default FreeBSD version has been raised from 11 to 12. This matches
rustcsince 1.78. (#2406)Debugis now always implemented, rather than being gated behind theextra_traitsfeature. (#4624)Added
- AIX: Restore some non-POSIX functions guarded by the
_KERNELmacro. (#4607)- FreeBSD 14: Add
st_filereftostruct stat(#4642)- Haiku: Add the
accept4POSIX call (#4586)- Introduce a wrapper for representing padding (#4632)
- Linux: Add
EM_RISCV(#4659)- Linux: Add
MS_NOSYMFOLLOW(#4389)- Linux: Add
backtrace_symbols(_fd)(#4668)- Linux: Add missing
SOL_PACKEToptnames (#4669)- Musl s390x: Add
SYS_mseal(#4549)- NuttX: Add
__errno(#4687)- Redox: Add
dirfd,VDISABLE, and resource consts (#4660)- Redox: Add more
resource.h,fcntl.hconstants (#4666)- Redox: Enable
strftimeandmkostemp[s](#4629)- Unix, Windows: Add
qsort_r(Unix), andqsort(_s)(Windows) (#4677)- Unix: Add
dlvsymfor Linux-gnu, FreeBSD, and NetBSD (#4671)- Unix: Add
sigqueue(#4620)Changed
- FreeBSD 15: Mark
kinfo_procas non-exhaustive (#4553)- FreeBSD: Set the ELF symbol version for
readdir_r(#4694)- Linux: Correct the config for whether or not
epoll_eventis packed (#4639)- Tests: Replace the old
ctestwith the much more reliable new implementation (#4655 and many related PRs)Fixed
- AIX: Fix the type of the 4th arguement of
getgrnam_r([#4656](rust-lang/libc#4656- FreeBSD: Limit
P_IDLEPROCto FreeBSD 15 (#4640)- FreeBSD: Limit
mcontext_t::mc_tlsbaseto FreeBSD 15 (#4640)- FreeBSD: Update gating of
mcontext_t.mc_tlsbase(#4703)- Musl s390x: Correct the definition of
statfs[64](#4549)- Musl s390x: Make
fpreg_ta union (#4549)- Redox: Fix the types of
gid_tanduid_t(#4689)- Redox: Fix the value of
MAP_FIXED(#4684)Deprecated
- Apple: Correct the
deprecatedattribute foriconv(a97a0b53)- FreeBSD: Deprecate
TIOCMGDTRWAITandTIOCMSDTRWAIT(#4685)Removed
... (truncated)
Commits
15e1389chore: Release libc 0.2.1766ca5571Warn on missing debug implementationse653c54cleanup: Remove theconst_fn!macroe447441cleanup: Simplify the syntax off!and similar macros776a614cleanup: Usetarget_vendor = "apple"d32f60ddoc: Remove an unneeded link to the old ctest repo8c8584bResolve a ctest FIXME regarding use ofsize_ofin array lengths09c8436Remove thelibc_ctestfeaturefd3ffe4Removelibc_const_extern_fn9b77a49Add a note about whyPaddingrequiresT: Copy- Additional commits viewable in compare view
Updates is_executable from 1.0.4 to 1.0.5
Commits
ee6ad10Merge pull request #21 from dpaoliello/windowssys9c06f06Use windows-sys instead of winapiad26763Merge pull request #20 from fitzgen/fix-wasm-cia7476e4Fix Wasm CIbb5393dMerge pull request #18 from atouchet/cgo847d9cfMerge pull request #19 from atouchet/svgc01a535Change badge from PNG to SVG7832ba6Update Cargo.toml- See full diff in compare view
Updates rust-embed from 8.5.0 to 8.7.2
Updates which from 7.0.2 to 8.0.0
Release notes
Sourced from which's releases.
8.0.0
What's Changed
- Add new
Systrait to allow abstracting over the underlying filesystem. Particularly useful forwasm32-unknown-unknowntargets. Thanks@dsherretfor this contribution to which!- Add more debug level tracing for otherwise silent I/O errors.
- Call the
NonFatalHandlerin more places to catch previously ignored I/O errors.- Remove use of the
eitherdependency.New Contributors
@dsherretmade their first contribution in harryfei/which-rs#1097.0.3
- Update rustix to version 1.0. Congrats to rustix on this milestone, and thanks
@mhilsfor this contribution to which!
Changelog
Sourced from which's changelog.
8.0.0
- Add new
Systrait to allow abstracting over the underlying filesystem. Particularly useful forwasm32-unknown-unknowntargets. Thanks@dsherretfor this contribution to which!- Add more debug level tracing for otherwise silent I/O errors.
- Call the
NonFatalHandlerin more places to catch previously ignored I/O errors.- Remove use of the
eitherdependency.7.0.3
- Update rustix to version 1.0. Congrats to rustix on this milestone, and thanks
@mhilsfor this contribution to which!
Commits
adac2cdbump version, update changelog84e152ereduce sys::Sys requirements, add some tracing for otherwise silent errors (#...a0a6daffeat: add Sys trait for swapping out system (#109)eef1998Add actively maintained badge1d145derelease version 7.0.3f5e5292fix unrelated lint error4dcefa6bump rustix- See full diff in compare view
Updates getopts from 0.2.21 to 0.2.24
Release notes
Sourced from getopts's releases.
v0.2.24
Other
- Make unicode-width an optional default dependency (#133)
v0.2.23
Other
- Add caching
- Remove redundant configuration from Cargo.toml
- Bump unicode-width to 0.2.0
- Update the MSRV to 1.66 and edition to 2021
v0.2.22
Other
- Add a check for formatting, apply
cargo fmt- Add a release job
- Document and start testing the MSRV
- Test on more platforms, deny warnings
- Eliminate
html_root_url- Update version number in html_root_url
- Use SPDX license format
- Fix compiler warning in documentation example
- Merge pull request #100 from zdenek-crha/parse_args_end_position
- Merge pull request #103 from zdenek-crha/better_usage_examples
- Add usage examples for methods that add option config
- Update outdated top level documentation
- Add triagebot configuration
- remove deprecated Error::description
- Update documentation of opt_present() and other functions that might panic
- Updated tests for opts_str() and opts_str_first() to check order of processing
- Add opts_present_any() and opts_str_first() interface functions
- Parse options without names vector
Changelog
Sourced from getopts's changelog.
0.2.24 - 2025-08-29
Other
- Make unicode-width an optional default dependency (#133)
0.2.23 - 2025-06-09
Other
- Add caching
- Remove redundant configuration from Cargo.toml
- Bump unicode-width to 0.2.0
- Update the MSRV to 1.66 and edition to 2021
0.2.22 - 2025-06-05
Other
- Add a check for formatting, apply
cargo fmt- Add a release job
- Document and start testing the MSRV
- Test on more platforms, deny warnings
- Eliminate
html_root_url- Update version number in html_root_url
- Use SPDX license format
- Fix compiler warning in documentation example
- Merge pull request #100 from zdenek-crha/parse_args_end_position
- Merge pull request #103 from zdenek-crha/better_usage_examples
- Add usage examples for methods that add option config
- Update outdated top level documentation
- Add triagebot configuration
- remove deprecated Error::description
- Update documentation of opt_present() and other functions that might panic
- Updated tests for opts_str() and opts_str_first() to check order of processing
- Add opts_present_any() and opts_str_first() interface functions
- Parse options without names vector
Commits
4084692chore: release v0.2.24 (#134)03ce599Make unicode-width an optional default dependency (#133)57b183achore: release v0.2.235ba47f9ci: Add caching3b5adcdRemove redundant configuration from Cargo.toml2f7a9c4Bump unicode-width to 0.2.0a61cffbUpdate the MSRV to 1.66 and edition to 20213caf9d0chore: release v0.2.222ab5da1ci: Add a check for formatting, applycargo fmtd83ae23ci: Add a release job- Additional commits viewable in compare view
Updates sha256 from 1.5.0 to 1.6.0
Release notes
Sourced from sha256's releases.
v1.6.0
What's Changed
- Move modules to own files by
@laerlingin baoyachi/sha256-rs#23- separate modules by
@baoyachiin baoyachi/sha256-rs#24- fix char type by
@baoyachiin baoyachi/sha256-rs#28New Contributors
@laerlingmade their first contribution in baoyachi/sha256-rs#23Full Changelog: https://github.com/baoyachi/sha256-rs/compare/1.5.0...v1.6.0
Commits
52a9131Merge pull request #28 from baoyachi/support_char6c802f4fix char type5dab840Merge pull request #24 from baoyachi/laerling/separate-modulesae3702cfix cia060075fix cib60aca5refactor codeeb70c00fix cif0046c2Merge pull request #23 from laerling/separate-modulesde7b778Move openssl_sha256 module to separate file90f5cf7Move tests module to separate file- Additional commits viewable in compare view
Updates tempfile from 3.17.1 to 3.23.0
Changelog
Sourced from tempfile's changelog.
3.23.0
- Remove need for the "nightly" feature to compile with "wasip2".
3.22.0
- Updated
windows-sysrequirement to allow version 0.61.x- Remove
unstable-windows-keep-open-tempfilefeature.3.21.0
- Updated
windows-sysrequirement to allow version 0.60.x3.20.0
This release mostly unifies the behavior/capabilities around "keeping" tempo...
Description has been truncated
Pull Request Statistics
1
2
+550
-237
Package Dependencies
Technical Details
| ID: | 9077103 |
| UUID: | 2878943590 |
| Node ID: | PR_kwDOPTkn6s6rmTFm |
| Host: | GitHub |
| Repository: | xhgg606/https-github.com-Winkmoon-KernelSU |
| Merge State: | Unknown |