Skip to content

Commit 83c13ee

Browse files
committed
Update all dependencies
1 parent fd0aed5 commit 83c13ee

File tree

3 files changed

+99
-56
lines changed

3 files changed

+99
-56
lines changed

Cargo.lock

Lines changed: 95 additions & 52 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,7 +41,7 @@ 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.22.0", default-features = false }
44+
addr2line = { version = "0.24.1", 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]
@@ -56,7 +56,7 @@ cc = "1.0.97"
5656

5757
[dev-dependencies]
5858
dylib-dep = { path = "crates/dylib-dep" }
59-
libloading = "0.7"
59+
libloading = "0.8"
6060

6161
[features]
6262
# By default libstd support is enabled.

crates/as-if-std/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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.22.0", optional = true, default-features = false }
21+
addr2line = { version = "0.24.1", optional = true, default-features = false }
2222

2323
[target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies.object]
2424
version = "0.36.0"
@@ -29,7 +29,7 @@ features = ['read_core', 'elf', 'macho', 'pe', 'xcoff', 'unaligned', 'archive']
2929
[build-dependencies]
3030
# Dependency of the `backtrace` crate
3131
cc = "1.0.97"
32-
windows-bindgen = "0.56"
32+
windows-bindgen = "0.58"
3333

3434
[features]
3535
default = ['backtrace']

0 commit comments

Comments
 (0)