diff --git a/Cargo.lock b/Cargo.lock index 09500ac..f3fef59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 761f3c5..b0f1466 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }