File: rust-dependencies.patch

package info (click to toggle)
akonadi-search 4%3A24.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,536 kB
  • sloc: cpp: 9,763; xml: 73; makefile: 30; sh: 1
file content (20 lines) | stat: -rw-r--r-- 577 bytes parent folder | download
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

--- a/agent/rs/htmlparser/Cargo.toml
+++ b/agent/rs/htmlparser/Cargo.toml
@@ -12,5 +12,5 @@ cxx-build = "1.0.106"
 
 [dependencies]
 cxx = "1.0.106"
-html2text = "0.6"
+html2text = "0.12"