Skip to content

Commit 721f4c2

Browse files
Update ctr requirement from 0.3 to 0.6
Updates the requirements on [ctr](https://github.com/RustCrypto/stream-ciphers) to permit the latest version. - [Release notes](https://github.com/RustCrypto/stream-ciphers/releases) - [Commits](RustCrypto/stream-ciphers@ctr-v0.3.0...ctr-v0.6.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent e901c08 commit 721f4c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

protocols/secio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ maintenance = { status = "deprecated" }
1515
[dependencies]
1616
aes-ctr = "0.3"
1717
aesni = { version = "0.6", features = ["nocheck"], optional = true }
18-
ctr = "0.3"
18+
ctr = "0.6"
1919
futures = "0.3.1"
2020
hmac = "0.9.0"
2121
lazy_static = "1.2.0"

0 commit comments

Comments
 (0)