diff --git a/Cargo.lock b/Cargo.lock index 7e48c580..da64f2da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1465,9 +1465,9 @@ dependencies = [ [[package]] name = "ordered-float" -version = "4.2.2" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a91171844676f8c7990ce64959210cd2eaef32c2612c50f9fae9f8aaa6065a6" +checksum = "44d501f1a72f71d3c063a6bbc8f7271fa73aa09fe5d6283b6571e2ed176a2537" dependencies = [ "num-traits", "rand", diff --git a/Cargo.toml b/Cargo.toml index 912141e3..c2502e86 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.2", features = ["serde"] } +ordered-float = { version = "4.3", features = ["serde"] } prometheus = { version = "0.13", default-features = false } rand = "0.8" regex = "1.10"