Update Rust to v1.95 and all deps to latest versions in edgelet workspace.#7504
Draft
arsing wants to merge 4 commits into
Draft
Update Rust to v1.95 and all deps to latest versions in edgelet workspace.#7504arsing wants to merge 4 commits into
arsing wants to merge 4 commits into
Conversation
arsing
commented
May 13, 2026
Comment on lines
+97
to
+117
| aziot-cert-client-async = { git = "https://github.com/arsing/iot-identity-service", branch = "rustup" } | ||
| aziot-cert-common-http = { git = "https://github.com/arsing/iot-identity-service", branch = "rustup" } | ||
| aziot-certd-config = { git = "https://github.com/arsing/iot-identity-service", branch = "rustup" } | ||
| aziot-identity-client-async = { git = "https://github.com/arsing/iot-identity-service", branch = "rustup" } | ||
| aziot-identity-common = { git = "https://github.com/arsing/iot-identity-service", branch = "rustup" } | ||
| aziot-identity-common-http = { git = "https://github.com/arsing/iot-identity-service", branch = "rustup" } | ||
| aziot-identityd-config = { git = "https://github.com/arsing/iot-identity-service", branch = "rustup" } | ||
| aziot-key-client = { git = "https://github.com/arsing/iot-identity-service", branch = "rustup" } | ||
| aziot-key-client-async = { git = "https://github.com/arsing/iot-identity-service", branch = "rustup" } | ||
| aziot-key-common = { git = "https://github.com/arsing/iot-identity-service", branch = "rustup" } | ||
| aziot-key-common-http = { git = "https://github.com/arsing/iot-identity-service", branch = "rustup" } | ||
| aziot-key-openssl-engine = { git = "https://github.com/arsing/iot-identity-service", branch = "rustup" } | ||
| aziot-keyd-config = { git = "https://github.com/arsing/iot-identity-service", branch = "rustup" } | ||
| aziot-keys-common = { git = "https://github.com/arsing/iot-identity-service", branch = "rustup" } | ||
| aziot-tpmd-config = { git = "https://github.com/arsing/iot-identity-service", branch = "rustup" } | ||
| aziotctl-common = { git = "https://github.com/arsing/iot-identity-service", branch = "rustup" } | ||
| cert-renewal = { git = "https://github.com/arsing/iot-identity-service", branch = "rustup" } | ||
| config-common = { git = "https://github.com/arsing/iot-identity-service", branch = "rustup" } | ||
| http-common = { git = "https://github.com/arsing/iot-identity-service", branch = "rustup" } | ||
| logger = { git = "https://github.com/arsing/iot-identity-service", branch = "rustup" } | ||
| test-common = { git = "https://github.com/arsing/iot-identity-service", branch = "rustup" } |
Member
Author
There was a problem hiding this comment.
TODO: Switch back to Azure/i-i-s:main when Azure/iot-identity-service#664 is merged.
Old and unmaintained. Latest release 0.2.5 published in 2023 uses Ubuntu 16.04, which has OpenSSL v1.1.0, which isn't supported by latest openssl-sys crate (it would need v1.1.1). We don't have any platform-specific code in edgelet that would strongly benefit from cross-arch testing in checkin pipeline anyway. Cross-platform package builds are unaffected by this since they do cross-compilation "properly", using cross-compiler toolchain of the target OS.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Passes unit tests. Need to test E2E manually.