Try to downgrade object
diff --git a/Cargo.lock b/Cargo.lock
index c2b4e21..2c7b464 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -60,7 +60,7 @@
  "cfg-if",
  "libc",
  "miniz_oxide",
- "object 0.36.7",
+ "object",
  "rustc-demangle",
  "windows-targets 0.52.6",
 ]
@@ -1401,15 +1401,6 @@
 ]
 
 [[package]]
-name = "object"
-version = "0.37.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "03fd943161069e1768b4b3d050890ba48730e590f57e56d4aa04e7e090e61b4a"
-dependencies = [
- "memchr",
-]
-
-[[package]]
 name = "once_cell"
 version = "1.21.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1573,7 +1564,7 @@
  "libc",
  "libloading",
  "memmap2",
- "object 0.37.1",
+ "object",
  "paths",
  "proc-macro-test",
  "ra-ap-rustc_lexer",
diff --git a/Cargo.toml b/Cargo.toml
index c791d74..449c758 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -122,7 +122,7 @@
 memmap2 = "0.9.5"
 nohash-hasher = "0.2.0"
 oorandom = "11.1.5"
-object = { version = "0.37.1", default-features = false, features = [
+object = { version = "0.36.7", default-features = false, features = [
   "std",
   "read_core",
   "elf",