Skip to content

Commit

Permalink
chore(deps): update html2text requirement from 0.9 to 0.12
Browse files Browse the repository at this point in the history
Updates the requirements on [html2text](https://github.com/jugglerchris/rust-html2text) to permit the latest version.
- [Changelog](https://github.com/jugglerchris/rust-html2text/blob/main/CHANGELOG.md)
- [Commits](jugglerchris/rust-html2text@0.9.0...0.12.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent 6abb696 commit 6bbbd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
dotenvy = "0.15"
html2text = "0.9"
html2text = "0.12"
octocrab = "0.38"
poise = "0.6"
rand = "0.8"
Expand Down

0 comments on commit 6bbbd8c

Please sign in to comment.