apache / incubator-teaclave-trustzone-sdk

Teaclave TrustZone SDK enables safe, functional, and ergonomic development of trustlets.
https://teaclave.apache.org
Apache License 2.0
221 stars 62 forks source link

If we can upgrade version of bitflags in optee-utee #148

Closed ivila closed 1 week ago

ivila commented 1 week ago

In cargo.toml of optee-utee crate, it lock the version of bitflags(set it must to 1.0.4): image

However, in some other crates will require a newer version, for example, the raw-cpuid require version upper 1.2, and result in confliction: image So I wonder why optee-utee lock the version of bitflags and if it can upgrade the version of bitflags

b49020 commented 1 week ago

I don't think upgrading dependencies should cause any issues, please feel free to propose corresponding PR.