Skip to content

Commit 4c7c1de

Browse files
authored
Update object and addr2line dependencies (#612)
1 parent 8664630 commit 4c7c1de

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ cpp_demangle = { default-features = false, version = "0.4.0", optional = true, f
4141

4242
[target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies]
4343
miniz_oxide = { version = "0.7.0", default-features = false }
44-
addr2line = { version = "0.21.0", default-features = false }
44+
addr2line = { version = "0.22.0", default-features = false }
4545
libc = { version = "0.2.146", default-features = false }
4646

4747
[target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies.object]
48-
version = "0.32.0"
48+
version = "0.35.0"
4949
default-features = false
5050
features = ['read_core', 'elf', 'macho', 'pe', 'xcoff', 'unaligned', 'archive']
5151

crates/as-if-std/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ libc = { version = "0.2.146", default-features = false }
1818

1919
[target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies]
2020
miniz_oxide = { version = "0.7.0", optional = true, default-features = false }
21-
addr2line = { version = "0.21.0", optional = true, default-features = false }
21+
addr2line = { version = "0.22.0", optional = true, default-features = false }
2222

2323
[target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies.object]
24-
version = "0.32.0"
24+
version = "0.35.0"
2525
default-features = false
2626
optional = true
2727
features = ['read_core', 'elf', 'macho', 'pe', 'xcoff', 'unaligned', 'archive']

0 commit comments

Comments
 (0)