Skip to content

Commit

Permalink
chore: bump the version of PyO3 to resolve the dependabot#2
Browse files Browse the repository at this point in the history
  • Loading branch information
illya-laifu committed Nov 28, 2024
1 parent 3aea600 commit 8f5f7cc
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 @@ -13,7 +13,7 @@ crate-type = ["cdylib"]
doc = false

[dependencies]
pyo3 = { version = "0.22.0", features = ["anyhow", "chrono"] }
pyo3 = { version = "0.22.6", features = ["anyhow", "chrono"] }
chrono = "*"
anyhow = "*"
taskchampion = { version = "0.7.0" }

0 comments on commit 8f5f7cc

Please sign in to comment.