diff --git a/Cargo.lock b/Cargo.lock index f2dcb82..d286e09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -355,9 +355,9 @@ dependencies = [ [[package]] name = "half" -version = "2.7.0" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e54c115d4f30f52c67202f079c5f9d8b49db4691f460fdb0b4c2e838261b2ba5" +checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" dependencies = [ "cfg-if", "crunchy", diff --git a/Cargo.toml b/Cargo.toml index 40ba2a9..17eb19a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ description = "A CLI tool that can peek into `*.npy` files." [dependencies] byte-unit = "5.1.6" clap = { version = "4.5.47", features = ["derive"] } -half = "2.7.0" +half = "2.7.1" npyz = { version = "0.8.4", features = ["half"] } ordered-float = "5.1.0"