Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8ee2c06

Browse files
committedDec 11, 2018
adopt polonius-engine 0.6.1
1 parent 30f531b commit 8ee2c06

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
 

‎Cargo.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ dependencies = [
613613

614614
[[package]]
615615
name = "datafrog"
616-
version = "0.1.0"
616+
version = "1.0.0"
617617
source = "registry+https://github.com/rust-lang/crates.io-index"
618618

619619
[[package]]
@@ -1626,10 +1626,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
16261626

16271627
[[package]]
16281628
name = "polonius-engine"
1629-
version = "0.5.0"
1629+
version = "0.6.1"
16301630
source = "registry+https://github.com/rust-lang/crates.io-index"
16311631
dependencies = [
1632-
"datafrog 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1632+
"datafrog 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
16331633
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
16341634
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
16351635
]
@@ -2072,7 +2072,7 @@ dependencies = [
20722072
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
20732073
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
20742074
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
2075-
"polonius-engine 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2075+
"polonius-engine 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
20762076
"rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
20772077
"rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
20782078
"rustc_apfloat 0.0.0",
@@ -2512,7 +2512,7 @@ dependencies = [
25122512
"graphviz 0.0.0",
25132513
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
25142514
"log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2515-
"polonius-engine 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2515+
"polonius-engine 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
25162516
"rustc 0.0.0",
25172517
"rustc_apfloat 0.0.0",
25182518
"rustc_data_structures 0.0.0",
@@ -3412,7 +3412,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
34123412
"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
34133413
"checksum curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = "c7c9d851c825e0c033979d4516c9173bc19a78a96eb4d6ae51d4045440eafa16"
34143414
"checksum curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" = "721c204978be2143fab0a84b708c49d79d1f6100b8785610f456043a90708870"
3415-
"checksum datafrog 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "16d724bf4ffe77cdceeecd461009b5f8d9e23c5d645d68bedb4586bf43e7e142"
3415+
"checksum datafrog 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "71a3eacc779bb35090718501c2de27bb679dee18f6c28e6589590e4ed8b9fa08"
34163416
"checksum derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6ca414e896ae072546f4d789f452daaecf60ddee4c9df5dc6d5936d769e3d87c"
34173417
"checksum derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f57d78cf3bd45270dad4e70c21ec77a960b36c7a841ff9db76aaa775a8fb871"
34183418
"checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a"
@@ -3520,7 +3520,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
35203520
"checksum phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "05a079dd052e7b674d21cb31cbb6c05efd56a2cd2827db7692e2f1a507ebd998"
35213521
"checksum phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "c2261d544c2bb6aa3b10022b0be371b9c7c64f762ef28c6f5d4f1ef6d97b5930"
35223522
"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
3523-
"checksum polonius-engine 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b6b0a7f5f4278b991ffd14abce1d01b013121ad297460237ef0a2f08d43201"
3523+
"checksum polonius-engine 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d9274a1db7bffb87f7e810ef480a75b67eed0f1a3838f80c652e881f4b4970fd"
35243524
"checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
35253525
"checksum pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6"
35263526
"checksum pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df8b3f4e0475def7d9c2e5de8e5a1306949849761e107b360d03e98eafaffd61"

‎src/librustc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobserver = "0.1"
1717
lazy_static = "1.0.0"
1818
scoped-tls = { version = "0.1.1", features = ["nightly"] }
1919
log = { version = "0.4", features = ["release_max_level_info", "std"] }
20-
polonius-engine = "0.5.0"
20+
polonius-engine = "0.6.1"
2121
rustc-rayon = "0.1.1"
2222
rustc-rayon-core = "0.1.1"
2323
rustc_apfloat = { path = "../librustc_apfloat" }

‎src/librustc_mir/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ either = "1.5.0"
1515
graphviz = { path = "../libgraphviz" }
1616
log = "0.4"
1717
log_settings = "0.1.1"
18-
polonius-engine = "0.5.0"
18+
polonius-engine = "0.6.1"
1919
rustc = { path = "../librustc" }
2020
rustc_target = { path = "../librustc_target" }
2121
rustc_data_structures = { path = "../librustc_data_structures" }

0 commit comments

Comments
 (0)
Please sign in to comment.