In cargo.toml of optee-utee crate, it lock the version of bitflags(set it must to 1.0.4):
However, in some other crates will require a newer version, for example, the raw-cpuid require version upper 1.2, and result in confliction:
So I wonder why optee-utee lock the version of bitflags and if it can upgrade the version of bitflags
In cargo.toml of optee-utee crate, it lock the version of bitflags(set it must to 1.0.4):
However, in some other crates will require a newer version, for example, the raw-cpuid require version upper 1.2, and result in confliction: So I wonder why optee-utee lock the version of bitflags and if it can upgrade the version of bitflags