Skip to content

Commit b0144c3

Browse files
fix(deps): update rust crate html2text to 0.15.0
1 parent 96b38d2 commit b0144c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ locales = ["en", "de", "es", "fr", "lt", "ru"]
1313

1414
[dependencies]
1515
axum = { version = "0.8.1", features = ["tracing", "macros"] }
16-
html2text = { version = "0.14.0", features = ["css"] }
16+
html2text = { version = "0.15.0", features = ["css"] }
1717
lettre = { version = "0.11.12", features = ["tokio1", "builder", "smtp-transport", "pool", "tokio1-rustls-tls", "tracing"], default-features = false }
1818
listenfd = "1.0.2"
1919
mrmx-macros = { version = "0.1.0", git = "https://github.com/JadedBlueEyes/mrmx.git" }

0 commit comments

Comments
 (0)