diff --git a/Cargo.lock b/Cargo.lock index 61d9a5924b..935a213e29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2811,9 +2811,9 @@ dependencies = [ [[package]] name = "libmimalloc-sys" -version = "0.1.35" +version = "0.1.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3979b5c37ece694f1f5e51e7ecc871fdb0f517ed04ee45f88d15d6d553cb9664" +checksum = "81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7" dependencies = [ "cc", "libc", @@ -3058,9 +3058,9 @@ dependencies = [ [[package]] name = "mimalloc" -version = "0.1.39" +version = "0.1.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa01922b5ea280a911e323e4d2fd24b7fe5cc4042e0d2cda3c40775cdc4bdc9c" +checksum = "9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d" dependencies = [ "libmimalloc-sys", ] diff --git a/Cargo.toml b/Cargo.toml index c0654123fb..76b09aa781 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tokio = { version = "1.37.0", features = ["rt", "time"] } # dependencies specific to CLI must have optional = true and the dep should be added to default feature. # one needs to add default feature tag if it is something IO related or might conflict with WASM -mimalloc = { version = "0.1.39", default-features = false, optional = true } +mimalloc = { version = "0.1.41", default-features = false, optional = true } http-cache-reqwest = { version = "0.13.0", features = [ "manager-moka", ], default-features = false, optional = true }