diff --git a/Cargo.lock b/Cargo.lock index dec73503..351dd060 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1361,9 +1361,9 @@ dependencies = [ [[package]] name = "ordered-float" -version = "4.1.1" +version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "536900a8093134cf9ccf00a27deb3532421099e958d9dd431135d0c7543ca1e8" +checksum = "a76df7075c7d4d01fdcb46c912dd17fba5b60c78ea480b475f2b6ab6f666584e" dependencies = [ "num-traits", "rand", diff --git a/Cargo.toml b/Cargo.toml index 29f8dc2c..4aacaf68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ log = "0.4" maplit = "1.0" num-traits = "0.2" once_cell = "1.19.0" -ordered-float = { version = "4.1", features = ["serde"] } +ordered-float = { version = "4.2", features = ["serde"] } prometheus = { version = "0.13", default-features = false } rand = "0.8" regex = "1.10"