diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index 4ae16c726..fc39269cb 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -801,9 +801,9 @@ dependencies = [ | |||
801 | 801 | ||
802 | [[package]] | 802 | [[package]] |
803 | name = "libmimalloc-sys" | 803 | name = "libmimalloc-sys" |
804 | version = "0.1.18" | 804 | version = "0.1.19" |
805 | source = "registry+https://github.com/rust-lang/crates.io-index" | 805 | source = "registry+https://github.com/rust-lang/crates.io-index" |
806 | checksum = "82151ff13433c4d403cb15d0e6fbda14b24d65bd1a5b33f7d52ec983cc00752d" | 806 | checksum = "4782d78362f319e7568577c015dc0cb9c6d0fe43be120018a54ac4c6dd89888a" |
807 | dependencies = [ | 807 | dependencies = [ |
808 | "cmake", | 808 | "cmake", |
809 | ] | 809 | ] |
@@ -906,9 +906,9 @@ dependencies = [ | |||
906 | 906 | ||
907 | [[package]] | 907 | [[package]] |
908 | name = "mimalloc" | 908 | name = "mimalloc" |
909 | version = "0.1.22" | 909 | version = "0.1.23" |
910 | source = "registry+https://github.com/rust-lang/crates.io-index" | 910 | source = "registry+https://github.com/rust-lang/crates.io-index" |
911 | checksum = "4a5d2c9cb18f9cdc6d88f4aca6d3d8ea89c4c8202d6facfc7e56efdee97b80fa" | 911 | checksum = "7857c87270957ce1d20aea0f39b383551518986b6e480a0291e3b8ec5f9ab158" |
912 | dependencies = [ | 912 | dependencies = [ |
913 | "libmimalloc-sys", | 913 | "libmimalloc-sys", |
914 | ] | 914 | ] |