mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
use r2d2 pool, update rusqlite version
This commit is contained in:
parent
c3f63dfbdc
commit
33369e31ea
17 changed files with 171 additions and 197 deletions
|
|
@ -22,7 +22,7 @@ features = ["gnome_46"]
|
|||
|
||||
[dependencies.sqlite]
|
||||
package = "rusqlite"
|
||||
version = "0.32.1"
|
||||
version = "0.34.0"
|
||||
|
||||
[dependencies.sourceview]
|
||||
package = "sourceview5"
|
||||
|
|
@ -38,6 +38,8 @@ itertools = "0.14.0"
|
|||
libspelling = "0.3.0"
|
||||
openssl = "0.10.70"
|
||||
plurify = "0.2.0"
|
||||
r2d2 = "0.8.10"
|
||||
r2d2_sqlite = "0.27.0"
|
||||
syntect = "5.2.0"
|
||||
|
||||
# development
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue