1
Fork 0

Update backtrace to 0.3.73

This commit is contained in:
Jubilee Young 2024-06-06 22:50:28 -07:00
parent 76e7a0849c
commit 49c2a1dda9
3 changed files with 16 additions and 7 deletions

View file

@ -2652,14 +2652,11 @@ version = "0.32.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dependencies = [
"compiler_builtins",
"crc32fast",
"flate2",
"hashbrown",
"indexmap",
"memchr",
"rustc-std-workspace-alloc",
"rustc-std-workspace-core",
"ruzstd 0.5.0",
"wasmparser",
]
@ -2675,6 +2672,18 @@ dependencies = [
"ruzstd 0.6.0",
]
[[package]]
name = "object"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434"
dependencies = [
"compiler_builtins",
"memchr",
"rustc-std-workspace-alloc",
"rustc-std-workspace-core",
]
[[package]]
name = "odht"
version = "0.3.1"
@ -5356,7 +5365,7 @@ dependencies = [
"hermit-abi",
"libc",
"miniz_oxide",
"object 0.32.2",
"object 0.36.0",
"panic_abort",
"panic_unwind",
"profiler_builtins",