File tree 3 files changed +9
-11
lines changed
3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -1774,7 +1774,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1774
1774
checksum = " 24fddda5af7e54bf7da53067d6e802dbcc381d0a8eef629df528e3ebf68755cb"
1775
1775
dependencies = [
1776
1776
" hermit-abi 0.3.1" ,
1777
- " rustix 0.38.1 " ,
1777
+ " rustix 0.38.2 " ,
1778
1778
" windows-sys 0.48.0" ,
1779
1779
]
1780
1780
@@ -3218,7 +3218,6 @@ name = "rustc_driver"
3218
3218
version = " 0.0.0"
3219
3219
dependencies = [
3220
3220
" rustc_driver_impl" ,
3221
- " rustix 0.37.11" ,
3222
3221
]
3223
3222
3224
3223
[[package ]]
@@ -4279,9 +4278,9 @@ dependencies = [
4279
4278
4280
4279
[[package ]]
4281
4280
name = " rustix"
4282
- version = " 0.37.11 "
4281
+ version = " 0.37.22 "
4283
4282
source = " registry+https://github.com/rust-lang/crates.io-index"
4284
- checksum = " 85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77 "
4283
+ checksum = " 8818fa822adcc98b18fedbb3632a6a33213c070556b5aa7c4c8cc21cff565c4c "
4285
4284
dependencies = [
4286
4285
" bitflags 1.3.2" ,
4287
4286
" errno" ,
@@ -4293,9 +4292,9 @@ dependencies = [
4293
4292
4294
4293
[[package ]]
4295
4294
name = " rustix"
4296
- version = " 0.38.1 "
4295
+ version = " 0.38.2 "
4297
4296
source = " registry+https://github.com/rust-lang/crates.io-index"
4298
- checksum = " fbc6396159432b5c8490d4e301d8c705f61860b8b6c863bf79942ce5401968f3 "
4297
+ checksum = " aabcb0461ebd01d6b79945797c27f8529082226cb630a9865a71870ff63532a4 "
4299
4298
dependencies = [
4300
4299
" bitflags 2.3.3" ,
4301
4300
" errno" ,
@@ -4721,7 +4720,7 @@ dependencies = [
4721
4720
" cfg-if" ,
4722
4721
" fastrand" ,
4723
4722
" redox_syscall 0.3.5" ,
4724
- " rustix 0.37.11 " ,
4723
+ " rustix 0.37.22 " ,
4725
4724
" windows-sys 0.48.0" ,
4726
4725
]
4727
4726
@@ -4762,7 +4761,7 @@ version = "0.2.6"
4762
4761
source = " registry+https://github.com/rust-lang/crates.io-index"
4763
4762
checksum = " 8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
4764
4763
dependencies = [
4765
- " rustix 0.37.11 " ,
4764
+ " rustix 0.37.22 " ,
4766
4765
" windows-sys 0.48.0" ,
4767
4766
]
4768
4767
Original file line number Diff line number Diff line change @@ -8,6 +8,3 @@ crate-type = ["dylib"]
8
8
9
9
[dependencies ]
10
10
rustc_driver_impl = { path = " ../rustc_driver_impl" }
11
- # FIXME(Nilstrieb): 0.37.12 adds eventfd support for FreeBSD,
12
- # but FreeBSD 12 does not support it: https://github.com/bytecodealliance/rustix/issues/716
13
- rustix = " =0.37.11"
Original file line number Diff line number Diff line change @@ -143,6 +143,8 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
143
143
"elsa" ,
144
144
"ena" ,
145
145
"equivalent" ,
146
+ "errno" ,
147
+ "errno-dragonfly" ,
146
148
"expect-test" ,
147
149
"fallible-iterator" , // dependency of `thorin`
148
150
"fastrand" ,
You can’t perform that action at this time.
0 commit comments