Skip to content

Commit 76a10e2

Browse files
committed
Update all dependencies
1 parent fc37b22 commit 76a10e2

File tree

3 files changed

+104
-52
lines changed

3 files changed

+104
-52
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ cpp_demangle = { default-features = false, version = "0.4.0", optional = true, f
3939
] }
4040

4141
[target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies]
42-
miniz_oxide = { version = "0.8", default-features = false }
43-
addr2line = { version = "0.24.0", default-features = false }
42+
miniz_oxide = { version = "0.8.0", default-features = false }
43+
addr2line = { version = "0.24.1", default-features = false }
4444
libc = { version = "0.2.156", default-features = false }
4545

4646
[target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies.object]
@@ -50,7 +50,7 @@ features = ['read_core', 'elf', 'macho', 'pe', 'xcoff', 'unaligned', 'archive']
5050

5151
[dev-dependencies]
5252
dylib-dep = { path = "crates/dylib-dep" }
53-
libloading = "0.7"
53+
libloading = "0.8"
5454

5555
[features]
5656
# 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
@@ -17,8 +17,8 @@ rustc-demangle = "0.1.21"
1717
libc = { version = "0.2.156", default-features = false }
1818

1919
[target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies]
20-
miniz_oxide = { version = "0.8", optional = true, default-features = false }
21-
addr2line = { version = "0.24.0", optional = true, default-features = false }
20+
miniz_oxide = { version = "0.8.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"

0 commit comments

Comments
 (0)