diff --git a/Cargo.lock b/Cargo.lock index 1bc7f14..5b48ec9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -622,9 +622,9 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "spade" -version = "2.8.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b20a809169ae442497e41a997fc5f14e2eea04e6ac590816a910d5d8068c8c0" +checksum = "9f4ec45f91925e2c9ab3b6a857ee9ed36916990df76a1c475d783a328e247cc8" dependencies = [ "hashbrown", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index 7f2c0da..590e5d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ indicatif = { version = "0.17", default_features = false } rayon = "*" rand = { version = "0.8", default_features = false, features = ["std", "std_rng", "small_rng"] } nalgebra = { version = "0.32", default_features = false, features = ["std", "macros"] } -spade = { version = "2.8", default_features = false, features = ["std"] } +spade = { version = "2.9", default_features = false, features = ["std"] } roots = { version = "0.0.8", default-features = false } kamadak-exif = { version = "0.5", default-features = false }