Skip to content

Commit e21bde7

Browse files
Merge pull request #339 from anthonyroussel/nix-cve
Fix CVEs
2 parents 444caca + c50a16c commit e21bde7

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

Cargo.lock

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ lindera-dictionary = { version = "0.31", features = ["unidic"], optional = true
4343
lindera-tokenizer = { version = "0.31", features = ["unidic"], optional = true }
4444

4545
[target.'cfg(unix)'.dependencies]
46-
nix = "0.18"
46+
nix = { version = "0.31.1", features = ["signal"] }
4747
tikv-jemallocator = { version = "0.4", optional = true }
4848

4949
[target.'cfg(windows)'.dependencies]

0 commit comments

Comments
 (0)