Skip to content

Commit 8f87d9c

Browse files
committed
Upgrade Object and related deps
1 parent 39e8657 commit 8f87d9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

std/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ rustc-demangle = { version = "0.1.21", features = ['rustc-dep-of-std'] }
2929

3030
[target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies]
3131
miniz_oxide = { version = "0.7.0", optional = true, default-features = false }
32-
addr2line = { version = "0.20.0", optional = true, default-features = false }
33-
object = { version = "0.31.1", default-features = false, optional = true, features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive'] }
32+
addr2line = { version = "0.21.0", optional = true, default-features = false }
33+
object = { version = "0.32.0", default-features = false, optional = true, features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive'] }
3434

3535
[dev-dependencies]
3636
rand = { version = "0.8.5", default-features = false, features = ["alloc"] }

0 commit comments

Comments
 (0)