Skip to content

Commit 2c68f4f

Browse files
committed
test(graph): add decoder unit-tests
1 parent c3fcb3b commit 2c68f4f

File tree

11 files changed

+2883
-14
lines changed

11 files changed

+2883
-14
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ alloy = { version = "1.0.12", default-features = false, features = ["json-abi",
104104
arrow = { version = "=55.0.0" }
105105
arrow-flight = { version = "=55.0.0", features = ["flight-sql-experimental"] }
106106
futures = "0.3.31"
107-
heck = "0.5.0"
107+
half = "2.7.1"
108108
lazy-regex = "3.4.1"
109109
parking_lot = "0.12.4"
110110
sqlparser-latest = { version = "0.57.0", package = "sqlparser", features = ["visitor"] }

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ ahash.workspace = true
108108
alloy.workspace = true
109109
arrow-flight.workspace = true
110110
arrow.workspace = true
111-
heck.workspace = true
111+
half.workspace = true
112112
lazy-regex.workspace = true
113113
sqlparser-latest.workspace = true
114114
tokio-util.workspace = true

0 commit comments

Comments
 (0)