File: fix-dep.diff

package info (click to toggle)
rust-block-cipher-trait 0.6.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: makefile: 4
file content (18 lines) | stat: -rw-r--r-- 494 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: rust-block-cipher-trait-0.6.2/Cargo.toml
===================================================================
--- rust-block-cipher-trait-0.6.2.orig/Cargo.toml
+++ rust-block-cipher-trait-0.6.2/Cargo.toml
@@ -23,11 +23,11 @@ repository = "https://github.com/RustCry
 [package.metadata.docs.rs]
 features = ["std"]
 [dependencies.blobby]
-version = "0.1"
+version = "0.3"
 optional = true
 
 [dependencies.generic-array]
-version = "0.12"
+version = "0.14"
 
 [features]
 dev = ["blobby"]