Skip to content

Commit

Permalink
aes: bump hex-literal to v0.4 (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov authored Jul 29, 2024
1 parent 0043746 commit c7ca2b0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 19 deletions.
28 changes: 11 additions & 17 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions aes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@ categories = ["cryptography", "no-std"]
[dependencies]
cfg-if = "1"
cipher = "=0.5.0-pre.6"
zeroize = { version = "1.5.6", optional = true, default-features = false, features = ["aarch64"] }
zeroize = { version = "1.5.6", optional = true, default-features = false, features = [
"aarch64",
] }

[target.'cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86"))'.dependencies]
cpufeatures = "0.2"

[dev-dependencies]
cipher = { version = "=0.5.0-pre.6", features = ["dev"] }
hex-literal = "0.3"
hex-literal = "0.4"

[features]
hazmat = [] # Expose cryptographically hazardous APIs
Expand Down

0 comments on commit c7ca2b0

Please sign in to comment.