diff --git a/Cargo.lock b/Cargo.lock index 76304ab..5cff35f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -948,9 +948,9 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ordered-float" -version = "4.2.2" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a91171844676f8c7990ce64959210cd2eaef32c2612c50f9fae9f8aaa6065a6" +checksum = "83e7ccb95e240b7c9506a3d544f10d935e142cc90b0a1d56954fb44d89ad6b97" dependencies = [ "num-traits", "rand", diff --git a/Cargo.toml b/Cargo.toml index 7f13fc4..478cea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ itertools = "0.13.0" libheif-rs = "0.15.0" log = "0.4.22" num_cpus = "1.16.0" -ordered-float = { version = "4.2.2", features = ["serde"] } +ordered-float = { version = "4.4.0", features = ["serde"] } plist = "1.5.1" png = "0.17.14" seahash = "4.1.0"