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

Is it possible to release a new version of xsalsa20poly1305 now that zeroize is not blocked to <1.4? #422

Closed
fabuloso opened this issue May 9, 2022 · 2 comments

Comments

@fabuloso
Copy link

fabuloso commented May 9, 2022

We are encountering zeroize version conflicts between xsalsa20poly1305 and aws-sdk.

error: failed to select a version for `zeroize`.
    ... required by package `aws-types v0.10.1`
    ... which satisfies dependency `aws-types = "^0.10.1"` of package `aws-config v0.10.1`
    ... which satisfies dependency `aws-config = "^0.10"` of package `my_project v0.1.0 (...)`
versions that meet the requirements `^1.4.1` are: 1.5.4, 1.5.5, 1.5.3, 1.4.3, 1.4.2, 1.4.1

all possible versions conflict with previously selected packages.

  previously selected package `zeroize v1.0.0`
    ... which satisfies dependency `zeroize = ">=1, <1.4"` of package `salsa20 v0.9.0`
    ... which satisfies dependency `salsa20 = "^0.9"` of package `xsalsa20poly1305 v0.8.0`
    ... which satisfies dependency `xsalsa20poly1305 = "^0.8.0"` of package `my_project v0.1.0 (...)`

failed to select a version for `zeroize` which could resolve this conflict

Could you please release a new version? We cannot upgrade aws-sdk at the moment, and dependabot is really angry. 😢

@tarcieri
Copy link
Member

tarcieri commented May 9, 2022

I've released xsalsa20poly1305 v0.9.0-pre which unpins zeroize: #423

We'll need to get a new version of universal-hash out before a final release. See RustCrypto/traits#965

@tarcieri tarcieri closed this as completed May 9, 2022
@fabuloso
Copy link
Author

thanks a lot

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