]> git.proxmox.com Git - debcargo-conf.git/commitdiff
sha1 - bump dev-dependency on hex-literal.
authorPeter Michael Green <plugwash@debian.org>
Mon, 31 Jul 2023 01:42:08 +0000 (01:42 +0000)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 18 Dec 2023 08:29:38 +0000 (09:29 +0100)
(cherry picked from commit cd9313c8f4d8ddc82acf13e968c8606175f4a0ae)

src/sha1/debian/changelog
src/sha1/debian/patches/relax-dep.diff [new file with mode: 0644]
src/sha1/debian/patches/series [new file with mode: 0644]

index 84a2111bb9cd9cd3ec3ba31d7111bfa8e9a2d2db..646275b78aa6dcc6e133612941fd4bcdf239fa7b 100644 (file)
@@ -5,6 +5,7 @@ rust-sha1 (0.10.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
   * Rewrite copyright file. sha1 0.6.x and sha1 0.10.x are completely seperate
     implementations with different copyright information and licenses. The
     copyright file in the previous upload incorrectly reflected 0.6.x
+  * Bump dev-dependency on hex-literal to 0.3
 
  -- Peter Michael Green <plugwash@debian.org>  Mon, 31 Jul 2023 01:19:41 +0000
 
diff --git a/src/sha1/debian/patches/relax-dep.diff b/src/sha1/debian/patches/relax-dep.diff
new file mode 100644 (file)
index 0000000..8636d62
--- /dev/null
@@ -0,0 +1,13 @@
+Index: sha1/Cargo.toml
+===================================================================
+--- sha1.orig/Cargo.toml
++++ sha1/Cargo.toml
+@@ -35,7 +35,7 @@ version = "0.10.4"
+ features = ["dev"]
+ [dev-dependencies.hex-literal]
+-version = "0.2.2"
++version = "0.3"
+ [features]
+ asm = ["sha1-asm"]
diff --git a/src/sha1/debian/patches/series b/src/sha1/debian/patches/series
new file mode 100644 (file)
index 0000000..75abb7f
--- /dev/null
@@ -0,0 +1 @@
+relax-dep.diff