diff --git a/Cargo.toml b/Cargo.toml index 74c352b..698e5fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ metrics = "0.24" # SQLite support (optional, bundled) sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "sqlite", "macros", "migrate", "chrono"], optional = true } -libsqlite3-sys = { version = "0.28", features = ["bundled"], optional = true } +libsqlite3-sys = { version = ">=0.28", features = ["bundled"], optional = true } [dev-dependencies] # Used in tests/examples