Update orthrus-ncompress
This commit is contained in:
parent
af3bcf5f9e
commit
9c12efa64e
|
@ -972,9 +972,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "orthrus-ncompress"
|
name = "orthrus-ncompress"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "770b9c12ef43e3204d9c5e4e77ed5fcd48a08a104b6ba17a3a10a0dc975deb07"
|
checksum = "d2640cb31ca7922ee276a079c0fc593e0a8003967fe4d815e153a585ba05d3c1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"orthrus-core",
|
"orthrus-core",
|
||||||
"snafu",
|
"snafu",
|
||||||
|
|
|
@ -52,7 +52,7 @@ objdiff-core = { git = "https://github.com/encounter/objdiff", rev = "a5a6a3928e
|
||||||
#objdiff-core = { path = "../objdiff/objdiff-core", features = ["ppc"] }
|
#objdiff-core = { path = "../objdiff/objdiff-core", features = ["ppc"] }
|
||||||
object = { version = "0.35.0", features = ["read_core", "std", "elf", "write_std"], default-features = false }
|
object = { version = "0.35.0", features = ["read_core", "std", "elf", "write_std"], default-features = false }
|
||||||
once_cell = "1.19.0"
|
once_cell = "1.19.0"
|
||||||
orthrus-ncompress = "0.2.0"
|
orthrus-ncompress = "0.2.1"
|
||||||
owo-colors = { version = "4.0.0", features = ["supports-colors"] }
|
owo-colors = { version = "4.0.0", features = ["supports-colors"] }
|
||||||
path-slash = "0.2.1"
|
path-slash = "0.2.1"
|
||||||
petgraph = { version = "0.6.4", default-features = false }
|
petgraph = { version = "0.6.4", default-features = false }
|
||||||
|
|
Loading…
Reference in New Issue