chore(dep): bump the deps group across 1 directory with 17 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(9 months ago)
(9 months ago)
(9 months ago)
by clearloop
dependencies rust
Bumps the deps group with 17 updates in the / directory:
| Package | From | To |
|---|---|---|
| async-trait | 0.1.88 |
0.1.89 |
| tokio | 1.45.1 |
1.47.1 |
| clap | 4.5.40 |
4.5.48 |
| keyring | 3.6.2 |
3.6.3 |
| log | 0.4.27 |
0.4.28 |
| pyo3 | 0.25.1 |
0.26.0 |
| rand | 0.9.1 |
0.9.2 |
| serde | 1.0.219 |
1.0.228 |
| serde_json | 1.0.140 |
1.0.145 |
| toml | 0.8.23 |
0.9.7 |
| regex | 1.11.1 |
1.11.3 |
| scraper | 0.23.1 |
0.24.0 |
| anyhow | 1.0.98 |
1.0.100 |
| clap_complete | 4.5.54 |
4.5.58 |
| thiserror | 2.0.12 |
2.0.17 |
| diesel | 2.2.11 |
2.2.12 |
| reqwest | 0.12.22 |
0.12.23 |
Updates async-trait from 0.1.88 to 0.1.89
Commits
a7e91e9Release 0.1.89fbcfcacMerge pull request 293 from Veykril/lw/quote_spannedfd93990Improve use of spans inquote_spanneda5093feAdd type-mismatch ui test6d12b44Revert "Pin nightly toolchain used for miri job"dd9e4baHide unused_variables warning in consider-restricting.rs ui testb454fc8Update ui test suite to nightly-2025-08-039c880e8Update ui test suite to nightly-2025-07-307ca751dIgnore unused_parens warning in test2bccfebUpdate ui test suite to nightly-2025-05-28- Additional commits viewable in compare view
Updates tokio from 1.45.1 to 1.47.1
Release notes
Sourced from tokio's releases.
Tokio v1.47.1
1.47.1 (August 1st, 2025)
Fixed
- process: fix panic from spurious pidfd wakeup (#7494)
- sync: fix broken link of Python
asyncio.EventinSetOncedocs (#7485)#7485: tokio-rs/tokio#7485 #7494: tokio-rs/tokio#7494
Tokio v1.47.0
1.47.0 (July 25th, 2025)
This release adds
poll_proceedandcooperativeto thecoopmodule for cooperative scheduling, addsSetOnceto thesyncmodule which provides similar functionality to [std::sync::OnceLock], and adds a new methodsync::Notify::notified_owned()which returns anOwnedNotifiedwithout a lifetime parameter.Added
- coop: add
cooperativeandpoll_proceed(#7405)- sync: add
SetOnce(#7418)- sync: add
sync::Notify::notified_owned()(#7465)Changed
- deps: upgrade windows-sys 0.52 → 0.59 (#7117)
- deps: update to socket2 v0.6 (#7443)
- sync: improve
AtomicWaker::wakeperformance (#7450)Documented
- metrics: fix listed feature requirements for some metrics (#7449)
- runtime: improve safety comments of
Readiness<'_>(#7415)#7405: tokio-rs/tokio#7405 #7415: tokio-rs/tokio#7415 #7418: tokio-rs/tokio#7418 #7449: tokio-rs/tokio#7449 #7450: tokio-rs/tokio#7450 #7465: tokio-rs/tokio#7465
Tokio v1.46.1
1.46.1 (July 4th, 2025)
This release fixes incorrect spawn locations in runtime task hooks for tasks spawned using
tokio::spawnrather thanRuntime::spawn. This issue only effected the spawn location inTaskMeta::spawned_at, and did not effect task locations in Tracing events.
... (truncated)
Commits
be8ee45chore: prepare Tokio v1.47.1 (#7504)d9b1916Merge 'tokio-1.43.2' into 'tokio-1.47.x' (#7503)db8edc6chore: prepare Tokio v1.43.2 (#7502)4730984readme: add 1.47 as LTS release (#7497)1979615process: fix panic from spurious pidfd wakeup (#7494)f669a60ci: add lockfile for LTS branchce41896sync: fix broken link of Pythonasyncio.EventinSetOncedocs (#7485)c8ab78achangelog: fix incorrect PR number for 1.47.0 (#7484)3911cb8chore: prepare Tokio v1.47.0 (#7482)d545aa2sync: addsync::Notify::notified_owned()(#7465)- Additional commits viewable in compare view
Updates clap from 4.5.40 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 keyring from 3.6.2 to 3.6.3
Release notes
Sourced from keyring's releases.
v3.6.3: Likely final release of v3
This release integrates a few important bug fixes (thanks
@vermiculus,@unkcpz) that have come in since the release of v3.6.2, and is the last release expected for the v3 series. The release of v4 is expected in about a month, and it will bring significant changes:
- the cross-platform API will become its own crate: keyring-core.
- each credential store will become its own store.
- this crate will become an example of how to write a keyring-based application.
PLEASE NOTE: with this release, the main branch has changed significantly. What was on the main branch has moved to be a v4 branch, and the main branch was reverted to v3.6.2 and then had bug fix commits added on. If you have an existing fork of this repository, you should immediately sync your repo by choosing the "discard commits" option, which will take your repo back to v3.6.2 and then pull the newer commits. Then, if you have development work on one of your other branches, you should rebase that work onto the updated main.
Commits
315cbdfCredits for v3.6.3 release.edee747Merge pull request #260 from open-source-cooperative/dependabot/cargo/windows...a3470f1Update windows-sys requirement from 0.59 to 0.60f38b5e9Cherry pick all contributions since 3.6.2.b9af61dZero out credential passwords before dealloc.19ec928Don't clone returned passwords.46eebf5windows: use static value for 'comment' attribute7b408edRevert variable renaming88a3d6cCosmetic fix: remove blank linesafcc314Implement default byte -> password conversion methods.- Additional commits viewable in compare view
Updates log from 0.4.27 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
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
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 pyo3 from 0.25.1 to 0.26.0
Release notes
Sourced from pyo3's releases.
PyO3 0.26.0
This version solidifies support for Python 3.14 and free-threaded Python 3.14t. A number of PyO3 APIs have been renamed to reflect the fact the GIL is no longer a universal feature of all Python implementations. For example:
Python::with_gilis now known asPython::attachPython::allow_threadsis now known asPython::detachpyo3::prepare_freethreaded_pythonis now known asPython::initialize()The minimum supported Rust version has been increased to Rust 1.74.
An optional dependency on the
bytescrate has been added to allow support for convertingbytes::Bytesto / from Python.The
PyObjecttype alias forPy<PyAny>has also been deprecated; thePyandBoundsmart pointers have been the primary interface for all Python-facing types since PyO3 0.21 and thePyObjecttype alias had been a frequent source of confusion.There are also many other incremental improvements, bug fixes and smaller features.
Please consult the migration guide for help upgrading.
Thank you to everyone who contributed code, documentation, design ideas, bug reports, and feedback. The following contributors' commits are included in this release:
@ahlinc@alex@anilbey@bschoenmaeckers@Cheukting@codeguru42@davidhewitt@decathorpe@dependabot[bot]@drewkett@FlickerSoul@Icxolu@jder@jessekrubin@jjmarchewitz@kemingy@msimacek@musicinmybrain@ngoldbaum@Nnamdi-sys@nucccc@olp-cs@robsdedude@rrricharrrd@sxlijin@timfel@tonybaloney@Tpt@wxianxin@xushiyan@yogevm15
Changelog
Sourced from pyo3's changelog.
[0.26.0] - 2025-08-29
Packaging
- Bump hashbrown dependency to 0.15. #5152
- Update MSRV to 1.74. #5171
- Set the same maximum supported version for alternative interpreters as for CPython. #5192
- Add optional
bytesdependency to add conversions forbytes::Bytes. #5252- Publish new crate
pyo3-introspectionto pair with theexperimental-inspectfeature. #5300- The
PYO3_BUILD_EXTENSION_MODULEnow causes the same effect as theextension-modulefeature. Eventually we expect maturin and setuptools-rust to set this environment variable automatically. Users with their own build systems will need to do the same. #5343Added
- Add
#[pyo3(warn(message = "...", category = ...))]attribute for automatic warnings generation for#[pyfunction]and#[pymethods]. #4364- Add
PyMutex, available on Python 3.13 and newer. #4523- Add FFI definition
PyMutex_IsLocked, available on Python 3.14 and newer. #4523- Add
PyString::from_encoded_object. #5017experimental-inspect: add basic input type annotations. #5089- Add FFI function definitions for
PyFrameObjectfrom CPython 3.13. #5154experimental-inspect: tag modules created using#[pymodule]or#[pymodule_init]functions as incomplete. #5207experimental-inspect: add basic return type support. #5208- Add
PyCode::compileandPyCodeMethods::runto create and execute code objects. #5217- Add
PyOnceLocktype for thread-safe single-initialization. #5223- Add
PyClassGuard(Mut)pyclass holders. In the future they will replacePyRef(Mut). #5233experimental-inspect: allow annotations in#[pyo3(signature)]signature attribute. #5241- Implement
MutexExtfor parking_lot's/lock_apiReentrantMutex. #5258experimental-inspect: support class associated constants. #5272- Add
Bound::castfamily of functions superseding thePyAnyMethods::downcastfamily. #5289- Add FFI definitions
Py_VersionandPy_IsFinalizing. #5317experimental-inspect: add output type annotation for#[pyclass]. #5320experimental-inspect: support#[pyclass(eq, eq_int, ord, hash, str)]. #5338experimental-inspect: add basic support for#[derive(FromPyObject)](no struct fields support yet). #5339- Add
Python::try_attach. #5342Changed
- Use
Py_TPFLAGS_DISALLOW_INSTANTIATIONinstead of a__new__which always fails for a#[pyclass]without a#[new]on Python 3.10 and up. #4568PyModule::from_codenow defaultsfile_nameto<string>if empty. #4777- Deprecate
PyString::from_objectin favour ofPyString::from_encoded_object. #5017- When building with
abi3for a Python version newer than pyo3 supports, automatically fall back to an abi3 build for the latest supported version. #5144- Change
is_instance_oftrait bound fromPyTypeInfotoPyTypeCheck. #5146- Many PyO3 proc macros now report multiple errors instead of only the first one. #5159
- Change
MutexExtreturn type to be an associated type. #5201- Use
PyCallArgsforPy::calland friends so they're equivalent to theirBoundcounterpart. #5206- Rename
Python::with_giltoPython::attach. #5209- Rename
Python::allow_threadstoPython::detach#5221- Deprecate
GILOnceCelltype in favour ofPyOnceLock. #5223- Rename
pyo3::prepare_freethreaded_pythontoPython::initialize. #5247- Convert
PyMemoryErrorinto/fromio::ErrorKind::OutOfMemory. #5256- Deprecate
GILProtected. #5285
... (truncated)
Commits
4502c2eci: fix release job token permissions (#5374)a43cf79release: 0.26.0 (#5367)f4d533fClarity and grammar fixes in free-threading guide (#5369)ed030a7fixes #5202 -- treat thePYO3_BUILD_EXTENSION_MODULEenv var the same as te...1775bafUse links to latest CPython stable release in docs (#5366)acaa2beUpdate free-threading docs for 0.26 (#5355)9cc0bb6fix "no constructor defined" messages on PyPy (#5329)9aa53f4Generate introspection for #[pyclass(eq, eq_int, ord, hash, str)] (#5338)a0c7d2cfixupPy::cast_bound(#5361)50b0193fix warning leaking out of test intest_methods(#5362)- Additional commits viewable in compare view
Updates rand from 0.9.1 to 0.9.2
Changelog
Sourced from rand's changelog.
[0.9.2 — 2025-07-20]
Deprecated
- Deprecate
rand::rngs::mockmodule andStepRnggenerator (#1634)Additions
- Enable
WeightedIndex<usize>(de)serialization (#1646)
Commits
d3dd415Prepare rand_core 0.9.2 (#1605)99fabd2Prepare rand_core 0.9.2c7fe1c4rand: re-exportrand_core(#1604)db2b1e0rand: re-exportrand_coreee1d96frand_core: implement reborrow forUnwrapMut(#1595)e0eb2eerand_core: implement reborrow forUnwrapMut975f602fixup clippy 1.85 warnings775b05bRelaxSizedrequirements for blanket impls (#1593)- See full diff in compare view
Updates serde from 1.0.219 to 1.0.228
Release notes
Sourced from serde's releases.
v1.0.228
- Allow building documentation with
RUSTDOCFLAGS='--cfg=docsrs'set for the whole dependency graph (#2995)v1.0.227
- Documentation improvements (#2991)
v1.0.226
- Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#2935, thanks
@Mingun)v1.0.225
- Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#2879, thanks
@rcrisanti)v1.0.224
- Remove private types being suggested in rustc diagnostics (#2979)
v1.0.223
- Fix serde_core documentation links (#2978)
v1.0.222
- Make
serialize_withattribute produce code that works if respanned to 2024 edition (#2950, thanks@aytey)v1.0.221
v1.0.220
- Add a way for data formats to depend on serde traits without waiting for serde_derive compilation: https://docs.rs/serde_core (#2608, thanks
@osiewicz)
Commits
a866b33Release 1.0.2285adc9e8Merge pull request #2995 from dtolnay/rustdocflagsab58178Workaround for RUSTDOCFLAGS='--cfg=docsrs'415d9fcRelease 1.0.2277c58427Merge pull request #2991 from dtolnay/inlinecoredoc9d3410eMerge pull request #2992 from dtolnay/inplaceseed2fb6748Remove InPlaceSeed public re-exportf8137c7Inline serde_core into serde in docsrs modeb7dbf7eMerge pull request #2990 from dtolnay/integer1287c83691No longer macro_use integer128 module- Additional commits viewable in compare view
Updates serde_json from 1.0.140 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)
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 toml from 0.8.23 to 0.9.7
Commits
669b4a6chore: Releasea3153bedocs: Update changelog8105f25chore: Update dependencies (#1039)53768e7chore: Update from '_rust/main' template (#1040)82d738bchore: Update from '_rust/main' template3bfcdc2chore: Add license for libfuzzer68dec6echore: Upgrade foldhash0df630dchore: Bump dependencieseb51e86chore: Bump MSRV to 1.7656774e7chore: Update dependencies- Additional commits viewable in compare view
Updates regex from 1.11.1 to 1.11.3
Changelog
Sourced from regex's changelog.
1.11.3 (2025-09-25)
This is a small patch release with an improvement in memory usage in some cases.
Improvements:
- [BUG #1297](rust-lang/regex#1297): Improve memory usage by trimming excess memory capacity in some spots.
1.11.2 (2025-08-24)
This is a new patch release of
regexwith some minor fixes. A larger number of typo or lint fix patches were merged. Also, we now finally recommend usingstd::sync::LazyLock.Improvements:
- [BUG #1217](rust-lang/regex#1217): Switch recommendation from
once_celltostd::sync::LazyLock.- [BUG #1225](rust-lang/regex#1225): Add
DFA::set_prefiltertoregex-automata.Bug fixes:
- [BUG #1165](rust-lang/regex#1150): Remove
stddependency fromperf-literal-multisubstringcrate feature.- [BUG #1165](rust-lang/regex#1165): Clarify the meaning of
(?R)$in the documentation.- [BUG #1281](rust-lang/regex#1281): Remove
fuzz/andrecord/directories from published crate on crates.io.
Commits
ef1c2c31.11.3ad5cd6cdeps: bump regex-automataee69d9echangelog: 1.11.3159fa3eregex-automata-0.4.1102a62baautomata: callVec::shrink_to_fitin a few strategic placesa76e0a0cargo: excludetests/fuzzfrom the package19172ccstyle: inline formatting arguments2695e29ci: fix cross testingd0aa5861.11.2a3bf4adregex-cli-0.2.2- Additional commits viewable in compare view
Updates scraper from 0.23.1 to 0.24.0
Release notes
Sourced from scraper's releases.
v0.24.0
What's Changed
- Bump depedencies, especially html5ever, cssparser, selectors which must be bumped together. by
@adamreicholdin rust-scraper/scraper#249- Bump
selectorsto v0.28 by@paolobarboliniin rust-scraper/scraper#251- Bump getopts from 0.2.21 to 0.2.22 by
@dependabot[bot] in rust-scraper/scraper#254- Recreate README.md as a non-symlink by
@saschanazin rust-scraper/scraper#250- Bump selectors from 0.28.0 to 0.29.0 by
@dependabot[bot] in rust-scraper/scraper#257- Bump html5ever and selectors dependencies by
@mina86in rust-scraper/scraper#263- Bump selectors from 0.30.0 to 0.31.0 by
@dependabot[bot] in rust-scraper/scraper#264New Contributors
@saschanazmade their first contribution in rust-scraper/scraper#250@mina86made their first contribution in rust-scraper/scraper#263Full Changelog: https://github.com/rust-scraper/scraper/compare/v0.23.1...v0.24.0
Commits
b2b90d3Version 0.24.03cacc5bBump selectors from 0.30.0 to 0.31.08327edaFix clippy warningsa99da69Bump html5ever and selectors dependenciesd62bf27Bump selectors from 0.28.0 to 0.29.0fd962a0Merge pull request #250 from saschanaz/readme-symlink258ce067Merge pull request #254 from rust-scraper/dependabot/cargo/getopts-0.2.2280cb3bfBump getopts from 0.2.21 to 0.2.228dd6ea3Bumpselectorsto v0.28a7a5ce1Recreate README.md (typechange in git)- Additional commits viewable in compare view
Updates anyhow from 1.0.98 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)
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_complete from 4.5.54 to 4.5.58
Commits
88f13cbchore: Releasefe2d731docs: Update changelogb256739Merge pull request #6131 from mernen/do-not-suggest-opts-after-escape8aaf704fix(complete): Do not suggest options after "--"4a86feetest(complete): Illustrate current behavior281f8aeMerge pull request #6126 from epage/p3cbce42docs(cookbook): Make typed-derive easier to maintain9fd4dc9docs(cookbook): Provide a custom TypedValueParser8f8e861docs(cookbook): Add local enum to typed-derive926bafedocs(cookbook): Hint at overriding value_name- Additional commits viewable in compare v...
Description has been truncated
Pull Request Statistics
2
2
+193
-179
Package Dependencies
Technical Details
| ID: | 9173854 |
| UUID: | 2879335606 |
| Node ID: | PR_kwDODZyW5s6rnyy2 |
| Host: | GitHub |
| Repository: | clearloop/leetcode-cli |
| Merge State: | Unknown |