fix(deps): update rust crate mimalloc to 0.1.38

This commit is contained in:
renovate[bot] 2023-08-25 13:09:23 +00:00
parent ced5852805
commit 338190876f
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -1267,9 +1267,9 @@ dependencies = [
[[package]]
name = "libmimalloc-sys"
version = "0.1.33"
version = "0.1.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4ac0e912c8ef1b735e92369695618dc5b1819f5a7bf3f167301a3ba1cea515e"
checksum = "25d058a81af0d1c22d7a1c948576bee6d673f7af3c0f35564abd6c81122f513d"
dependencies = [
"cc",
"libc",
@ -1379,9 +1379,9 @@ dependencies = [
[[package]]
name = "mimalloc"
version = "0.1.37"
version = "0.1.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e2894987a3459f3ffb755608bd82188f8ed00d0ae077f1edea29c068d639d98"
checksum = "972e5f23f6716f62665760b0f4cbf592576a80c7b879ba9beaafc0e558894127"
dependencies = [
"libmimalloc-sys",
]

View File

@ -9,7 +9,7 @@ version = "0.1.0"
actix-web = "4.3.1"
image = "0.24.7"
libwebp-sys = { version = "0.9.2", optional = true }
mimalloc = "0.1.37"
mimalloc = "0.1.38"
once_cell = "1.18.0"
qstring = "0.7.2"
ravif = { version = "0.11.2", optional = true }