Skip to content

fix(deps): update rust crate totp-rs to v6 - #531

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/totp-rs-6.x
Open

fix(deps): update rust crate totp-rs to v6#531
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/totp-rs-6.x

Conversation

@renovate

@renovate renovate Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
totp-rs dependencies major 56

Release Notes

constantoine/totp-rs (totp-rs)

v6.0.0

Compare Source

Breaking

This is a BIG API change. Please check MIGRATION.md for more details.

What's new
  • MSRV was bumped to 1.88.
  • Edition was bumped to 2024.
  • [no_std] support with #​87 and #​88.
  • We now use the builder pattern to instanciate a Totp struct.
  • Error types were unified into one Error type.
Changes
  • Types and methods were renamed to more idiomatic alternatives.
  • Functions that check the validity of a token now return the matched step to give user more tools to prevent token reuse. #​63 ans #​75.
  • Secret serializes to an unpadded base32 string in human-readable formats (JSON, TOML, ...) and to a raw byte string in binary formats. Deserialization accepts both, plus integer sequences from formats without a native byte type.
  • Totp now implements PartialEq and Eq, using Secret's constant-time comparison for the secret field.
Special thanks

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "before 9am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Aug 9, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 9, 2026

Copy link
Copy Markdown

Deploying koyori with  Cloudflare Pages  Cloudflare Pages

Latest commit: 82d6983
Status: ✅  Deploy successful!
Preview URL: https://9772a6e5.koyori.pages.dev
Branch Preview URL: https://renovate-totp-rs-6-x.koyori.pages.dev

View logs

@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown

OpenAPI diff (apps/frontend/openapi.json)

差分はありません。

@renovate
renovate Bot force-pushed the renovate/totp-rs-6.x branch from f76d60c to 82d6983 Compare August 11, 2026 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants