File: fix-deps.diff

package info (click to toggle)
rust-stream-cipher 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 124 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: stream-cipher/Cargo.toml
===================================================================
--- stream-cipher.orig/Cargo.toml
+++ stream-cipher/Cargo.toml
@@ -27,7 +27,7 @@ version = "0.1"
 optional = true
 
 [dependencies.generic-array]
-version = "0.12"
+version = "0.14"
 
 [features]
 dev = ["blobby"]