gz / rust-cpuid

cpuid library in rust.
https://docs.rs/raw-cpuid/
MIT License
147 stars 43 forks source link

Update termimad requirement from 0.23 to 0.25 #163

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Updates the requirements on termimad to permit the latest version.

Changelog

Sourced from termimad's changelog.

v0.25.0 - 2023-08-20

  • skin.limit_to_ascii() makes the characters used for table borders, bullets, etc. be in the non extended ASCII range - see "high-compatibility" example

v0.24.1 - 2023-08-15

  • attribute parsing support RapidBlink and SlowBlink
  • better error reporting on parsing invalid grey level

v0.24.0 - 2023-08-13

  • gray panicking on out of range level has been changed to a silent clamping
  • skin now deserializable with serde
  • several utilities to parse colors and style elements

v0.23.2 - 2023-08-02

  • utility functions (FmtText::content_width and FmtText::set_rendering_width) and example (content-align) helping base alignments on the content's width rather than the terminal's width

v0.23.1 - 2023-06-15

  • reexport coolor to ease dependency managment

v0.23.0 - 2023-03-09

  • FmtText::raw_str function to build a text with no markdown interpretation

v0.22.0 - 2023-03-02

  • with 1, 2, or 3 spaces before a bullet, you make a deeper list item - Fix #41

v0.21.1 - 2023-02-25

  • expose the DisplayableLine struct, which can be useful for some widgets

v0.21.0 - 2023-02-05

  • parsing markdown with options (clean indentation, continue spans); see parse-options example - Fix #38

v0.20.6 - 2022-12-15

  • fix cases of selection becoming wider than content in input field

v0.20.5 - 2022-12-15

  • fix coolor version to prevent a dependency version problem with crossterm

v0.20.4 - 2022-12-03

  • reexport crossterm

... (truncated)

Commits


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 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)
codecov[bot] commented 11 months ago

Codecov Report

Merging #163 (b049f7c) into master (5420be1) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #163   +/-   ##
=======================================
  Coverage   36.83%   36.83%           
=======================================
  Files           4        4           
  Lines        4385     4385           
=======================================
  Hits         1615     1615           
  Misses       2770     2770