diff options
Diffstat (limited to 'graphics/oxipng/files/patch-man')
| -rw-r--r-- | graphics/oxipng/files/patch-man | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/graphics/oxipng/files/patch-man b/graphics/oxipng/files/patch-man index e5bee327e0fc..4991eb8df207 100644 --- a/graphics/oxipng/files/patch-man +++ b/graphics/oxipng/files/patch-man @@ -1,17 +1,20 @@ -Add missing deps from xtask +- 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-02-16 13:38:08 UTC +--- Cargo.lock.orig 2025-12-07 17:34:49 UTC +++ Cargo.lock -@@ -635,3 +635,19 @@ dependencies = [ - "once_cell", +@@ -677,3 +677,19 @@ dependencies = [ + "log", "simd-adler32", ] + +[[package]] +name = "clap_mangen" -+version = "0.2.24" ++version = "0.2.31" +source = "registry+https://github.com/rust-lang/crates.io-index" -+checksum = "fbae9cbfdc5d4fa8711c09bd7b83f644cb48281ac35bf97af3e47b0675864bdf" ++checksum = "439ea63a92086df93893164221ad4f24142086d535b3a0957b9b9bea2dc86301" +dependencies = [ + "clap", + "roff", @@ -23,14 +26,14 @@ Add missing deps from xtask +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3" -Use upstream clap version already in crates - ---- xtask/Cargo.toml.orig 2025-02-16 13:30:03 UTC +--- xtask/Cargo.toml.orig 2025-12-07 17:32:20 UTC +++ xtask/Cargo.toml -@@ -6,5 +6,5 @@ publish = false +@@ -6,6 +6,6 @@ publish = false publish = false [dependencies] -clap = "4.5.21" -+clap = "4.5.36" - clap_mangen = "0.2.24" +-clap_mangen = "0.2.24" ++clap = "4.5.53" ++clap_mangen = "0.2.31" + parse-size = "1.1.0" |
