chore(deps): Bump ordered-float from 3.9.0 to 3.9.1

Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 3.9.0 to 3.9.1.
- [Release notes](https://github.com/reem/rust-ordered-float/releases)
- [Commits](https://github.com/reem/rust-ordered-float/compare/v3.9.0...v3.9.1)

---
updated-dependencies:
- dependency-name: ordered-float
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/24376/head
dependabot[bot] 2023-08-23 01:23:52 +00:00 committed by GitHub
parent b071967847
commit 71eda2ab71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

6
Cargo.lock generated
View File

@ -1374,7 +1374,7 @@ dependencies = [
"iox_time",
"observability_deps",
"once_cell",
"ordered-float 3.9.0",
"ordered-float 3.9.1",
"paste",
"percent-encoding",
"proptest",
@ -3844,9 +3844,9 @@ dependencies = [
[[package]]
name = "ordered-float"
version = "3.9.0"
version = "3.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "126d3e6f3926bfb0fb24495b4f4da50626f547e54956594748e3d8882a0320b4"
checksum = "2a54938017eacd63036332b4ae5c8a49fc8c0c1d6d629893057e4f13609edd06"
dependencies = [
"num-traits",
]