File: relax-md-5.diff

package info (click to toggle)
rust-coreutils 0.0.17-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,956 kB
  • sloc: sh: 491; python: 304; javascript: 72; makefile: 37
file content (13 lines) | stat: -rw-r--r-- 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: coreutils/src/uu/hashsum/Cargo.toml
===================================================================
--- coreutils.orig/src/uu/hashsum/Cargo.toml
+++ coreutils/src/uu/hashsum/Cargo.toml
@@ -19,7 +19,7 @@ digest = "0.10.6"
 clap = { version = "4.0", features = ["wrap_help", "cargo"] }
 hex = "0.4.3"
 memchr = "2"
-md-5 = "0.10.5"
+md-5 = "0.10"
 regex = "1"
 sha1 = "0.10.1"
 sha2 = "0.10.2"