diff --git a/Cargo.lock b/Cargo.lock index 25b52b5..9e935ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -642,9 +642,9 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "spade" -version = "2.10.0" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d676a3ce6cfd1e455199fefcf82db082f970872ce017df660f076a4e07a0d64" +checksum = "766195f983f4098dc3bf37fb66bd609f6e6258c4b8db684d05252b2c694cdbcd" dependencies = [ "hashbrown", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index 3a5d33d..96e02b5 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.33", default-features = false, features = ["std", "macros"] } -spade = { version = "2.10", default-features = false, features = ["std"] } +spade = { version = "2.11", default-features = false, features = ["std"] } roots = { version = "0.0.8", default-features = false } kamadak-exif = { version = "0.5", default-features = false }