diff --git a/gdal-src/Cargo.toml b/gdal-src/Cargo.toml index 7e27aa67..ecb32b51 100644 --- a/gdal-src/Cargo.toml +++ b/gdal-src/Cargo.toml @@ -38,7 +38,7 @@ include = [ [dependencies] link-cplusplus = "1.0" proj-sys = { version = "0.25.0", features = ["bundled_proj"] } -libsqlite3-sys = { version = "0.28.0", features = ["bundled"], optional = true } +libsqlite3-sys = { version = ">=0.28.0,<0.31", features = ["bundled"], optional = true } hdf5-sys = { package = "hdf5-metno-sys", version = "0.9.1", optional = true, features = ["static", "hl", "deprecated"] } netcdf-sys = { version = "0.8.1", optional = true, features = ["static"] } pq-src = { version = "0.3.2", optional = true, default-features = false }