Skip to content

build(deps): bump qsv_docopt from 1.9.0 to 1.10.0#3724

Merged
jqnatividad merged 1 commit intomasterfrom
dependabot/cargo/qsv_docopt-1.10.0
Apr 20, 2026
Merged

build(deps): bump qsv_docopt from 1.9.0 to 1.10.0#3724
jqnatividad merged 1 commit intomasterfrom
dependabot/cargo/qsv_docopt-1.10.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps qsv_docopt from 1.9.0 to 1.10.0.

Release notes

Sourced from qsv_docopt's releases.

1.10.0

Added

  • ArgvMap::is_empty() companion to len() (#5).

Changed

  • MSRV raised to 1.95 (edition 2024).
  • Deserializer::deserialize_unit now returns an Error::Deserialize instead of panicking when asked to decode a Docopt value into () (#10).
  • CI pinned to stable Rust across Linux / macOS / Windows.

Fixed

  • SynonymMap::swap no longer panics when called with a synonym key — values are looked up under the canonical key (#3).
  • Debug impl for SynonymMap prints synonyms instead of synomyns (#2).
  • Documented the empty-string → 0 coercion in numeric deserialization so users know when to reach for Option<T> (#9).

Internal

  • docopt-wordlist binary uses the crate's public API rather than re-including private modules (#4).
  • Atom uses derived PartialOrd; stale commented code removed (#6).
  • Splitter regex in docopt-wordlist hoisted to a OnceLock (#8).
  • Clippy cleanup across lib and tests: consistent pop_* naming on Deserializer helpers, vec! and .into_iter() ceremony dropped in tests (#5).
  • Comments clarifying the parse_long_equal vs parse_long_equal_argv regex asymmetry (#7).

Full Changelog: dathere/qsv-docopt@1.9.0...1.10.0

Commits
  • e6f4633 release: bump version to 1.10.0
  • 2a87b3e Merge pull request #9 from dathere/docs/pop-number-empty-zero
  • bc99be4 Merge pull request #10 from dathere/fix/deserialize-unit-no-panic
  • 55b4ced fix: return Err from Deserializer::deserialize_unit instead of panicking
  • c5163ba docs: explain the empty->0 coercion in Deserializer::pop_number
  • c7803ba Merge pull request #6 from dathere/chore/derive-atom-partialord
  • 8daef8d Merge pull request #7 from dathere/docs/parser-regex-asymmetry
  • dc65eb0 Merge pull request #8 from dathere/perf/wordlist-hoist-regex
  • 94f188b perf: hoist Regex::new out of per-argument loop in docopt-wordlist
  • 8f51b57 docs: explain the .+ vs .* asymmetry in long-flag regexes
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [qsv_docopt](https://github.com/dathere/qsv-docopt) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/dathere/qsv-docopt/releases)
- [Commits](dathere/qsv-docopt@1.9.0...1.10.0)

---
updated-dependencies:
- dependency-name: qsv_docopt
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 20, 2026
@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@jqnatividad jqnatividad merged commit 3728c29 into master Apr 20, 2026
17 checks passed
@jqnatividad jqnatividad deleted the dependabot/cargo/qsv_docopt-1.10.0 branch April 20, 2026 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant