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

Downgrade KMS SDK to avoid conflicts with TSS dependencies #95

Closed
wants to merge 1 commit into from

Conversation

eugkoira
Copy link
Collaborator

@eugkoira eugkoira commented Apr 10, 2024

Issue #, if available:
N/A

Description of changes:
In the latest version aws-sdk-kms and tss-esapi has a common conflicting transitive dependency. Each of the libraries has different version requirements for that dependency and they don't intersect (Originated from tss-esapi->mbox versioning hard requirements as described here).

To make build successful we align it and downgrade aws-sdk-kms to the version where conflict disappears.

Also aws-config dependency is used only for testing and is moved to dev dependencies.

Bumping up the successfully buildable package version to publish it to crates.io

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

In the latest version aws-sdk-kms and tss-esapi has a common conflicting
transitive dependency. Each of the libraries has different version requirements
for that dependency and they don't intersect.

To make build successful we align it and downgrade aws-sdk-kms to the version
where conflict disappears.

Also aws-config dependency is used only for testing and is moved to dev dependencies.

Bumping up the successfully buildable package version to publish it to crates.io

Signed-off-by: Eugene Koira <[email protected]>
@eugkoira
Copy link
Collaborator Author

On hold for now as @petreeftime proposed an alternative approach and pushing to update mbox within tss-esapi library here

@eugkoira
Copy link
Collaborator Author

eugkoira commented Apr 16, 2024

Closing this PR in favor of upgrading tss-esapi crate with all the problems fixed: #96

@eugkoira eugkoira closed this Apr 16, 2024
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

Successfully merging this pull request may close these issues.

3 participants