dependabot[bot] opened a new pull request, #2954:
URL: https://github.com/apache/iggy/pull/2954

   Bumps [figlet-rs](https://github.com/yuanbohan/rs-figlet) from 0.1.5 to 
1.0.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/yuanbohan/rs-figlet/releases";>figlet-rs's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.0.0</h2>
   <h2>Release Notes (since v0.2.0)</h2>
   <p>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.</p>
   <h3>Highlights</h3>
   <ul>
   <li>Rendering now follows the font's built-in FIGlet layout settings, 
including kerning and smushing behavior.</li>
   <li>Added more bundled FIGlet fonts: big and slant.</li>
   <li>Added Toilet font support, including .tlf files and zip-packaged Toilet 
fonts.</li>
   <li>Added bundled Toilet fonts: smblock, mono12, future, wideterm, and 
mono9.</li>
   <li>Renamed FIGfont to FIGlet, with the crate version bumped to 1.0.0.</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>New built-in FIGlet font APIs:
   <ul>
   <li>FIGlet::big()</li>
   <li>FIGlet::slant()</li>
   </ul>
   </li>
   <li>New Toilet type for loading and rendering Toilet fonts.</li>
   <li>New built-in Toilet font APIs:
   <ul>
   <li>Toilet::smblock()</li>
   <li>Toilet::mono12()</li>
   <li>Toilet::future()</li>
   <li>Toilet::wideterm()</li>
   <li>Toilet::mono9()</li>
   </ul>
   </li>
   <li>Support for loading .tlf font files.</li>
   <li>Support for parsing zip-packaged Toilet fonts.</li>
   <li>Golden fixtures generated from local figlet and toilet binaries to 
verify rendering output.</li>
   <li>Fixture generation scripts:
   <ul>
   <li>scripts/generate_figlet_fixtures.sh</li>
   <li>scripts/generate_toilet_fixtures.sh</li>
   </ul>
   </li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Default rendering behavior now matches native figlet more closely by 
respecting the font header's layout configuration.</li>
   <li>Built-in font resources are now organized under resources/.</li>
   <li>Crate packaging has been tightened to include only the necessary source, 
resources, and metadata.</li>
   <li>Documentation and examples have been updated to cover both FIGlet and 
Toilet usage.</li>
   <li>Test fixture naming has been clarified to distinguish figlet_* from 
toilet_*.</li>
   </ul>
   <h3>Breaking Changes</h3>
   <ul>
   <li>FIGfont has been renamed to FIGlet.</li>
   <li>The crate version is now 1.0.0.</li>
   </ul>
   <p>Migration example:</p>
   <pre lang="rust"><code>  use figlet_rs::FIGlet;
   </code></pre>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/yuanbohan/rs-figlet/commits/v1.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=figlet-rs&package-manager=cargo&previous-version=0.1.5&new-version=1.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   You can trigger a rebase of this PR by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to