Skip to content

Commit

Permalink
Upgrade pyo3 to 0.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 4, 2024
1 parent 895e4c0 commit e96efd3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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 @@ -15,4 +15,4 @@ crate-type = ["cdylib"]
[dependencies]
chrono = { version = "0.4.23", default-features = false, features = ["std"] }
promql-parser = "0.4.3"
pyo3 = { version = "0.23.2", features = ["chrono", "generate-import-lib"] }
pyo3 = { version = "0.23.3", features = ["chrono", "generate-import-lib"] }

0 comments on commit e96efd3

Please sign in to comment.