diff options
| author | bors <bors@rust-lang.org> | 2024-05-11 06:26:35 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-05-11 06:26:35 +0000 |
| commit | be7549f82c194c7a5dc8f34ed0541bfebbaf33ea (patch) | |
| tree | 743e53d481c65cd46cdbe65c2251cd8c3372fc43 /compiler/rustc_data_structures | |
| parent | ef15976387ad9c1cdceaabf469e0cf35f5852f6d (diff) | |
| parent | a4317c4eecc996e3afb98923293b90bf7e34575a (diff) | |
| download | rust-be7549f82c194c7a5dc8f34ed0541bfebbaf33ea.tar.gz rust-be7549f82c194c7a5dc8f34ed0541bfebbaf33ea.zip | |
Auto merge of #125000 - matthiaskrgr:rollup-cc9lc2y, r=matthiaskrgr
Rollup of 4 pull requests Successful merges: - #124766 (std::rand: adding solaris/illumos for getrandom support.) - #124818 (Update ena to 0.14.3) - #124991 (Fix typo in ManuallyDrop's documentation) - #124994 (Add `@saethlin` to some triagebot groups) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_data_structures')
| -rw-r--r-- | compiler/rustc_data_structures/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml index 80b6e72e49b..2b61e17efa2 100644 --- a/compiler/rustc_data_structures/Cargo.toml +++ b/compiler/rustc_data_structures/Cargo.toml @@ -9,7 +9,7 @@ arrayvec = { version = "0.7", default-features = false } bitflags = "2.4.1" either = "1.0" elsa = "=1.7.1" -ena = "0.14.2" +ena = "0.14.3" indexmap = { version = "2.0.0" } jobserver_crate = { version = "0.1.28", package = "jobserver" } libc = "0.2" |
