Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make zeroize's version more compatible #416

Closed
lei2022 opened this issue Apr 25, 2022 · 1 comment
Closed

Make zeroize's version more compatible #416

lei2022 opened this issue Apr 25, 2022 · 1 comment

Comments

@lei2022
Copy link

lei2022 commented Apr 25, 2022

As seen in "aes-gcm-siv/Cargo.toml", zeroize is a dependency and has a hard requirement of ">=1, <1.4": { version = ">=1, <1.4", default-features = false }. It is not compatible with versions >= 1.5. Please consider making it "zeroize = { version = "1", default-features = false }" so it is more compatible.

The latest zeroize version as of this Issue is https://crates.io/crates/zeroize/1.5.4

@tarcieri
Copy link
Member

Dup of #377

See also: RustCrypto/utils#723

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants