Skip to content

Commit

Permalink
aes: bump ctr dependency to v0.8 (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jul 9, 2021
1 parent aefdee7 commit c282099
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions aes/CHANGELOG.md
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Bump `ctr` dependency to v0.8 ([#275])

[#275]: https://github.com/RustCrypto/block-ciphers/pull/275

## 0.7.4 (2021-06-01)
### Added
- Soft `hazmat` backend ([#267], [#268])
Expand Down
2 changes: 1 addition & 1 deletion aes/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ categories = ["cryptography", "no-std"]
[dependencies]
cfg-if = "1"
cipher = "0.3"
ctr = { version = "0.7", optional = true }
ctr = { version = "0.8", optional = true }
opaque-debug = "0.3"

[dev-dependencies]
Expand Down

0 comments on commit c282099

Please sign in to comment.