Skip to content

Bump figlet-rs from 0.1.5 to 1.0.0#59

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/figlet-rs-1.0.0
Closed

Bump figlet-rs from 0.1.5 to 1.0.0#59
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/figlet-rs-1.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 16, 2026
@github-project-automation github-project-automation bot moved this to Backlog in dvd-term Mar 16, 2026
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 dependabot bot force-pushed the dependabot/cargo/figlet-rs-1.0.0 branch from 423664d to 0a13631 Compare March 17, 2026 20:11
@alefnull alefnull closed this Mar 17, 2026
@github-project-automation github-project-automation bot moved this from Backlog to Done in dvd-term Mar 17, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 17, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/figlet-rs-1.0.0 branch March 17, 2026 20:23
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

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant