1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: Adjust Rust-dependencies
We want to use the Rust crates available in Debian when we build
the package. However, the version of those crates do not match the
versions specified by upstream in Cargo.toml.
This patch adjust those dependencies to the versions available in
Debian.
Author: Patrick Franz <deltaone@debian.org>
Forwarded: not-needed
Last-Update: 2025-02-24
@@ -12,5 +12,5 @@ cxx-build = "1.0.106"
[dependencies]
cxx = "1.0.106"
-html2text = "0.6"
+html2text = "0.12"
|