Skip to content

Commit

Permalink
Merge pull request #26 from lindera/dependabot/cargo/pyo3-0.23.1
Browse files Browse the repository at this point in the history
Bump pyo3 from 0.22.6 to 0.23.1
  • Loading branch information
mosuka authored Nov 23, 2024
2 parents 0887b39 + e55797e commit 6680cb6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cc-cedict = ["lindera/cc-cedict"] # Include CC-CEDICT dictionary (Chinese)
compress = ["lindera/compress"] # Compress dictionaries

[dependencies]
pyo3 = { version = "0.22.6", features = ["extension-module"] }
pyo3 = { version = "0.23.1", features = ["extension-module"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.133"

Expand Down

0 comments on commit 6680cb6

Please sign in to comment.