Skip to main content

max / makenotwork

Bump rusqlite to 0.40 in wam and synckit-client rusqlite 0.34/0.32 -> 0.40.1 (newer bundled SQLite). Manifest-only; both crates' query paths compile and test unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-21 00:34 UTC
Commit: 50500964000fcfac93ccb8f74fb4bb1f6e0f2490
Parent: 707d765
4 files changed, +98 insertions, -57 deletions
@@ -24,18 +24,6 @@ dependencies = [
24 24 ]
25 25
26 26 [[package]]
27 - name = "ahash"
28 - version = "0.8.12"
29 - source = "registry+https://github.com/rust-lang/crates.io-index"
30 - checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
31 - dependencies = [
32 - "cfg-if",
33 - "once_cell",
34 - "version_check",
35 - "zerocopy",
36 - ]
37 -
38 - [[package]]
39 27 name = "aho-corasick"
40 28 version = "1.1.4"
41 29 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -672,6 +660,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
672 660 checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
673 661
674 662 [[package]]
663 + name = "foldhash"
664 + version = "0.2.0"
665 + source = "registry+https://github.com/rust-lang/crates.io-index"
666 + checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
667 +
668 + [[package]]
675 669 name = "foreign-types"
676 670 version = "0.3.2"
677 671 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -862,35 +856,38 @@ dependencies = [
862 856
863 857 [[package]]
864 858 name = "hashbrown"
865 - version = "0.14.5"
859 + version = "0.15.5"
866 860 source = "registry+https://github.com/rust-lang/crates.io-index"
867 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
861 + checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
868 862 dependencies = [
869 - "ahash",
863 + "foldhash 0.1.5",
870 864 ]
871 865
872 866 [[package]]
873 867 name = "hashbrown"
874 - version = "0.15.5"
868 + version = "0.16.1"
875 869 source = "registry+https://github.com/rust-lang/crates.io-index"
876 - checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
870 + checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
877 871 dependencies = [
878 - "foldhash",
872 + "foldhash 0.2.0",
879 873 ]
880 874
881 875 [[package]]
882 876 name = "hashbrown"
883 - version = "0.16.1"
877 + version = "0.17.1"
884 878 source = "registry+https://github.com/rust-lang/crates.io-index"
885 - checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
879 + checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
880 + dependencies = [
881 + "foldhash 0.2.0",
882 + ]
886 883
887 884 [[package]]
888 885 name = "hashlink"
889 - version = "0.9.1"
886 + version = "0.12.1"
890 887 source = "registry+https://github.com/rust-lang/crates.io-index"
891 - checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
888 + checksum = "32069d97bb81e38fa67eab65e3393bf804bb85969f2bc06bf13f64aef5aba248"
892 889 dependencies = [
893 - "hashbrown 0.14.5",
890 + "hashbrown 0.17.1",
894 891 ]
895 892
896 893 [[package]]
@@ -1340,9 +1337,9 @@ checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
1340 1337
1341 1338 [[package]]
1342 1339 name = "libsqlite3-sys"
1343 - version = "0.30.1"
1340 + version = "0.38.1"
1344 1341 source = "registry+https://github.com/rust-lang/crates.io-index"
1345 - checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
1342 + checksum = "f6c19a05435c21ac299d71b6a9c13db3e3f47c520517d58990a462a1397a61db"
1346 1343 dependencies = [
1347 1344 "cc",
1348 1345 "pkg-config",
@@ -1923,10 +1920,20 @@ dependencies = [
1923 1920 ]
1924 1921
1925 1922 [[package]]
1923 + name = "rsqlite-vfs"
1924 + version = "0.1.1"
1925 + source = "registry+https://github.com/rust-lang/crates.io-index"
1926 + checksum = "c51c9ae4df8a7fba42103df5c621fa3c37eccf3a3c650879e90fc48b11cc192c"
1927 + dependencies = [
1928 + "hashbrown 0.16.1",
1929 + "thiserror",
1930 + ]
1931 +
1932 + [[package]]
1926 1933 name = "rusqlite"
1927 - version = "0.32.1"
1934 + version = "0.40.1"
1928 1935 source = "registry+https://github.com/rust-lang/crates.io-index"
1929 - checksum = "7753b721174eb8ff87a9a0e799e2d7bc3749323e773db92e0984debb00019d6e"
1936 + checksum = "11438310b19e3109b6446c33d1ed5e889428cf2e278407bc7896bc4aaea43323"
1930 1937 dependencies = [
1931 1938 "bitflags",
1932 1939 "fallible-iterator",
@@ -1934,6 +1941,7 @@ dependencies = [
1934 1941 "hashlink",
1935 1942 "libsqlite3-sys",
1936 1943 "smallvec",
1944 + "sqlite-wasm-rs",
1937 1945 ]
1938 1946
1939 1947 [[package]]
@@ -2255,6 +2263,18 @@ dependencies = [
2255 2263 ]
2256 2264
2257 2265 [[package]]
2266 + name = "sqlite-wasm-rs"
2267 + version = "0.5.5"
2268 + source = "registry+https://github.com/rust-lang/crates.io-index"
2269 + checksum = "dc3efc0da82635d7e1ced0053bbbfa8c7ab9645d0bf36ceb4f7127bb85315d75"
2270 + dependencies = [
2271 + "cc",
2272 + "js-sys",
2273 + "rsqlite-vfs",
2274 + "wasm-bindgen",
2275 + ]
2276 +
2277 + [[package]]
2258 2278 name = "stable_deref_trait"
2259 2279 version = "1.2.1"
2260 2280 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3348,26 +3368,6 @@ dependencies = [
3348 3368 ]
3349 3369
3350 3370 [[package]]
3351 - name = "zerocopy"
3352 - version = "0.8.39"
3353 - source = "registry+https://github.com/rust-lang/crates.io-index"
3354 - checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a"
3355 - dependencies = [
3356 - "zerocopy-derive",
3357 - ]
3358 -
3359 - [[package]]
3360 - name = "zerocopy-derive"
3361 - version = "0.8.39"
3362 - source = "registry+https://github.com/rust-lang/crates.io-index"
3363 - checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
3364 - dependencies = [
3365 - "proc-macro2",
3366 - "quote",
3367 - "syn 2.0.117",
3368 - ]
3369 -
3370 - [[package]]
3371 3371 name = "zerofrom"
3372 3372 version = "0.1.6"
3373 3373 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -60,7 +60,7 @@ tracing = "0.1"
60 60
61 61 # SyncStore engine (feature = "store"). Owns the app's SQLite connection. Bundled
62 62 # so no system libsqlite is needed; `functions` to register the `hash_row_id` UDF.
63 - rusqlite = { version = "0.32", features = ["bundled", "functions"], optional = true }
63 + rusqlite = { version = "0.40", features = ["bundled", "functions"], optional = true }
64 64
65 65 [dev-dependencies]
66 66 wiremock = "0.6"
M wam/Cargo.lock +49 -8
@@ -543,6 +543,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
543 543 checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
544 544
545 545 [[package]]
546 + name = "foldhash"
547 + version = "0.2.0"
548 + source = "registry+https://github.com/rust-lang/crates.io-index"
549 + checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
550 +
551 + [[package]]
546 552 name = "form_urlencoded"
547 553 version = "1.2.2"
548 554 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -644,7 +650,16 @@ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
644 650 dependencies = [
645 651 "allocator-api2",
646 652 "equivalent",
647 - "foldhash",
653 + "foldhash 0.1.5",
654 + ]
655 +
656 + [[package]]
657 + name = "hashbrown"
658 + version = "0.16.1"
659 + source = "registry+https://github.com/rust-lang/crates.io-index"
660 + checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
661 + dependencies = [
662 + "foldhash 0.2.0",
648 663 ]
649 664
650 665 [[package]]
@@ -652,14 +667,17 @@ name = "hashbrown"
652 667 version = "0.17.0"
653 668 source = "registry+https://github.com/rust-lang/crates.io-index"
654 669 checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
670 + dependencies = [
671 + "foldhash 0.2.0",
672 + ]
655 673
656 674 [[package]]
657 675 name = "hashlink"
658 - version = "0.10.0"
676 + version = "0.12.1"
659 677 source = "registry+https://github.com/rust-lang/crates.io-index"
660 - checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
678 + checksum = "32069d97bb81e38fa67eab65e3393bf804bb85969f2bc06bf13f64aef5aba248"
661 679 dependencies = [
662 - "hashbrown 0.15.5",
680 + "hashbrown 0.17.0",
663 681 ]
664 682
665 683 [[package]]
@@ -1088,9 +1106,9 @@ dependencies = [
1088 1106
1089 1107 [[package]]
1090 1108 name = "libsqlite3-sys"
1091 - version = "0.32.0"
1109 + version = "0.38.1"
1092 1110 source = "registry+https://github.com/rust-lang/crates.io-index"
1093 - checksum = "fbb8270bb4060bd76c6e96f20c52d80620f1d82a3470885694e41e0f81ef6fe7"
1111 + checksum = "f6c19a05435c21ac299d71b6a9c13db3e3f47c520517d58990a462a1397a61db"
1094 1112 dependencies = [
1095 1113 "cc",
1096 1114 "pkg-config",
@@ -1509,10 +1527,20 @@ dependencies = [
1509 1527 ]
1510 1528
1511 1529 [[package]]
1530 + name = "rsqlite-vfs"
1531 + version = "0.1.1"
1532 + source = "registry+https://github.com/rust-lang/crates.io-index"
1533 + checksum = "c51c9ae4df8a7fba42103df5c621fa3c37eccf3a3c650879e90fc48b11cc192c"
1534 + dependencies = [
1535 + "hashbrown 0.16.1",
1536 + "thiserror",
1537 + ]
1538 +
1539 + [[package]]
1512 1540 name = "rusqlite"
1513 - version = "0.34.0"
1541 + version = "0.40.1"
1514 1542 source = "registry+https://github.com/rust-lang/crates.io-index"
1515 - checksum = "37e34486da88d8e051c7c0e23c3f15fd806ea8546260aa2fec247e97242ec143"
1543 + checksum = "11438310b19e3109b6446c33d1ed5e889428cf2e278407bc7896bc4aaea43323"
1516 1544 dependencies = [
1517 1545 "bitflags",
1518 1546 "fallible-iterator",
@@ -1520,6 +1548,7 @@ dependencies = [
1520 1548 "hashlink",
1521 1549 "libsqlite3-sys",
1522 1550 "smallvec",
1551 + "sqlite-wasm-rs",
1523 1552 ]
1524 1553
1525 1554 [[package]]
@@ -1847,6 +1876,18 @@ dependencies = [
1847 1876 ]
1848 1877
1849 1878 [[package]]
1879 + name = "sqlite-wasm-rs"
1880 + version = "0.5.5"
1881 + source = "registry+https://github.com/rust-lang/crates.io-index"
1882 + checksum = "dc3efc0da82635d7e1ced0053bbbfa8c7ab9645d0bf36ceb4f7127bb85315d75"
1883 + dependencies = [
1884 + "cc",
1885 + "js-sys",
1886 + "rsqlite-vfs",
1887 + "wasm-bindgen",
1888 + ]
1889 +
1890 + [[package]]
1850 1891 name = "stable_deref_trait"
1851 1892 version = "1.2.1"
1852 1893 source = "registry+https://github.com/rust-lang/crates.io-index"
M wam/Cargo.toml +1 -1
@@ -16,7 +16,7 @@ color-eyre = "0.6"
16 16 crossterm = "0.28"
17 17 directories = "6"
18 18 ratatui = "0.29"
19 - rusqlite = { version = "0.34", features = ["bundled"] }
19 + rusqlite = { version = "0.40", features = ["bundled"] }
20 20 serde = { version = "1", features = ["derive"] }
21 21 serde_json = "1"
22 22 reqwest = { version = "0.13", default-features = false, features = ["json", "rustls"] }