Skip to content

Update Rust to v1.95 and all deps to latest versions in edgelet workspace.#7504

Draft
arsing wants to merge 4 commits into
Azure:mainfrom
arsing:rustup
Draft

Update Rust to v1.95 and all deps to latest versions in edgelet workspace.#7504
arsing wants to merge 4 commits into
Azure:mainfrom
arsing:rustup

Conversation

@arsing
Copy link
Copy Markdown
Member

@arsing arsing commented May 13, 2026

Passes unit tests. Need to test E2E manually.

@arsing arsing requested a review from damonbarry May 13, 2026 23:11
Comment thread edgelet/Cargo.toml
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" }
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

TODO: Switch back to Azure/i-i-s:main when Azure/iot-identity-service#664 is merged.

arsing added 3 commits May 26, 2026 11:25
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.
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.

1 participant