Skip to content

Commit 6c44bbb

Browse files
author
Jethro Beekman
committed
Update dlmalloc to 0.1.3
1 parent 00aae71 commit 6c44bbb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ dependencies = [
744744

745745
[[package]]
746746
name = "dlmalloc"
747-
version = "0.1.2"
747+
version = "0.1.3"
748748
source = "registry+https://github.com/rust-lang/crates.io-index"
749749
dependencies = [
750750
"compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2092,7 +2092,7 @@ name = "rand_chacha"
20922092
version = "0.1.0"
20932093
source = "registry+https://github.com/rust-lang/crates.io-index"
20942094
dependencies = [
2095-
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2095+
"rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
20962096
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
20972097
]
20982098

@@ -2114,7 +2114,7 @@ name = "rand_hc"
21142114
version = "0.1.0"
21152115
source = "registry+https://github.com/rust-lang/crates.io-index"
21162116
dependencies = [
2117-
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2117+
"rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
21182118
]
21192119

21202120
[[package]]
@@ -2139,7 +2139,7 @@ name = "rand_xorshift"
21392139
version = "0.1.0"
21402140
source = "registry+https://github.com/rust-lang/crates.io-index"
21412141
dependencies = [
2142-
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2142+
"rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
21432143
]
21442144

21452145
[[package]]
@@ -3230,7 +3230,7 @@ dependencies = [
32303230
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
32313231
"compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
32323232
"core 0.0.0",
3233-
"dlmalloc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
3233+
"dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
32343234
"fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
32353235
"libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
32363236
"panic_abort 0.0.0",
@@ -4000,7 +4000,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
40004000
"checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90"
40014001
"checksum directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "72d337a64190607d4fcca2cb78982c5dd57f4916e19696b48a575fa746b6cb0f"
40024002
"checksum dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "88972de891f6118092b643d85a0b28e0678e0f948d7f879aa32f2d5aafe97d2a"
4003-
"checksum dlmalloc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d56ad71b31043818d0ee10a7fb9664882f8e45849c81647585e6a3124f185517"
4003+
"checksum dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f283302e035e61c23f2b86b3093e8c6273a4c3125742d6087e96ade001ca5e63"
40044004
"checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
40054005
"checksum elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a99a310cd1f9770e7bf8e48810c7bcbb0e078c8fb23a8c7bcf0da4c2bf61a455"
40064006
"checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00"

0 commit comments

Comments
 (0)