Skip to content

Commit 77d3f86

Browse files
authored
Bump hybrid-array to v0.4 (#572)
1 parent 472c98d commit 77d3f86

File tree

2 files changed

+30
-19
lines changed

2 files changed

+30
-19
lines changed

Cargo.lock

Lines changed: 12 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,21 @@ opt-level = 2
6868

6969
[profile.bench]
7070
debug = true
71+
72+
[patch.crates-io]
73+
# https://github.com/RustCrypto/utils/pull/1208
74+
block-buffer = { git = "https://github.com/RustCrypto/utils" }
75+
# https://github.com/RustCrypto/utils/pull/1208
76+
block-padding = { git = "https://github.com/RustCrypto/utils" }
77+
# https://github.com/RustCrypto/traits/pull/1976
78+
cipher = { git = "https://github.com/RustCrypto/traits" }
79+
# https://github.com/RustCrypto/traits/pull/1976
80+
crypto-common = { git = "https://github.com/RustCrypto/traits" }
81+
# https://github.com/RustCrypto/block-modes/pull/84
82+
ctr = { git = "https://github.com/RustCrypto/block-modes" }
83+
# https://github.com/RustCrypto/traits/pull/1976
84+
digest = { git = "https://github.com/RustCrypto/traits" }
85+
# https://github.com/RustCrypto/utils/pull/1208
86+
inout = { git = "https://github.com/RustCrypto/utils" }
87+
# https://github.com/RustCrypto/stream-ciphers/pull/450
88+
salsa20 = { git = "https://github.com/RustCrypto/stream-ciphers" }

0 commit comments

Comments
 (0)