File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ dependencies = [
6060 " cfg-if" ,
6161 " libc" ,
6262 " miniz_oxide" ,
63- " object 0.36.7 " ,
63+ " object" ,
6464 " rustc-demangle" ,
6565 " windows-targets 0.52.6" ,
6666]
@@ -1400,15 +1400,6 @@ dependencies = [
14001400 " memchr" ,
14011401]
14021402
1403- [[package ]]
1404- name = " object"
1405- version = " 0.37.1"
1406- source = " registry+https://github.com/rust-lang/crates.io-index"
1407- checksum = " 03fd943161069e1768b4b3d050890ba48730e590f57e56d4aa04e7e090e61b4a"
1408- dependencies = [
1409- " memchr" ,
1410- ]
1411-
14121403[[package ]]
14131404name = " once_cell"
14141405version = " 1.21.3"
@@ -1573,7 +1564,7 @@ dependencies = [
15731564 " libc" ,
15741565 " libloading" ,
15751566 " memmap2" ,
1576- " object 0.37.1 " ,
1567+ " object" ,
15771568 " paths" ,
15781569 " proc-macro-test" ,
15791570 " ra-ap-rustc_lexer" ,
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ libloading = "0.8.8"
122122memmap2 = " 0.9.5"
123123nohash-hasher = " 0.2.0"
124124oorandom = " 11.1.5"
125- object = { version = " 0.37.1 " , default-features = false , features = [
125+ object = { version = " 0.36.7 " , default-features = false , features = [
126126 " std" ,
127127 " read_core" ,
128128 " elf" ,
You can’t perform that action at this time.
0 commit comments