diff --git a/Cargo.lock b/Cargo.lock index 8c99b0e98..84241fdf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4096,9 +4096,9 @@ dependencies = [ [[package]] name = "ordered-float" -version = "4.2.1" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19ff2cf528c6c03d9ed653d6c4ce1dc0582dc4af309790ad92f07c1cd551b0be" +checksum = "44d501f1a72f71d3c063a6bbc8f7271fa73aa09fe5d6283b6571e2ed176a2537" dependencies = [ "arbitrary", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index ffc531d74..9967563b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ manyfmt = "0.1.0" mutants = "0.0.3" noise = { version = "0.9.0", default-features = false } num-traits = { version = "0.2.19", default-features = false } -ordered-float = { version = "4.2.0", default-features = false } +ordered-float = { version = "4.3.0", default-features = false } paste = "1.0.15" petgraph = { version = "0.6.2", default-features = false, features = ["graphmap"] } png-decoder = "0.1.1" # used by all-is-cubes for no_std-compatible reading pngs