diff --git a/Cargo.lock b/Cargo.lock index b2113cbce3c10..740da86550ec5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5942,8 +5942,7 @@ dependencies = [ [[package]] name = "ginepro" version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a71e958d6edde3a87f7341c81c978fccc013950257d49a8e2da2a2361946924" +source = "git+https://github.com/risingwavelabs/ginepro.git?rev=109c6f48f1db0926f4783548250f3e31680ff98c#109c6f48f1db0926f4783548250f3e31680ff98c" dependencies = [ "anyhow", "async-trait", diff --git a/src/expr/impl/Cargo.toml b/src/expr/impl/Cargo.toml index 7057388272877..e05b69d649f5b 100644 --- a/src/expr/impl/Cargo.toml +++ b/src/expr/impl/Cargo.toml @@ -34,7 +34,7 @@ fancy-regex = "0.17" futures = { version = "0.3", default-features = false, features = ["alloc"] } futures-async-stream = { workspace = true } futures-util = "0.3" -ginepro = { version = "0.8", optional = true } +ginepro = { git = "https://github.com/risingwavelabs/ginepro.git", rev = "109c6f48f1db0926f4783548250f3e31680ff98c", optional = true } hex = "0.4" hmac = "0.12" iceberg = { workspace = true }