Skip to content

Commit

Permalink
Merge pull request #145 from projectsyn/renovate/pyo3-0.x
Browse files Browse the repository at this point in the history
Update Rust crate pyo3 to v0.23.3
  • Loading branch information
simu authored Dec 30, 2024
2 parents 93dc910 + 480089c commit 3c5208c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ anyhow = "1.0.82"
chrono = "0.4.38"
indexmap = "2.2.6"
nom = "7.1.3"
pyo3 = { version = "=0.23.2", features = ["chrono"] }
pyo3 = { version = "=0.23.3", features = ["chrono"] }
rayon = "1.10.0"
regex = "1.10.4"
serde = { version = "1.0.200", features = ["derive"] }
Expand Down

0 comments on commit 3c5208c

Please sign in to comment.