Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps zxcvbn from 2.2.2 to 3.1.0.

Changelog

Sourced from zxcvbn's changelog.

Version 3.1.0

  • Add Display to Feedback
  • Add support for WASM targets running in a custom runtime

Version 3.0.1

  • Fix a bug in 3.0.0 where the Score enum was private
  • Fix a bug where some structs that were intended to implement Serialize when the ser feature was enabled did not implement it

Version 3.0.0

  • [Breaking] Avoid the possibility for zxcvbn to error
  • [Breaking] Refactor the score into an exhaustive enum
  • [Breaking] Change feedback to return Option<&Feedback>
  • Bump itertools dependency to 0.13

Version 2.2.2

  • Fix a possible panic in spatial pattern checker (shssoichiro/zxcvbn-rs#70)
  • Update several dependencies
  • Fix several new clippy lints
  • Officially specify minimum Rust version requirement
    • The version has not changed, but the requirement has now been added to Cargo.toml

Version 2.2.1

  • Fixes for building on WASM targets

Version 2.2.0

  • Fix an issue where a less specific feedback would be given when a more specific feedback was available. (shssoichiro/zxcvbn-rs#54)
  • Migrate to Rust edition 2021
  • Migrate from chrono crate to time crate
  • Update fancy-regex to 0.8

Version 2.1.1

  • Do not download and build wasm dependencies if not building for wasm

Version 2.1.0

  • [Feature] Add support for wasm
  • Deprecate the usage of builders (it will still work for now, but will be removed in the next major release)
  • Various performance improvements and dependency upgrades

Version 2.0.1

  • Fix overflow bugs that may cause wrong results on very complex passwords

... (truncated)

Commits

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 8, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/zxcvbn-3.1.0 branch from 96f87c0 to e1aa829 Compare September 8, 2025 22:39
Bumps [zxcvbn](https://github.com/shssoichiro/zxcvbn-rs) from 2.2.2 to 3.1.0.
- [Changelog](https://github.com/shssoichiro/zxcvbn-rs/blob/master/CHANGELOG.md)
- [Commits](shssoichiro/zxcvbn-rs@v2.2.2...v3.1.0)

---
updated-dependencies:
- dependency-name: zxcvbn
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/zxcvbn-3.1.0 branch from e1aa829 to 663436b Compare September 8, 2025 22:51
@ipetkov ipetkov enabled auto-merge September 8, 2025 22:54
@ipetkov ipetkov merged commit 6d020bd into main Sep 8, 2025
6 checks passed
@ipetkov ipetkov deleted the dependabot/cargo/zxcvbn-3.1.0 branch September 8, 2025 22:56
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.

2 participants