Skip to content

Commit

Permalink
Update termimad requirement from 0.25 to 0.28
Browse files Browse the repository at this point in the history
Updates the requirements on [termimad](https://github.com/Canop/termimad) to permit the latest version.
- [Changelog](https://github.com/Canop/termimad/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Canop/termimad/commits)

---
updated-dependencies:
- dependency-name: termimad
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 18, 2024
1 parent 4db9c7f commit 2959f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -36,7 +36,7 @@ bitflags = { version = "2.0" }
serde = { version = "1.0", default-features = false, optional = true }
serde_derive = { version = "1.0", optional = true }
serde_json = { version = "1.0", optional = true }
termimad = { version = "0.25", optional = true }
termimad = { version = "0.28", optional = true }
clap = { version = "4.2", features = ["derive"], optional = true }

[target.'cfg(unix)'.dev-dependencies]
Expand Down

0 comments on commit 2959f43

Please sign in to comment.