File: bump-hex-literal.patch

package info (click to toggle)
rust-blake2 0.10.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 497 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Bump hex-literal dependency
 The new version does not break compatibility with usage here
Author: Antonio Russo <aerusso@aerusso.net>
Forwarded: not-needed
Last-Update: 2023-08-23
Index: blake2/Cargo.toml
===================================================================
--- blake2.orig/Cargo.toml
+++ blake2/Cargo.toml
@@ -39,7 +39,7 @@ version = "0.10.3"
 features = ["dev"]
 
 [dev-dependencies.hex-literal]
-version = "0.2.2"
+version = "0.4.1"
 
 [features]
 default = ["std"]