-
Notifications
You must be signed in to change notification settings - Fork 83
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
Yasna 0.5 and related dependencies upgrade and fmt-debug fix #363
base: master
Are you sure you want to change the base?
Conversation
Benchmark for 02a9b9dClick to view benchmark
|
The failed CI https://github.com/fortanix/rust-mbedtls/actions/runs/10575662217/job/29380924160?pr=363 indicates there is some changes in GitHub Action's MacOS Runner. |
d0a403e
to
55a699f
Compare
…ust-mbedtls into mridul/yasna-0.5-crate-update # Conflicts: # Cargo.lock # mbedtls-platform-support/Cargo.toml # mbedtls/src/x509/mod.rs
Benchmark for 415e457Click to view benchmark
|
|
||
mbedtls-sys-auto = { path = "../mbedtls-sys", version = "2.25.0", default-features = false, features = [ | ||
mbedtls-sys-auto = { path = "../mbedtls-sys", version = "2", default-features = false, features = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mbedtls-sys-auto = { path = "../mbedtls-sys", version = "2", default-features = false, features = [ | |
mbedtls-sys-auto = { path = "../mbedtls-sys", version = "2.28", default-features = false, features = [ |
rand = "0.4.0" | ||
serde_cbor = "0.6" | ||
hex = "0.3" | ||
matches = "0.1.8" | ||
hyper = { version = "0.10.16", default-features = false } | ||
hyper = { version = "0.14", default-features = false } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hyper = { version = "0.14", default-features = false } | |
hyper = { version = "0.10.16", default-features = false } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't upgrade this otherwise you need to update all test code to sync up with new API in hyper
Benchmark for 34943beClick to view benchmark
|
The currently used version of yasna is ver0.3, and it is advised to upgrade to latest yasna ver0.5.2.
This PR upgrades yasna version along with required dependencies.