chore(deps): use tikv-jemallocator instead of jemallocator (#7232)

This commit is contained in:
DaniPopes
2024-03-19 18:13:23 +01:00
committed by GitHub
parent ce89a2be8d
commit 9d039a233c
10 changed files with 79 additions and 96 deletions

View File

@ -35,7 +35,7 @@ rand.workspace = true
ctr = "0.9.2"
digest = "0.10.5"
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] }
concat-kdf = { version = "0.1.0" }
concat-kdf = "0.1.0"
sha2 = "0.10.6"
sha3 = "0.10.5"
aes = "0.8.1"