Skip to content

Commit 443a2d4

Browse files
committed
Update ena
1 parent 267fb90 commit 443a2d4

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Cargo.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,14 @@ dependencies = [
780780
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
781781
]
782782

783+
[[package]]
784+
name = "ena"
785+
version = "0.12.0"
786+
source = "registry+https://github.com/rust-lang/crates.io-index"
787+
dependencies = [
788+
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
789+
]
790+
783791
[[package]]
784792
name = "env_logger"
785793
version = "0.5.13"
@@ -2662,7 +2670,7 @@ name = "rustc_data_structures"
26622670
version = "0.0.0"
26632671
dependencies = [
26642672
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
2665-
"ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
2673+
"ena 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
26662674
"graphviz 0.0.0",
26672675
"jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
26682676
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -4043,6 +4051,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
40434051
"checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
40444052
"checksum elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a99a310cd1f9770e7bf8e48810c7bcbb0e078c8fb23a8c7bcf0da4c2bf61a455"
40454053
"checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00"
4054+
"checksum ena 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1bc0780a33d340b98e80725a927ff9c3fe30eac92b414725968faeb49458df17"
40464055
"checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38"
40474056
"checksum env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "afb070faf94c85d17d50ca44f6ad076bce18ae92f0037d350947240a36e9d42e"
40484057
"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"

src/librustc_data_structures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path = "lib.rs"
1010
crate-type = ["dylib"]
1111

1212
[dependencies]
13-
ena = "0.11"
13+
ena = "0.12"
1414
log = "0.4"
1515
jobserver_crate = { version = "0.1", package = "jobserver" }
1616
lazy_static = "1"

0 commit comments

Comments
 (0)