chore(deps): Bump ordered-float from 2.10.0 to 3.0.0 (#4502)

Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 2.10.0 to 3.0.0.
- [Release notes](https://github.com/reem/rust-ordered-float/releases)
- [Commits](https://github.com/reem/rust-ordered-float/compare/v2.10.0...v3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2022-05-02 14:27:25 +00:00 committed by GitHub
parent e3adff2281
commit 912d73a6f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 6 deletions

15
Cargo.lock generated
View File

@ -1159,7 +1159,7 @@ dependencies = [
"iox_time",
"num_cpus",
"observability_deps",
"ordered-float 2.10.0",
"ordered-float 3.0.0",
"percent-encoding",
"regex",
"siphasher",
@ -1464,7 +1464,7 @@ dependencies = [
"iox_time",
"mutable_batch",
"mutable_batch_lp",
"ordered-float 2.10.0",
"ordered-float 3.0.0",
"regex",
"schema",
"trace",
@ -3881,6 +3881,15 @@ dependencies = [
"num-traits",
]
[[package]]
name = "ordered-float"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96bcbab4bfea7a59c2c0fe47211a1ac4e3e96bea6eb446d704f310bc5c732ae2"
dependencies = [
"num-traits",
]
[[package]]
name = "os_str_bytes"
version = "6.0.0"
@ -4323,7 +4332,7 @@ dependencies = [
"datafusion_util",
"itertools",
"observability_deps",
"ordered-float 2.10.0",
"ordered-float 3.0.0",
"query_functions",
"schema",
"serde_json",

View File

@ -10,7 +10,7 @@ readme = "README.md"
bytes = "1.0"
num_cpus = "1.13.0"
observability_deps = { path = "../observability_deps" }
ordered-float = "2"
ordered-float = "3"
percent-encoding = "2.1.0"
regex = "1"
siphasher = "0.3"

View File

@ -9,7 +9,7 @@ arrow_util = { path = "../arrow_util" }
data_types = { path = "../data_types" }
hashbrown = "0.12"
mutable_batch = { path = "../mutable_batch" }
ordered-float = "2"
ordered-float = "3"
schema = { path = "../schema" }
iox_time = { path = "../iox_time" }
trace = { path = "../trace" }

View File

@ -11,7 +11,7 @@ datafusion = { path = "../datafusion" }
datafusion_util = { path = "../datafusion_util" }
itertools = "0.10"
observability_deps = { path = "../observability_deps" }
ordered-float = "2"
ordered-float = "3"
query_functions = { path = "../query_functions"}
schema = { path = "../schema" }
serde_json = "1.0.79"