diff options
| author | Amanieu d'Antras <amanieu@gmail.com> | 2020-05-19 18:25:41 +0100 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2020-05-19 18:25:41 +0100 |
| commit | 1cfdc7ed0c97a082ca7e638d4114590d03a059a9 (patch) | |
| tree | 8d5e35ecdb2e6cf6f0c36ad3f0e11a859473e156 | |
| parent | 09efea5f542512eb7d6e70cd8c9f74d0230f8b50 (diff) | |
| download | rust-1cfdc7ed0c97a082ca7e638d4114590d03a059a9.tar.gz rust-1cfdc7ed0c97a082ca7e638d4114590d03a059a9.zip | |
Update dlmalloc dependency to 0.1.4
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 6d898661dcd..6295b40e976 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1012,9 +1012,9 @@ dependencies = [ [[package]] name = "dlmalloc" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f283302e035e61c23f2b86b3093e8c6273a4c3125742d6087e96ade001ca5e63" +checksum = "35055b1021724f4eb5262eb49130eebff23fc59fc5a14160e05faad8eeb36673" dependencies = [ "compiler_builtins", "libc", |
