Skip to content

Commit 4e8626e

Browse files
committed
update miri
1 parent e011fe1 commit 4e8626e

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

Cargo.lock

+18-6
Original file line numberDiff line numberDiff line change
@@ -746,11 +746,11 @@ dependencies = [
746746

747747
[[package]]
748748
name = "directories"
749-
version = "1.0.2"
749+
version = "2.0.1"
750750
source = "registry+https://github.com/rust-lang/crates.io-index"
751751
dependencies = [
752-
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
753-
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
752+
"cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
753+
"dirs-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
754754
]
755755

756756
[[package]]
@@ -763,6 +763,17 @@ dependencies = [
763763
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
764764
]
765765

766+
[[package]]
767+
name = "dirs-sys"
768+
version = "0.3.3"
769+
source = "registry+https://github.com/rust-lang/crates.io-index"
770+
dependencies = [
771+
"cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
772+
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
773+
"redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
774+
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
775+
]
776+
766777
[[package]]
767778
name = "dlmalloc"
768779
version = "0.1.3"
@@ -1659,10 +1670,10 @@ name = "miri"
16591670
version = "0.1.0"
16601671
dependencies = [
16611672
"byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1662-
"cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1673+
"cargo_metadata 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
16631674
"colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
16641675
"compiletest_rs 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
1665-
"directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1676+
"directories 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
16661677
"env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
16671678
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
16681679
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -4207,8 +4218,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
42074218
"checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a"
42084219
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
42094220
"checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90"
4210-
"checksum directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "72d337a64190607d4fcca2cb78982c5dd57f4916e19696b48a575fa746b6cb0f"
4221+
"checksum directories 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2ccc83e029c3cebb4c8155c644d34e3a070ccdb4ff90d369c74cd73f7cb3c984"
42114222
"checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
4223+
"checksum dirs-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "937756392ec77d1f2dd9dc3ac9d69867d109a2121479d72c364e42f4cab21e2d"
42124224
"checksum dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f283302e035e61c23f2b86b3093e8c6273a4c3125742d6087e96ade001ca5e63"
42134225
"checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
42144226
"checksum elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a99a310cd1f9770e7bf8e48810c7bcbb0e078c8fb23a8c7bcf0da4c2bf61a455"

0 commit comments

Comments
 (0)