diff --git a/Cargo.lock b/Cargo.lock index c6939e953e1..7a78a99642d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2948,9 +2948,9 @@ dependencies = [ [[package]] name = "ordered-float" -version = "4.6.0" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" +checksum = "e2c1f9f56e534ac6a9b8a4600bdf0f530fb393b5f393e7b4d03489c3cf0c3f01" dependencies = [ "num-traits", ] diff --git a/Cargo.toml b/Cargo.toml index a48cf5b7d15..22208281461 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ obj = "0.10" # NOTE: once_cell/std is *required* for some commonly-used features, selecting this per crate once_cell = { version = "1.21.3", default-features = false } # Firefox has 3.4.0 vendored, so we allow that version in our dependencies -ordered-float = { version = ">=3,<=4.6", default-features = false } +ordered-float = { version = ">=3, <=5.0", default-features = false } parking_lot = "0.12.1" pico-args = { version = "0.5.0", features = [ "eq-separator",