Skip to content

Commit 3a28f67

Browse files
committed
test(graph): add decoder unit-tests
1 parent 9af12b3 commit 3a28f67

File tree

11 files changed

+2886
-16
lines changed

11 files changed

+2886
-16
lines changed

Cargo.lock

Lines changed: 4 additions & 3 deletions
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
@@ -106,7 +106,7 @@ alloy = { version = "1.0.12", default-features = false, features = ["json-abi",
106106
arrow = { version = "=55.0.0" }
107107
arrow-flight = { version = "=55.0.0", features = ["flight-sql-experimental"] }
108108
futures = "0.3.31"
109-
heck = "0.5.0"
109+
half = "2.7.1"
110110
lazy-regex = "3.4.1"
111111
parking_lot = "0.12.4"
112112
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)