We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40c6467 + 2a97acd commit a236b17Copy full SHA for a236b17
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "lindera-sqlite"
3
-version = "1.0.2"
+version = "1.0.3"
4
edition = "2024"
5
description = "Lindera tokenizer for SQLite FTS5 extention"
6
documentation = "https://docs.rs/lindera-sqlite"
@@ -46,12 +46,12 @@ panic = "abort" # Abort on panic for smaller binary and faster code
46
47
[dependencies]
48
# libc without `std`
49
-libc = { version = "0.2.175", "default-features" = false, features = [] }
50
-serde_json = "1.0.144"
+libc = { version = "0.2.176", "default-features" = false, features = [] }
+serde_json = "1.0.145"
51
unicode-segmentation = "1.12.0"
52
unicode-normalization = "0.1.24"
53
54
-lindera = "1.2.0"
+lindera = "1.3.2"
55
56
[dev-dependencies]
57
criterion = "0.7.0"
0 commit comments