From 938be88ae9d917cddd56fbc6f1537a455f99d9d3 Mon Sep 17 00:00:00 2001 From: Ruud van Asseldonk Date: Thu, 7 Jul 2022 18:22:53 +0200 Subject: [PATCH] Bump typenum from 1.14.0 to 1.15.0 to fix SIGILL during build (#26471) Bump typenum from 1.14.0 to 1.15.0 Version 1.15.0 fixes an issue where code that runs at build-time would be compiled with the target_cpu setting, and the target CPU might support instructions that the host system does not have, causing a SIGILL during the build. See also [1] and [2]. [1]: https://github.com/paholg/typenum/issues/162 [2]: https://github.com/paholg/typenum/pull/177 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e916001545f111..1b8fd2ab29dca7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7365,9 +7365,9 @@ dependencies = [ [[package]] name = "typenum" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec" +checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "ucd-trie"