diff --git a/Cargo.lock b/Cargo.lock index 4d78e70..86a06da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,9 +79,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.95" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" +checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4" [[package]] name = "ascii" diff --git a/Cargo.toml b/Cargo.toml index 6d3dc78..6ce4c36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ categories = ["command-line-utilities", "science", "visualization"] repository = "https://github.com/garryod/nexplore" [dependencies] -anyhow = { version = "1.0.95" } +anyhow = { version = "1.0.96" } clap = { version = "4.5.29", features = ["derive"] } crossterm = { version = "0.28.1" } hdf5 = { git = "https://github.com/aldanor/hdf5-rust.git", rev = "43015ddaa87e62b63dc1b1ae7fed49a430e1b53a", features = [