diff --git a/crates/mem-graph/Cargo.toml b/crates/mem-graph/Cargo.toml index 09e75e2..e349c23 100644 --- a/crates/mem-graph/Cargo.toml +++ b/crates/mem-graph/Cargo.toml @@ -19,7 +19,7 @@ tokio = { version = "1", features = ["sync", "rt-multi-thread"] } chrono = { version = "0.4", features = ["serde"] } uuid = { version = "1.0", features = ["v4"] } -rusqlite = { version = "0.31", optional = true } +rusqlite = { version = "0.39", optional = true } [dev-dependencies] tokio = { version = "1", features = ["macros", "rt-multi-thread"] } diff --git a/crates/mem-vec/Cargo.toml b/crates/mem-vec/Cargo.toml index 81f3323..1233969 100644 --- a/crates/mem-vec/Cargo.toml +++ b/crates/mem-vec/Cargo.toml @@ -18,5 +18,5 @@ tokio = { version = "1", features = ["sync", "rt-multi-thread"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" qdrant-client = { version = "1.9", optional = true } -rusqlite = { version = "0.31", optional = true } +rusqlite = { version = "0.39", optional = true } chrono = { version = "0.4", optional = true }