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
parent
e3adff2281
commit
912d73a6f3
|
@ -1159,7 +1159,7 @@ dependencies = [
|
||||||
"iox_time",
|
"iox_time",
|
||||||
"num_cpus",
|
"num_cpus",
|
||||||
"observability_deps",
|
"observability_deps",
|
||||||
"ordered-float 2.10.0",
|
"ordered-float 3.0.0",
|
||||||
"percent-encoding",
|
"percent-encoding",
|
||||||
"regex",
|
"regex",
|
||||||
"siphasher",
|
"siphasher",
|
||||||
|
@ -1464,7 +1464,7 @@ dependencies = [
|
||||||
"iox_time",
|
"iox_time",
|
||||||
"mutable_batch",
|
"mutable_batch",
|
||||||
"mutable_batch_lp",
|
"mutable_batch_lp",
|
||||||
"ordered-float 2.10.0",
|
"ordered-float 3.0.0",
|
||||||
"regex",
|
"regex",
|
||||||
"schema",
|
"schema",
|
||||||
"trace",
|
"trace",
|
||||||
|
@ -3881,6 +3881,15 @@ dependencies = [
|
||||||
"num-traits",
|
"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]]
|
[[package]]
|
||||||
name = "os_str_bytes"
|
name = "os_str_bytes"
|
||||||
version = "6.0.0"
|
version = "6.0.0"
|
||||||
|
@ -4323,7 +4332,7 @@ dependencies = [
|
||||||
"datafusion_util",
|
"datafusion_util",
|
||||||
"itertools",
|
"itertools",
|
||||||
"observability_deps",
|
"observability_deps",
|
||||||
"ordered-float 2.10.0",
|
"ordered-float 3.0.0",
|
||||||
"query_functions",
|
"query_functions",
|
||||||
"schema",
|
"schema",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
|
|
|
@ -10,7 +10,7 @@ readme = "README.md"
|
||||||
bytes = "1.0"
|
bytes = "1.0"
|
||||||
num_cpus = "1.13.0"
|
num_cpus = "1.13.0"
|
||||||
observability_deps = { path = "../observability_deps" }
|
observability_deps = { path = "../observability_deps" }
|
||||||
ordered-float = "2"
|
ordered-float = "3"
|
||||||
percent-encoding = "2.1.0"
|
percent-encoding = "2.1.0"
|
||||||
regex = "1"
|
regex = "1"
|
||||||
siphasher = "0.3"
|
siphasher = "0.3"
|
||||||
|
|
|
@ -9,7 +9,7 @@ arrow_util = { path = "../arrow_util" }
|
||||||
data_types = { path = "../data_types" }
|
data_types = { path = "../data_types" }
|
||||||
hashbrown = "0.12"
|
hashbrown = "0.12"
|
||||||
mutable_batch = { path = "../mutable_batch" }
|
mutable_batch = { path = "../mutable_batch" }
|
||||||
ordered-float = "2"
|
ordered-float = "3"
|
||||||
schema = { path = "../schema" }
|
schema = { path = "../schema" }
|
||||||
iox_time = { path = "../iox_time" }
|
iox_time = { path = "../iox_time" }
|
||||||
trace = { path = "../trace" }
|
trace = { path = "../trace" }
|
||||||
|
|
|
@ -11,7 +11,7 @@ datafusion = { path = "../datafusion" }
|
||||||
datafusion_util = { path = "../datafusion_util" }
|
datafusion_util = { path = "../datafusion_util" }
|
||||||
itertools = "0.10"
|
itertools = "0.10"
|
||||||
observability_deps = { path = "../observability_deps" }
|
observability_deps = { path = "../observability_deps" }
|
||||||
ordered-float = "2"
|
ordered-float = "3"
|
||||||
query_functions = { path = "../query_functions"}
|
query_functions = { path = "../query_functions"}
|
||||||
schema = { path = "../schema" }
|
schema = { path = "../schema" }
|
||||||
serde_json = "1.0.79"
|
serde_json = "1.0.79"
|
||||||
|
|
Loading…
Reference in New Issue