Skip to content

Commit f1aefb4

Browse files
committed
Auto merge of #54249 - RalfJung:miri, r=eddyb
Update miri
2 parents ed94397 + 8d908b5 commit f1aefb4

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

src/Cargo.lock

+24-2
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,16 @@ name = "getopts"
808808
version = "0.2.17"
809809
source = "registry+https://github.com/rust-lang/crates.io-index"
810810

811+
[[package]]
812+
name = "getset"
813+
version = "0.0.6"
814+
source = "registry+https://github.com/rust-lang/crates.io-index"
815+
dependencies = [
816+
"proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
817+
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
818+
"syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)",
819+
]
820+
811821
[[package]]
812822
name = "git2"
813823
version = "0.7.5"
@@ -1268,9 +1278,8 @@ dependencies = [
12681278
"colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
12691279
"compiletest_rs 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
12701280
"env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
1271-
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
12721281
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
1273-
"regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1282+
"vergen 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
12741283
]
12751284

12761285
[[package]]
@@ -3015,6 +3024,17 @@ name = "vec_map"
30153024
version = "0.8.1"
30163025
source = "registry+https://github.com/rust-lang/crates.io-index"
30173026

3027+
[[package]]
3028+
name = "vergen"
3029+
version = "2.0.0"
3030+
source = "registry+https://github.com/rust-lang/crates.io-index"
3031+
dependencies = [
3032+
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
3033+
"chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
3034+
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
3035+
"getset 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
3036+
]
3037+
30183038
[[package]]
30193039
name = "version_check"
30203040
version = "0.1.4"
@@ -3177,6 +3197,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
31773197
"checksum futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "1a70b146671de62ec8c8ed572219ca5d594d9b06c0b364d5e67b722fc559b48c"
31783198
"checksum fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34dd4c507af68d37ffef962063dfa1944ce0dd4d5b82043dbab1dabe088610c3"
31793199
"checksum getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05"
3200+
"checksum getset 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "54c7f36a235738bb25904d6a2b3dbb28f6f5736cd3918c4bf80d6bb236200782"
31803201
"checksum git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "591f8be1674b421644b6c030969520bc3fa12114d2eb467471982ed3e9584e71"
31813202
"checksum git2-curl 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b502f6b1b467957403d168f0039e0c46fa6a1220efa2adaef25d5b267b5fe024"
31823203
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
@@ -3349,6 +3370,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
33493370
"checksum utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd70f467df6810094968e2fce0ee1bd0e87157aceb026a8c083bcf5e25b9efe4"
33503371
"checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d"
33513372
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
3373+
"checksum vergen 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9a16834fc61e1492c07dae49b6c14b55f8b1d43a5f5f9e9a2ecc063f47b9f93c"
33523374
"checksum version_check 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7716c242968ee87e5542f8021178248f267f295a5c4803beae8b8b7fd9bc6051"
33533375
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
33543376
"checksum walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "af464bc7be7b785c7ac72e266a6b67c4c9070155606f51655a650a6686204e35"

src/tools/miri

Submodule miri updated from e6f1e15 to 130d803

0 commit comments

Comments
 (0)