sqlite: update to 0.37
The concat function is not present in sqlite-0.32, since it was
introduced in 3.441.
Update the sqlite version to 0.37, which brings in 3.452, via sqlite3_sys.
1
https://sqlite.org/forum/forumpost/c14028be1b9c0e20de9e39d70706adc9f5a36bb5ccaad6db22f7d99633eafff8
2
https://docs.rs/sqlite3-sys/0.18.0/sqlite3_sys/constant.SQLITE_VERSION.html
2 files changed
+12
-14
07369771
→
f871f8fb
modified Cargo.lock
@@ -181,7 +181,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2111,7 +2111,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2426,7 +2426,7 @@ version = "0.50.3"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3513,7 +3513,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3921,19 +3921,18 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3941,11 +3940,10 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
|
|
|
|
|
@@ -4197,7 +4195,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified Cargo.toml
@@ -68,7 +68,7 @@ serde_json = "1.0"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|