Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot] ebc1df4420 chore(deps): update rust crate tikv-jemalloc-ctl to v0.6.0 2024-07-26 03:13:16 +00:00
+2 -2
View File
@@ -371,7 +371,7 @@ version = "0.34.0"
# jemalloc usage
# locked to 0.5.4 due to static binary linking breakage
[workspace.dependencies.tikv-jemalloc-sys]
version = "=0.6.0"
version = "=0.5.4"
default-features = false
features = ["stats", "unprefixed_malloc_on_supported_platforms"]
[workspace.dependencies.tikv-jemallocator]
@@ -379,7 +379,7 @@ version = "=0.5.4"
default-features = false
features = ["stats", "unprefixed_malloc_on_supported_platforms"]
[workspace.dependencies.tikv-jemalloc-ctl]
version = "=0.5.4"
version = "=0.6.0"
default-features = false
features = ["use_std"]