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.21 to 0.23 #142

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on termimad to permit the latest version.

Changelog

Sourced from termimad's changelog.

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

v0.20.3 - 2022-09-20

  • fix some '' not being rendered because being incorrectly considered as escaping

v0.20.2 - 2022-06-07

  • update crossterm to 0.23.1 and coolor to 0.5

v0.20.1 - 2022-04-14

  • upgrade coolor to 0.4 (which is pure rust) to fix a cross-compilation problem

v0.20.0 - 2021-12-25

  • better algorithm for fitting tables, taking into account the whole column and not just its max width
  • some fitting functions which could panic on an assert in extrem cases now return a Result (there are unlikely to be used directly so this shouldn't lead to breaking changes)

v0.19.4 - 2021-12-22

  • fix a case of crash in input field

v0.19.3 - 2021-12-01

... (truncated)

Commits


You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
codecov[bot] commented 1 year ago

Codecov Report

Merging #142 (9e00feb) into master (a837dba) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #142   +/-   ##
=======================================
  Coverage   39.34%   39.34%           
=======================================
  Files           4        4           
  Lines        4072     4072           
=======================================
  Hits         1602     1602           
  Misses       2470     2470           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

gz commented 1 year ago

@dependabot rebase

dependabot[bot] commented 1 year ago

Looks like termimad is up-to-date now, so this is no longer needed.