Skip to content

Commit

Permalink
Update ctr requirement from 0.3 to 0.6
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 21, 2020
1 parent 47c5c80 commit 39433b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/secio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ maintenance = { status = "deprecated" }
[dependencies]
aes-ctr = "0.3"
aesni = { version = "0.6", features = ["nocheck"], optional = true }
ctr = "0.3"
ctr = "0.6"
futures = "0.3.1"
hmac = "0.9.0"
lazy_static = "1.2.0"
Expand Down

0 comments on commit 39433b2

Please sign in to comment.