Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Aug 27, 2024
1 parent fc37b22 commit 76a10e2
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 52 deletions.
146 changes: 99 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ cpp_demangle = { default-features = false, version = "0.4.0", optional = true, f
] }

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

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

[dev-dependencies]
dylib-dep = { path = "crates/dylib-dep" }
libloading = "0.7"
libloading = "0.8"

[features]
# By default libstd support is enabled.
Expand Down
4 changes: 2 additions & 2 deletions crates/as-if-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ rustc-demangle = "0.1.21"
libc = { version = "0.2.156", default-features = false }

[target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies]
miniz_oxide = { version = "0.8", optional = true, default-features = false }
addr2line = { version = "0.24.0", optional = true, default-features = false }
miniz_oxide = { version = "0.8.0", optional = true, default-features = false }
addr2line = { version = "0.24.1", optional = true, default-features = false }

[target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies.object]
version = "0.36.0"
Expand Down

0 comments on commit 76a10e2

Please sign in to comment.