summaryrefslogtreecommitdiff
path: root/graphics/oxipng/files/patch-man
blob: 4991eb8df20703a97cbd10a6fa8c32f236928229 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
- First check what clap crate is used and use it in [1]
- Add missing deps from xtask (generated from xtask/Cargo.lock)
  Optionally check for updated deps
- Use upstream clap version already in crates [1]

--- Cargo.lock.orig	2025-12-07 17:34:49 UTC
+++ Cargo.lock
@@ -677,3 +677,19 @@ dependencies = [
  "log",
  "simd-adler32",
 ]
+
+[[package]]
+name = "clap_mangen"
+version = "0.2.31"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "439ea63a92086df93893164221ad4f24142086d535b3a0957b9b9bea2dc86301"
+dependencies = [
+ "clap",
+ "roff",
+]
+
+[[package]]
+name = "roff"
+version = "0.2.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3"

--- xtask/Cargo.toml.orig	2025-12-07 17:32:20 UTC
+++ xtask/Cargo.toml
@@ -6,6 +6,6 @@ publish = false
 publish = false
 
 [dependencies]
-clap = "4.5.21"
-clap_mangen = "0.2.24"
+clap = "4.5.53"
+clap_mangen = "0.2.31"
 parse-size = "1.1.0"