Skip to content

Bump clap from 4.6.1 to 4.6.3#34

Merged
mattfaltyn merged 1 commit into
mainfrom
dependabot/cargo/clap-4.6.3
Jul 21, 2026
Merged

Bump clap from 4.6.1 to 4.6.3#34
mattfaltyn merged 1 commit into
mainfrom
dependabot/cargo/clap-4.6.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps clap from 4.6.1 to 4.6.3.

Release notes

Sourced from clap's releases.

v4.6.3

[4.6.3] - 2026-07-20

Fixes

  • (derive) Allow "literal".function() as attribute values

v4.6.2

[4.6.2] - 2026-07-15

Fixes

  • (help) Say alias when there is only one
Changelog

Sourced from clap's changelog.

[4.6.3] - 2026-07-20

Fixes

  • (derive) Allow "literal".function() as attribute values

[4.6.2] - 2026-07-15

Fixes

  • (help) Say alias when there is only one
Commits
  • 7e0bcca chore: Release
  • 0f09905 docs: Update changelog
  • 9706951 Merge pull request #6353 from truffle-dev/feat-completer-arg-index
  • ac0d148 feat(complete): Index-aware ValueCompleter
  • 1565a3c test(complete): Cover indexed multi-value case
  • 48fc10a Merge pull request #6350 from stefankreutz/missing_docs
  • 7d4c353 docs: Hint at clippy's missing docs lint
  • f6a6701 chore(deps): Update Rust Stable to v1.95 (#6347)
  • ac5fda6 chore: Release
  • b73c627 docs: Update changelog
  • 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 [clap](https://github.com/clap-rs/clap) from 4.6.1 to 4.6.3.
- [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.6.1...clap_complete-v4.6.3)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jul 20, 2026
@dependabot
dependabot Bot requested a review from mattfaltyn as a code owner July 20, 2026 23:46
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 20, 2026
@github-actions

Copy link
Copy Markdown

Costguard passed

No introduced or regressed high-risk cost findings.

Gates

  • default: pass

PR Impact

Finding delta vs base: 0 introduced, 0 regressed, 0 resolved, 0 unchanged.

Manifest integrity: verified (0 checksum mismatch(es)).

Active enforcement: block_only_new=true.

Context (informational)

  • 218 SQL files in project context
  • 50 parse failures, 0 skipped files (unchanged)
  • 50 unchanged context issues (nonblocking)

Diagnostics

  1. SQLCOST023 .:1:1
    no dbt manifest found; using YAML and SQL metadata only
    severity INFO, confidence high, precision informational
    Suggestion: run 'dbt compile' to produce target/manifest.json, then scan again (or pass --manifest )

  2. SQLCOST025 tests/fixtures/corpus/dbt_project_ambiguous/dbt_project.yml:1:1
    ambiguous models block in /home/runner/work/costguard/costguard/tests/fixtures/corpus/dbt_project_ambiguous/dbt_project.yml (multiple project keys without a matching name)
    severity LOW, confidence high, precision informational
    Suggestion: fix dbt_project.yml syntax or project name alignment for folder config

  3. SQLCOST024 tests/fixtures/corpus/yaml_parse_error/models/schema.yml:1:1
    failed to parse schema YAML at /home/runner/work/costguard/costguard/tests/fixtures/corpus/yaml_parse_error/models/schema.yml
    severity LOW, confidence high, precision informational
    Suggestion: fix the schema YAML syntax so Costguard can read model config

Suppress only intentional exceptions with -- costguard: disable-next-line=RULE.

@mattfaltyn
mattfaltyn merged commit fd0b21e into main Jul 21, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/cargo/clap-4.6.3 branch July 21, 2026 06:53
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