@@ -34,10 +34,10 @@ addr2line = { version = "0.22.0", optional = true, default-features = false } |
|
|
34 |
34 |
libc = { version = "0.2.153", default-features = false, features = ['rustc-dep-of-std'], public = true } |
35 |
35 |
|
36 |
36 |
[target.'cfg(all(not(target_os = "aix"), not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))))'.dependencies] |
37 |
|
-object = { version = "0.32.0", default-features = false, optional = true, features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive'] } |
|
37 |
+object = { version = "0.36.0", default-features = false, optional = true, features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive'] } |
38 |
38 |
|
39 |
39 |
[target.'cfg(target_os = "aix")'.dependencies] |
40 |
|
-object = { version = "0.32.0", default-features = false, optional = true, features = ['read_core', 'xcoff', 'unaligned', 'archive'] } |
|
40 |
+object = { version = "0.36.0", default-features = false, optional = true, features = ['read_core', 'xcoff', 'unaligned', 'archive'] } |
41 |
41 |
|
42 |
42 |
[dev-dependencies] |
43 |
43 |
rand = { version = "0.8.5", default-features = false, features = ["alloc"] } |