diff --git a/Cargo.lock b/Cargo.lock index 2f94c39..36acf87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -884,9 +884,9 @@ dependencies = [ [[package]] name = "jemallocator" -version = "0.5.0" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16c2514137880c52b0b4822b563fadd38257c1f380858addb74a400889696ea6" +checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc" dependencies = [ "jemalloc-sys", "libc", diff --git a/Cargo.toml b/Cargo.toml index 0773742..26c99ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ lru = "0.12.0" mini-moka = "0.10.3" [target.'cfg(not(target_env = "msvc"))'.dependencies] -jemallocator = "0.5.0" +jemallocator = "0.5.4" [dev-dependencies] serial_test = "*"