Skip to content

deps(deps): Update indicatif requirement from 0.17 to 0.18#6

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/indicatif-0.18
Closed

deps(deps): Update indicatif requirement from 0.17 to 0.18#6
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/indicatif-0.18

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2025

Updates the requirements on indicatif to permit the latest version.

Release notes

Sourced from indicatif's releases.

0.18.3

What's Changed

Commits
  • 23100f5 Bump version to 0.18.3
  • 45e5af9 Apply suggestions from clippy 1.91
  • b31a0be Add ProgressBar::set_elapsed
  • 368de49 Bump version to 0.18.2
  • 6d4e7d3 style: tweak write_ansi_range() style
  • 01957a7 Fix wide_msg truncation with a colored message
  • e836112 Bump version to 0.18.1
  • e69d621 Fix wide_bar width computation with multiline a message
  • 985f053 Bump MSRV to 1.71 (for console 0.16.1)
  • 5436ffc Start versioning Cargo.lock
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Updates the requirements on [indicatif](https://github.com/console-rs/indicatif) to permit the latest version.
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](console-rs/indicatif@0.17.0...0.18.3)

---
updated-dependencies:
- dependency-name: indicatif
  dependency-version: 0.18.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 29, 2025

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 29, 2025

Looks like indicatif is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Nov 29, 2025
@dependabot dependabot bot deleted the dependabot/cargo/indicatif-0.18 branch November 29, 2025 08:09
doublegate added a commit that referenced this pull request Jan 24, 2026
Dismiss 4 GitHub Code Scanning alerts that were false positives:

Alert #1 (Critical) - wraith-crypto/encrypted_keys.rs:473
  Rule: rust/hard-coded-cryptographic-value
  Status: DISMISSED - Buffer [0u8; 32] is immediately overwritten by
  Argon2id hash_password_into(). Standard buffer pre-allocation pattern.

Alert #4 (High) - wraith-ffi/error.rs:355
  Rule: rust/access-invalid-pointer
  Status: DISMISSED - Test code with proper null check (line 353) before
  dereference (line 355). Standard FFI test pattern.

Alert #5 (Critical) - wraith-share/access_control.rs:87
  Rule: rust/hard-coded-cryptographic-value
  Status: DISMISSED - Buffer immediately filled with CSPRNG bytes via
  rand::thread_rng().fill_bytes(). Secure random key generation.

Alert #6 (Critical) - wraith-stream/segment_storage.rs:258
  Rule: rust/hard-coded-cryptographic-value
  Status: DISMISSED - Buffer immediately filled with BLAKE3 keyed hash
  output. Key derived from stream_key + unique context.

Added clarifying code comments to help static analyzers understand
these patterns and prevent future false positives.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants