Skip to content

deps:(deps): bump figlet-rs from 0.1.5 to 1.0.0 - #82

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/figlet-rs-1.0.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/figlet-rs-1.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps figlet-rs from 0.1.5 to 1.0.0.

Release notes

Sourced from figlet-rs's releases.

v1.0.0

Release Notes (since v0.2.0)

This release series brings figlet-rs much closer to native figlet/toilet behavior, expands the bundled font set, and introduces first-class Toilet font support. It also includes one breaking API rename that bumps the crate to 1.0.0.

Highlights

  • Rendering now follows the font's built-in FIGlet layout settings, including kerning and smushing behavior.
  • Added more bundled FIGlet fonts: big and slant.
  • Added Toilet font support, including .tlf files and zip-packaged Toilet fonts.
  • Added bundled Toilet fonts: smblock, mono12, future, wideterm, and mono9.
  • Renamed FIGfont to FIGlet, with the crate version bumped to 1.0.0.

Added

  • New built-in FIGlet font APIs:
    • FIGlet::big()
    • FIGlet::slant()
  • New Toilet type for loading and rendering Toilet fonts.
  • New built-in Toilet font APIs:
    • Toilet::smblock()
    • Toilet::mono12()
    • Toilet::future()
    • Toilet::wideterm()
    • Toilet::mono9()
  • Support for loading .tlf font files.
  • Support for parsing zip-packaged Toilet fonts.
  • Golden fixtures generated from local figlet and toilet binaries to verify rendering output.
  • Fixture generation scripts:
    • scripts/generate_figlet_fixtures.sh
    • scripts/generate_toilet_fixtures.sh

Changed

  • Default rendering behavior now matches native figlet more closely by respecting the font header's layout configuration.
  • Built-in font resources are now organized under resources/.
  • Crate packaging has been tightened to include only the necessary source, resources, and metadata.
  • Documentation and examples have been updated to cover both FIGlet and Toilet usage.
  • Test fixture naming has been clarified to distinguish figlet_* from toilet_*.

Breaking Changes

  • FIGfont has been renamed to FIGlet.
  • The crate version is now 1.0.0.

Migration example:

  use figlet_rs::FIGlet;

... (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 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 [figlet-rs](https://github.com/yuanbohan/rs-figlet) from 0.1.5 to 1.0.0.
- [Release notes](https://github.com/yuanbohan/rs-figlet/releases)
- [Commits](https://github.com/yuanbohan/rs-figlet/commits/v1.0.0)

---
updated-dependencies:
- dependency-name: figlet-rs
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor Author

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.

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