Skip to content

Commit

Permalink
Bump aes dev dependency to v0.7 release (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Apr 29, 2021
1 parent df85ce0 commit c211b13
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
12 changes: 3 additions & 9 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion cfb-mode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ edition = "2018"
cipher = "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
cipher = { version = "0.3", features = ["dev"] }
hex-literal = "0.2"
2 changes: 1 addition & 1 deletion cfb8/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ edition = "2018"
cipher = "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
cipher = { version = "0.3", features = ["dev"] }
hex-literal = "0.2"
2 changes: 1 addition & 1 deletion ctr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ edition = "2018"
cipher = "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
cipher = { version = "0.3", features = ["dev"] }
hex-literal = "0.2"
2 changes: 1 addition & 1 deletion ofb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ edition = "2018"
cipher = "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
cipher = { version = "0.3", features = ["dev"] }
hex-literal = "0.2"

0 comments on commit c211b13

Please sign in to comment.