From 824adda67bebb26095e4df0d1c622a7c5eaac39a Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Tue, 28 Apr 2026 21:08:26 -0700 Subject: [PATCH] Update ladybug to 0.16.0 --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 6dcd1c7..a042c8b 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.15.2", features = ["arrow"] } +lbug = { version = "^0.16.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 }