build: bump redb to 3.0

This commit is contained in:
mokurin000
2025-08-10 21:59:47 +08:00
parent c8c101f72a
commit 0ce47537fb
3 changed files with 12 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ serde_json = "1.0.141"
strum = { version = "0.27.2", features = ["derive"] }
tokio = { version = "1.47.1", features = ["rt-multi-thread"] }
compio = { version = "0.15.0", features = ["runtime"] }
redb = "2.6.2"
redb = "3.0.0"
crabtime = { git = "https://github.com/wdanilo/crabtime.git", rev = "2ed856f5" }
parquet = "56.0.0"