From 3256152125cdd89ce6c863602922ac1dd4800fa9 Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Mon, 25 Jul 2022 18:57:57 +0200 Subject: [PATCH] Bump tikv-jemalloc-sys to 0.5 (#662) --- librocksdb-sys/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/librocksdb-sys/Cargo.toml b/librocksdb-sys/Cargo.toml index 4b77499..e261516 100644 --- a/librocksdb-sys/Cargo.toml +++ b/librocksdb-sys/Cargo.toml @@ -24,7 +24,7 @@ rtti = [] [dependencies] libc = "0.2" -tikv-jemalloc-sys = { version = "0.4", features = ["unprefixed_malloc_on_supported_platforms"], optional = true } +tikv-jemalloc-sys = { version = "0.5", features = ["unprefixed_malloc_on_supported_platforms"], optional = true } zstd-sys = { version = "2.0", features = ["zdict_builder"], optional = true } libz-sys = { version = "1.1", default-features = false, optional = true } bzip2-sys = { version = "0.1", default-features = false, optional = true } @@ -35,5 +35,5 @@ uuid = { version = "1.0", features = ["v4"] } [build-dependencies] cc = { version = "1.0", features = ["parallel"] } -bindgen = { version = "0.59", default-features = false, features = ["runtime"] } +bindgen = { version = "0.60", default-features = false, features = ["runtime"] } glob = "0.3"