Update orthrus-ncompress

This commit is contained in:
Luke Street 2024-06-10 17:40:46 -06:00
parent af3bcf5f9e
commit 9c12efa64e
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -972,9 +972,9 @@ dependencies = [
[[package]]
name = "orthrus-ncompress"
version = "0.2.0"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "770b9c12ef43e3204d9c5e4e77ed5fcd48a08a104b6ba17a3a10a0dc975deb07"
checksum = "d2640cb31ca7922ee276a079c0fc593e0a8003967fe4d815e153a585ba05d3c1"
dependencies = [
"orthrus-core",
"snafu",

View File

@ -52,7 +52,7 @@ objdiff-core = { git = "https://github.com/encounter/objdiff", rev = "a5a6a3928e
#objdiff-core = { path = "../objdiff/objdiff-core", features = ["ppc"] }
object = { version = "0.35.0", features = ["read_core", "std", "elf", "write_std"], default-features = false }
once_cell = "1.19.0"
orthrus-ncompress = "0.2.0"
orthrus-ncompress = "0.2.1"
owo-colors = { version = "4.0.0", features = ["supports-colors"] }
path-slash = "0.2.1"
petgraph = { version = "0.6.4", default-features = false }