diff --git a/crates/adaptive/Cargo.toml b/crates/adaptive/Cargo.toml index 7088c84..6e8ee02 100644 --- a/crates/adaptive/Cargo.toml +++ b/crates/adaptive/Cargo.toml @@ -12,7 +12,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" async-trait = "0.1" thiserror = "2" -rusqlite = { version = "0.40.2", features = ["bundled"], optional = true } +rusqlite = { version = "0.40", features = ["bundled"], optional = true } mongodb = { version = "3.6.0", optional = true } [features]