removed docx-to-md dependency to migrate in a separate pull request

This commit is contained in:
nilsk 2026-07-20 16:56:32 +02:00
parent 0d6739aa41
commit a9384a794e
No known key found for this signature in database
GPG Key ID: A5C0151B4DDB172C
2 changed files with 0 additions and 16 deletions

15
runtime/Cargo.lock generated
View File

@ -1906,20 +1906,6 @@ dependencies = [
"strsim 0.10.0",
]
[[package]]
name = "docx-to-md"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ff66168dc94c192d9372fa8fa8201900bd6f2b1edfbbdd2674a2e69c98073b6"
dependencies = [
"base64 0.22.1",
"image",
"quick-xml",
"thiserror 2.0.18",
"url",
"zip 8.6.0",
]
[[package]]
name = "dom_query"
version = "0.27.0"
@ -4136,7 +4122,6 @@ dependencies = [
"cbc 0.2.1",
"cfg-if",
"dbus-secret-service-keyring-store",
"docx-to-md",
"file-format",
"flexi_logger",
"futures",

View File

@ -45,7 +45,6 @@ sys-locale = "0.3.2"
whoami = "2.1.2"
cfg-if = "1.0.4"
pptx-to-md = "1.0.0"
docx-to-md = "0.1.0"
tempfile = "3.27.0"
strum_macros = "0.28.0"
sysinfo = "0.39.6"