From 3aeb6d88af7d8cddb5c7ea576e81df8152228f58 Mon Sep 17 00:00:00 2001 From: Gwen Lg Date: Thu, 29 Jan 2026 16:07:29 +0100 Subject: [PATCH] update fjall dep to 2.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7852d7c3..f6717807 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ heed = { version = "0.22", default-features = false, features = [] } rusqlite = { version = "0.38", features = ["fallible_uint"] } r2d2 = "0.8" r2d2_sqlite = "0.32" -fjall = "2.4" +fjall = "2.11" async-compression = { version = "0.4", features = ["tokio", "zstd"] } zstd = { version = "0.13", default-features = false }