aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-03-28 17:46:29 -0400
committerXe Iaso <me@xeiaso.net>2023-03-28 17:46:29 -0400
commitf66aae9bf6022528808541be8bc0f21018503cf4 (patch)
treea015a3dc7c9510b8ea38261c27585e6824edc24e /lib
parentbbf98d7cd72149ee8471f8512aa9bd0487b68735 (diff)
parentcf18f64aedbc448a68be27e3fa2a85f56c1132ce (diff)
downloadxesite-f66aae9bf6022528808541be8bc0f21018503cf4.tar.xz
xesite-f66aae9bf6022528808541be8bc0f21018503cf4.zip
Merge remote-tracking branch 'origin/dependabot/cargo/html2text-0.5.0'
Diffstat (limited to 'lib')
-rw-r--r--lib/xesite_types/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xesite_types/Cargo.toml b/lib/xesite_types/Cargo.toml
index 60f6bbf..a8b1495 100644
--- a/lib/xesite_types/Cargo.toml
+++ b/lib/xesite_types/Cargo.toml
@@ -9,6 +9,6 @@ license = "zlib"
[dependencies]
chrono = { version = "0.4", features = [ "serde" ] }
-html2text = "0.4"
+html2text = "0.5"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1" \ No newline at end of file