diff --git a/Cargo.toml b/Cargo.toml index 5e9d5e1..608e69e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ edition = "2018" lz4 = "1.23" [dependencies.rusqlite] -version = "0.25" +version = "0.28" features = ["blob", "bundled"] [workspace]