diff --git a/Cargo.toml b/Cargo.toml index 16e262a3..69eead9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ nickel = "0.9.0" time = "0.1.35" [dependencies.rusqlite] -version = "0.10.1" +version = "0.11" # System sqlite might be very old. features = ["bundled", "limits"] diff --git a/db/Cargo.toml b/db/Cargo.toml index b0deae04..bfc5d432 100644 --- a/db/Cargo.toml +++ b/db/Cargo.toml @@ -11,7 +11,7 @@ ordered-float = "0.4.0" time = "0.1.35" [dependencies.rusqlite] -version = "0.10.1" +version = "0.11" # System sqlite might be very old. features = ["bundled", "limits"] diff --git a/query-projector/Cargo.toml b/query-projector/Cargo.toml index 0bd54f1f..7b1f45e3 100644 --- a/query-projector/Cargo.toml +++ b/query-projector/Cargo.toml @@ -7,7 +7,7 @@ workspace = ".." error-chain = "0.8.1" [dependencies.rusqlite] -version = "0.10.1" +version = "0.11" # System sqlite might be very old. features = ["bundled", "limits"] diff --git a/sql/Cargo.toml b/sql/Cargo.toml index abca4fa2..e4e2420d 100644 --- a/sql/Cargo.toml +++ b/sql/Cargo.toml @@ -8,7 +8,7 @@ error-chain = "0.8.1" ordered-float = "0.4.0" [dependencies.rusqlite] -version = "0.10.1" +version = "0.11" # System sqlite might be very old. features = ["bundled", "limits"]