diff --git a/server/Cargo.toml b/server/Cargo.toml index 94fc68b..f16ddeb 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -21,7 +21,7 @@ env_logger = "0.10" bolt4rs = { path = "../lib", features = ["unstable-bolt-protocol-impl-v2", "unstable-serde-packstream-format"] } anyhow = "1.0" clap = { version = ">=4.4, <=4.5.56", features = ["derive"] } -lbug = { version = ">=0.17.1", features = ["arrow"] } +lbug = { version = ">=0.18.0", features = ["arrow"] } arrow-array = { version = "55.0.0", default-features = false } arrow = { version = "55.0.0", default-features = false } arrow-schema = { version = "55.0.0", default-features = false }