diff --git a/Cargo.lock b/Cargo.lock index 992defc7d5..4cc49cec5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3026,9 +3026,9 @@ dependencies = [ [[package]] name = "ordered-float" -version = "5.0.0" +version = "5.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2c1f9f56e534ac6a9b8a4600bdf0f530fb393b5f393e7b4d03489c3cf0c3f01" +checksum = "7f4779c6901a562440c3786d08192c6fbda7c1c2060edd10006b05ee35d10f2d" dependencies = [ "num-traits", ] diff --git a/Cargo.toml b/Cargo.toml index 10e6497190..12f94bfed0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,7 +153,7 @@ obj = "0.10" # NOTE: once_cell/std is *required* for some commonly-used features, selecting this per crate once_cell = { version = "1.21", default-features = false } # Firefox has 3.4.0 vendored, so we allow that version in our dependencies -ordered-float = { version = ">=3, <=5.0", default-features = false } +ordered-float = { version = ">=3, <6.0", default-features = false } parking_lot = "0.12.3" petgraph = { version = "0.8", default-features = false } pico-args = { version = "0.5", features = [