Skip to content

Commit

Permalink
fix(deps): update rust crate pyo3 to 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 1, 2024
1 parent e1d5dba commit 4f9b6b5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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 ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
virtualenv==20.25.1
virtualenv==20.25.0
pip==24.0
setuptools==69.0.3
six==1.16.0
Expand Down
2 changes: 1 addition & 1 deletion rust/logseq-doctor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[dependencies]
chrono = "0.4.37"
logseq = {path = "../logseq"}
pyo3 = {version = "0.21.0"}
pyo3 = {version = "0.21.1"}

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
Expand Down

0 comments on commit 4f9b6b5

Please sign in to comment.