From e4b34966184d707ac5e2038e426558211e08ef6d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 8 Nov 2021 07:53:35 -0800 Subject: [PATCH] Update stdarch/dlmalloc Ensure that they compile with the now-a-feature-is-required logic. --- Cargo.lock | 4 ++-- library/std/Cargo.toml | 2 +- library/stdarch | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 41e5352e81711..28b922cf9137f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1028,9 +1028,9 @@ dependencies = [ [[package]] name = "dlmalloc" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96d075454d918d7358fcd2290dcb4c3ae7bc735388dd1b31ccee1426c1106d8a" +checksum = "a6fe28e0bf9357092740362502f5cc7955d8dc125ebda71dec72336c2e15c62e" dependencies = [ "compiler_builtins", "libc", diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index 839e9576ce5ea..8f43e902a87ed 100644 --- a/library/std/Cargo.toml +++ b/library/std/Cargo.toml @@ -36,7 +36,7 @@ features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive'] rand = "0.7" [target.'cfg(any(all(target_family = "wasm", not(target_os = "emscripten")), all(target_vendor = "fortanix", target_env = "sgx")))'.dependencies] -dlmalloc = { version = "0.2.2", features = ['rustc-dep-of-std'] } +dlmalloc = { version = "0.2.3", features = ['rustc-dep-of-std'] } [target.x86_64-fortanix-unknown-sgx.dependencies] fortanix-sgx-abi = { version = "0.3.2", features = ['rustc-dep-of-std'] } diff --git a/library/stdarch b/library/stdarch index 2eb870662bed8..815d55c610dab 160000 --- a/library/stdarch +++ b/library/stdarch @@ -1 +1 @@ -Subproject commit 2eb870662bed827c808042a27c5e2ac8225cb0f1 +Subproject commit 815d55c610dab39e92e7c83bf5fd4b7a020b4d46