File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " lindera-sqlite"
3- version = " 1.3.0 "
3+ version = " 1.3.1 "
44edition = " 2024"
55description = " Lindera tokenizer for SQLite FTS5 extention"
66documentation = " https://docs.rs/lindera-sqlite"
@@ -46,14 +46,14 @@ panic = "abort" # Abort on panic for smaller binary and faster code
4646
4747[dependencies ]
4848# libc without `std`
49- libc = { version = " 0.2.178 " , default-features = false , features = [] }
49+ libc = { version = " 0.2.179 " , default-features = false , features = [] }
5050serde_json = " 1.0.148"
5151sqlite-loadable = " 0.0.5"
5252sqlite3ext-sys = " 0.0.1"
5353unicode-segmentation = " 1.12.0"
5454unicode-normalization = " 0.1.25"
5555
56- lindera = " 1.5.0 "
56+ lindera = " 1.5.1 "
5757
5858[dev-dependencies ]
5959criterion = " 0.8.1"
You can’t perform that action at this time.
0 commit comments