Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dictsqlite_v2/dictsqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lru = "0.16.3" # LRU cache implementation (patched RUSTSEC-2026-0002)
# SQLite backend (keeping 0.31 for r2d2_sqlite compatibility)
rusqlite = { version = "0.31", features = ["bundled", "backup", "blob", "hooks"] }
r2d2 = "0.8" # Generic connection pool
r2d2_sqlite = "0.24" # SQLite connection pool adapter
r2d2_sqlite = "0.32" # SQLite connection pool adapter

# Async runtime (v5.1 update: tokio 1.42)
tokio = { version = "1.42", features = ["full"] }
Expand Down
Loading