Skip to content

Commit e5dc4dd

Browse files
committed
Update dependencies
1 parent ceb93a4 commit e5dc4dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sentencepiece/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ exclude = ["testdata/albert-base-v1-spiece.model"]
1212
libc = "0.2"
1313
num-derive = "0.4"
1414
num-traits = "0.2"
15-
prost = "0.11"
16-
prost-derive = "0.11"
15+
prost = "0.14"
16+
prost-derive = "0.14"
1717
sentencepiece-sys = { path = "../sentencepiece-sys", version = "0.11.2" }
18-
thiserror = "1"
18+
thiserror = "2"
1919

2020
[features]
2121
albert-tests = []

0 commit comments

Comments
 (0)