Update cmov to fix aarch64 conditional move bug

This commit is contained in:
Thorsten Sommer 2026-07-09 20:57:48 +02:00
parent b41232587a
commit f8b2e6faa0
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

4
runtime/Cargo.lock generated
View File

@ -1166,9 +1166,9 @@ dependencies = [
[[package]]
name = "cmov"
version = "0.5.3"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f88a43d011fc4a6876cb7344703e297c71dda42494fee094d5f7c76bf13f746"
checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a"
[[package]]
name = "codepage"