Skip to content

Commit 17718d5

Browse files
authored
Merge pull request #31355 from MaterializeInc/dependabot/cargo/ordered-float-4.6.0
build(deps): bump ordered-float from 4.2.0 to 4.6.0
2 parents 8103a55 + 9ff02f7 commit 17718d5

File tree

9 files changed

+22
-22
lines changed

9 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/arrow-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ half = "2"
1818
mz-repr = { path = "../repr" }
1919
mz-ore = { path = "../ore" }
2020
num-traits = "0.2"
21-
ordered-float = { version = "4.2.0" }
21+
ordered-float = { version = "4.6.0" }
2222
serde = { version = "1.0.152" }
2323
serde_json = "1.0.125"
2424
uuid = "1.2.2"

src/expr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ mz-sql-parser = { path = "../sql-parser" }
4848
mz-sql-pretty = { path = "../sql-pretty" }
4949
num = "0.4.3"
5050
num_enum = "0.7.3"
51-
ordered-float = { version = "4.2.0", features = ["serde"] }
51+
ordered-float = { version = "4.6.0", features = ["serde"] }
5252
paste = "1.0.11"
5353
prost = { version = "0.13.4", features = ["no-recursion-limit"] }
5454
regex = "1.7.0"

src/interchange/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mz-ccsr = { path = "../ccsr" }
2828
mz-ore = { path = "../ore", features = ["network", "cli"] }
2929
mz-repr = { path = "../repr" }
3030
mz-pgrepr = { path = "../pgrepr" }
31-
ordered-float = { version = "4.2.0", features = ["serde"] }
31+
ordered-float = { version = "4.6.0", features = ["serde"] }
3232
prost = { version = "0.13.4", features = ["no-recursion-limit"] }
3333
prost-reflect = "0.14.6"
3434
seahash = "4"

src/repr-test-util/tests/testdata/datum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,23 @@ Int64(-100)
4040
build-datum
4141
-10.45
4242
----
43-
Float64(OrderedFloat(-10.45))
43+
Float64(-10.45)
4444

4545
build-datum
4646
34.56
4747
----
48-
Float64(OrderedFloat(34.56))
48+
Float64(34.56)
4949

5050
build-datum
5151
-2.234
5252
float64
5353
----
54-
Float64(OrderedFloat(-2.234))
54+
Float64(-2.234)
5555

5656
build-datum
5757
1.1 float32
5858
----
59-
Float32(OrderedFloat(1.1))
59+
Float32(1.1)
6060

6161
build-datum
6262
"hello" string

src/repr-test-util/tests/testdata/row

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build-row
1212
----
1313
Int32(1)
1414
Numeric(OrderedDecimal(1))
15-
Float32(OrderedFloat(2.0))
15+
Float32(2.0)
1616
String("\"quoted\" string")
1717
Timestamp(CheckedTimestamp { t: 2022-10-20T21:34:54 })
1818

@@ -21,7 +21,7 @@ build-row
2121
----
2222
String("string")
2323
Int64(1)
24-
Float64(OrderedFloat(2.1))
24+
Float64(2.1)
2525
True
2626
False
2727
Null

src/repr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ mz-proto = { path = "../proto", features = ["chrono"], default-features = false
5858
mz-sql-parser = { path = "../sql-parser", default-features = false }
5959
num-traits = "0.2.15"
6060
num_enum = "0.7.3"
61-
ordered-float = { version = "4.2.0", features = ["serde"] }
61+
ordered-float = { version = "4.6.0", features = ["serde"] }
6262
postgres-protocol = { version = "0.6.5" }
6363
prost = { version = "0.13.4", features = ["no-recursion-limit"] }
6464
regex = "1.7.0"

src/transform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mz-expr = { path = "../expr" }
1818
mz-ore = { path = "../ore" }
1919
mz-repr = { path = "../repr", features = ["tracing_"] }
2020
mz-sql = { path = "../sql" }
21-
ordered-float = { version = "4.2.0", features = ["serde"] }
21+
ordered-float = { version = "4.6.0", features = ["serde"] }
2222
paste = "1.0.11"
2323
proptest = { version = "1.6.0", default-features = false, features = ["std"] }
2424
proptest-derive = { version = "0.5.1" }

src/workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ num-integer = { version = "0.1.46", features = ["i128"] }
8888
num-traits = { version = "0.2.19", features = ["i128", "libm"] }
8989
openssl = { version = "0.10.70", features = ["vendored"] }
9090
openssl-sys = { version = "0.9.105", default-features = false, features = ["vendored"] }
91-
ordered-float = { version = "4.2.0", features = ["serde"] }
91+
ordered-float = { version = "4.6.0", features = ["serde"] }
9292
parking_lot = { version = "0.12.1", features = ["send_guard"] }
9393
parquet = { version = "53.3.0", default-features = false, features = ["arrow", "async", "brotli", "flate2", "lz4", "snap", "zstd"] }
9494
percent-encoding = { version = "2.3.1" }
@@ -222,7 +222,7 @@ num-integer = { version = "0.1.46", features = ["i128"] }
222222
num-traits = { version = "0.2.19", features = ["i128", "libm"] }
223223
openssl = { version = "0.10.70", features = ["vendored"] }
224224
openssl-sys = { version = "0.9.105", default-features = false, features = ["vendored"] }
225-
ordered-float = { version = "4.2.0", features = ["serde"] }
225+
ordered-float = { version = "4.6.0", features = ["serde"] }
226226
parking_lot = { version = "0.12.1", features = ["send_guard"] }
227227
parquet = { version = "53.3.0", default-features = false, features = ["arrow", "async", "brotli", "flate2", "lz4", "snap", "zstd"] }
228228
percent-encoding = { version = "2.3.1" }

0 commit comments

Comments
 (0)