From 9c12efa64e8f0a582b962d9050a57c0b72322f15 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Mon, 10 Jun 2024 17:40:46 -0600 Subject: [PATCH] Update orthrus-ncompress --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }