Skip to content

Commit c9f9c46

Browse files
committed
Bump aes crate dependency to v0.7
Release notes: RustCrypto/block-ciphers#238
1 parent 4e07d94 commit c9f9c46

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ members = [
77
]
88

99
[patch.crates-io]
10-
aes = { git = "https://github.com/RustCrypto/block-ciphers.git" }
1110
des = { git = "https://github.com/RustCrypto/block-ciphers.git" }
1211
kuznyechik = { git = "https://github.com/RustCrypto/block-ciphers.git" }
1312
magma = { git = "https://github.com/RustCrypto/block-ciphers.git" }

cmac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ crypto-mac = { version = "0.11", features = ["cipher"] }
1616
dbl = "0.3"
1717

1818
[dev-dependencies]
19-
aes = { version = "=0.7.0-pre", features = ["force-soft"] } # Uses `force-soft` for MSRV 1.41
19+
aes = { version = "0.7", features = ["force-soft"] } # Uses `force-soft` for MSRV 1.41
2020
crypto-mac = { version = "0.11", features = ["dev"] }
2121
hex-literal = "0.2"
2222
kuznyechik = "0.7.0-pre"

pmac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ crypto-mac = { version = "0.11", features = ["cipher"] }
1616
dbl = "0.3"
1717

1818
[dev-dependencies]
19-
aes = { version = "=0.7.0-pre", features = ["force-soft"] } # Uses `force-soft` for MSRV 1.41
19+
aes = { version = "0.7", features = ["force-soft"] } # Uses `force-soft` for MSRV 1.41
2020
crypto-mac = { version = "0.11", features = ["dev"] }
2121

2222
[features]

0 commit comments

Comments
 (0)