Skip to content

Commit 149688a

Browse files
authored
Merge pull request #30 from lindera/bump
Update dependencies
2 parents a88fa29 + fd512fd commit 149688a

File tree

6 files changed

+279
-1008
lines changed

6 files changed

+279
-1008
lines changed

Cargo.toml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lindera-sqlite"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
edition = "2024"
55
description = "Lindera tokenizer for SQLite FTS5 extention"
66
documentation = "https://docs.rs/lindera-sqlite"
@@ -9,7 +9,7 @@ repository = "https://github.com/lindera/lindera-sqlite"
99
readme = "README.md"
1010
keywords = ["morphological", "analysis", "library", "sqlite"]
1111
categories = ["text-processing"]
12-
license = "AGPL-3.0-only"
12+
license = "MIT"
1313

1414
[features]
1515
embedded-ipadic = [
@@ -46,15 +46,17 @@ panic = "abort" # Abort on panic for smaller binary and faster code
4646

4747
[dependencies]
4848
# libc without `std`
49-
libc = { version = "0.2.177", "default-features" = false, features = [] }
49+
libc = { version = "0.2.178", "default-features" = false, features = [] }
5050
serde_json = "1.0.145"
51+
sqlite-loadable = "0.0.5"
52+
sqlite3ext-sys = "0.0.1"
5153
unicode-segmentation = "1.12.0"
52-
unicode-normalization = "0.1.24"
54+
unicode-normalization = "0.1.25"
5355

54-
lindera = "1.4.1"
56+
lindera = "1.4.2"
5557

5658
[dev-dependencies]
57-
criterion = "0.7.0"
59+
criterion = "0.8.1"
5860

5961
[[bench]]
6062
name = "bench"

0 commit comments

Comments
 (0)