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 @@ -1724,7 +1724,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1724
1724
checksum = " 24fddda5af7e54bf7da53067d6e802dbcc381d0a8eef629df528e3ebf68755cb"
1725
1725
dependencies = [
1726
1726
" hermit-abi 0.3.1" ,
1727
- " rustix 0.38.1 " ,
1727
+ " rustix 0.38.2 " ,
1728
1728
" windows-sys 0.48.0" ,
1729
1729
]
1730
1730
@@ -3159,7 +3159,6 @@ name = "rustc_driver"
3159
3159
version = " 0.0.0"
3160
3160
dependencies = [
3161
3161
" rustc_driver_impl" ,
3162
- " rustix 0.37.11" ,
3163
3162
]
3164
3163
3165
3164
[[package ]]
@@ -4218,9 +4217,9 @@ dependencies = [
4218
4217
4219
4218
[[package ]]
4220
4219
name = " rustix"
4221
- version = " 0.37.11 "
4220
+ version = " 0.37.22 "
4222
4221
source = " registry+https://github.com/rust-lang/crates.io-index"
4223
- checksum = " 85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77 "
4222
+ checksum = " 8818fa822adcc98b18fedbb3632a6a33213c070556b5aa7c4c8cc21cff565c4c "
4224
4223
dependencies = [
4225
4224
" bitflags 1.3.2" ,
4226
4225
" errno" ,
@@ -4232,9 +4231,9 @@ dependencies = [
4232
4231
4233
4232
[[package ]]
4234
4233
name = " rustix"
4235
- version = " 0.38.1 "
4234
+ version = " 0.38.2 "
4236
4235
source = " registry+https://github.com/rust-lang/crates.io-index"
4237
- checksum = " fbc6396159432b5c8490d4e301d8c705f61860b8b6c863bf79942ce5401968f3 "
4236
+ checksum = " aabcb0461ebd01d6b79945797c27f8529082226cb630a9865a71870ff63532a4 "
4238
4237
dependencies = [
4239
4238
" bitflags 2.3.3" ,
4240
4239
" errno" ,
@@ -4660,7 +4659,7 @@ dependencies = [
4660
4659
" cfg-if" ,
4661
4660
" fastrand" ,
4662
4661
" redox_syscall 0.3.5" ,
4663
- " rustix 0.37.11 " ,
4662
+ " rustix 0.37.22 " ,
4664
4663
" windows-sys 0.48.0" ,
4665
4664
]
4666
4665
@@ -4701,7 +4700,7 @@ version = "0.2.6"
4701
4700
source = " registry+https://github.com/rust-lang/crates.io-index"
4702
4701
checksum = " 8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
4703
4702
dependencies = [
4704
- " rustix 0.37.11 " ,
4703
+ " rustix 0.37.22 " ,
4705
4704
" windows-sys 0.48.0" ,
4706
4705
]
4707
4706
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 @@ -142,6 +142,8 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
142
142
"elsa" ,
143
143
"ena" ,
144
144
"equivalent" ,
145
+ "errno" ,
146
+ "errno-dragonfly" ,
145
147
"expect-test" ,
146
148
"fallible-iterator" , // dependency of `thorin`
147
149
"fastrand" ,
You can’t perform that action at this time.
0 commit comments