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

Update to mbedtls v0.13.0 #658

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mridul-manohar
Copy link

rust-mbedtls PR #372 adds combined errors for mbedtls. this enhancement is available from mbedtls v0.13.0

@@ -22,7 +22,7 @@ env_logger = "0.9"
log = "0.4"
nitro-cli = { git = "https://github.com/fortanix/aws-nitro-enclaves-cli.git", branch = "main" }
once_cell = "1.9.0"
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0.214", features = ["derive"] }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this necessary? Is there any dependency needs this?
Otherwise, you could just update the lock file and leave all these changes to serde in Cargo.toml untouched.

@Taowyoo
Copy link
Collaborator

Taowyoo commented Nov 20, 2024

@mridul-manohar From CI, some errors used in code need to be updated. Please check.

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.

2 participants