Skip to content

Commit

Permalink
Bump aes crate dependency to v0.7 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Apr 29, 2021
1 parent 4e07d94 commit 6aa7c20
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
19 changes: 10 additions & 9 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ members = [
]

[patch.crates-io]
aes = { git = "https://github.com/RustCrypto/block-ciphers.git" }
des = { git = "https://github.com/RustCrypto/block-ciphers.git" }
kuznyechik = { git = "https://github.com/RustCrypto/block-ciphers.git" }
magma = { git = "https://github.com/RustCrypto/block-ciphers.git" }
2 changes: 1 addition & 1 deletion cmac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crypto-mac = { version = "0.11", features = ["cipher"] }
dbl = "0.3"

[dev-dependencies]
aes = { version = "=0.7.0-pre", features = ["force-soft"] } # Uses `force-soft` for MSRV 1.41
aes = { version = "0.7", features = ["force-soft"] } # Uses `force-soft` for MSRV 1.41
crypto-mac = { version = "0.11", features = ["dev"] }
hex-literal = "0.2"
kuznyechik = "0.7.0-pre"
Expand Down
2 changes: 1 addition & 1 deletion pmac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crypto-mac = { version = "0.11", features = ["cipher"] }
dbl = "0.3"

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

[features]
Expand Down

0 comments on commit 6aa7c20

Please sign in to comment.