Description: accept newer releases of crate tikv-jemallocator
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-01-25
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/crates/swc_malloc/Cargo.toml
+++ b/crates/swc_malloc/Cargo.toml
@@ -23,4 +23,4 @@
 mimalloc = { version = "0.1.43", features = ["local_dynamic_tls"] }
 
 [target.'cfg(all(target_os = "linux", target_env = "gnu", target_arch = "arm"))'.dependencies]
-tikv-jemallocator = { version = "0.5", features = ["disable_initial_exec_tls"] }
+tikv-jemallocator = { version = ">= 0.5, <= 0.6", features = ["disable_initial_exec_tls"] }
