2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -167,9 +167,9 @@ dependencies = [
167
167
168
168
[[package ]]
169
169
name = " memchr"
170
- version = " 2.5.0 "
170
+ version = " 2.7.4 "
171
171
source = " registry+https://github.com/rust-lang/crates.io-index"
172
- checksum = " 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d "
172
+ checksum = " 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 "
173
173
dependencies = [
174
174
" compiler_builtins" ,
175
175
" rustc-std-workspace-core" ,
@@ -335,7 +335,6 @@ dependencies = [
335
335
" hashbrown" ,
336
336
" hermit-abi" ,
337
337
" libc" ,
338
- " memchr" ,
339
338
" miniz_oxide" ,
340
339
" object" ,
341
340
" panic_abort" ,
Original file line number Diff line number Diff line change @@ -22,10 +22,6 @@ unwind = { path = "../unwind" }
22
22
hashbrown = { version = " 0.15" , default-features = false , features = [
23
23
' rustc-dep-of-std' ,
24
24
] }
25
- # FIXME(#127890): `object` depends on `memchr`, but `memchr` > v2.5 causes
26
- # issues with LTO. This dependency is not used directly, but pin it here so
27
- # it resolves to 2.5. To be removed once rust-lang/rust#127890 is fixed.
28
- memchr = { version = " =2.5.0" , default-features = false , features = [" rustc-dep-of-std" ] }
29
25
std_detect = { path = " ../stdarch/crates/std_detect" , default-features = false , features = [
30
26
' rustc-dep-of-std' ,
31
27
] }
0 commit comments