diff options
Diffstat (limited to 'security/pdfrip/files/patch-Cargo.toml')
-rw-r--r-- | security/pdfrip/files/patch-Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/pdfrip/files/patch-Cargo.toml b/security/pdfrip/files/patch-Cargo.toml new file mode 100644 index 000000000000..2ecb0896f735 --- /dev/null +++ b/security/pdfrip/files/patch-Cargo.toml @@ -0,0 +1,13 @@ +Update the library to fix build breakage. + +--- Cargo.toml.orig 2025-07-27 21:02:59 UTC ++++ Cargo.toml +@@ -5,7 +5,7 @@ authors = ["Mufeed VH <mufeed@lyminal.space>", "Pommaq + authors = ["Mufeed VH <mufeed@lyminal.space>", "Pommaq"] + + [dependencies] +-indicatif = "0.16.2" ++indicatif = "0.18.0" + log = "0.4.19" + anyhow = "1.0.72" + crossbeam = "0.8.2" |