Update dependencies

This commit is contained in:
2025-11-18 22:39:28 -07:00
parent 8e417a4ad6
commit 667346cbe0
2 changed files with 594 additions and 385 deletions

977
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -55,7 +55,7 @@ multimap = "0.10"
nodtool = "1.4" nodtool = "1.4"
#nodtool = { path = "../nod-rs/nodtool" } #nodtool = { path = "../nod-rs/nodtool" }
num_enum = "0.7" num_enum = "0.7"
objdiff-core = { version = "2.2", features = ["ppc"] } objdiff-core = { version = "=2.2", features = ["ppc"] }
#objdiff-core = { path = "../objdiff/objdiff-core", features = ["ppc"] } #objdiff-core = { path = "../objdiff/objdiff-core", features = ["ppc"] }
object = { version = "0.36", features = ["read_core", "std", "elf", "write_std"], default-features = false } object = { version = "0.36", features = ["read_core", "std", "elf", "write_std"], default-features = false }
once_cell = "1.20" once_cell = "1.20"