Skip to content

Commit 059ed4f

Browse files
alexcrichtoncuviper
authored andcommitted
Update dlmalloc to 0.1.2
Remove usage of an old and removed wasm intrinsic
1 parent 15cf179 commit 059ed4f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ dependencies = [
713713

714714
[[package]]
715715
name = "dlmalloc"
716-
version = "0.1.1"
716+
version = "0.1.2"
717717
source = "registry+https://github.com/rust-lang/crates.io-index"
718718
dependencies = [
719719
"compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1969,7 +1969,7 @@ name = "rand_chacha"
19691969
version = "0.1.0"
19701970
source = "registry+https://github.com/rust-lang/crates.io-index"
19711971
dependencies = [
1972-
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1972+
"rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
19731973
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
19741974
]
19751975

@@ -1991,7 +1991,7 @@ name = "rand_hc"
19911991
version = "0.1.0"
19921992
source = "registry+https://github.com/rust-lang/crates.io-index"
19931993
dependencies = [
1994-
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1994+
"rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
19951995
]
19961996

19971997
[[package]]
@@ -2016,7 +2016,7 @@ name = "rand_xorshift"
20162016
version = "0.1.0"
20172017
source = "registry+https://github.com/rust-lang/crates.io-index"
20182018
dependencies = [
2019-
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019+
"rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
20202020
]
20212021

20222022
[[package]]
@@ -3073,7 +3073,7 @@ dependencies = [
30733073
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
30743074
"compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
30753075
"core 0.0.0",
3076-
"dlmalloc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3076+
"dlmalloc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
30773077
"fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
30783078
"libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
30793079
"panic_abort 0.0.0",
@@ -3816,7 +3816,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
38163816
"checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a"
38173817
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
38183818
"checksum directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "72d337a64190607d4fcca2cb78982c5dd57f4916e19696b48a575fa746b6cb0f"
3819-
"checksum dlmalloc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4c46c65de42b063004b31c67a98abe071089b289ff0919c660ed7ff4f59317f8"
3819+
"checksum dlmalloc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d56ad71b31043818d0ee10a7fb9664882f8e45849c81647585e6a3124f185517"
38203820
"checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
38213821
"checksum elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a99a310cd1f9770e7bf8e48810c7bcbb0e078c8fb23a8c7bcf0da4c2bf61a455"
38223822
"checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00"

0 commit comments

Comments
 (0)