Skip to content

Commit 385a2b6

Browse files
authored
Merge pull request #71 from projectsyn/renovate/pyo3-0.x
Update Rust crate pyo3 to 0.20.2
2 parents 5a1b751 + 767b4d7 commit 385a2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ anyhow = "1.0.79"
1818
chrono = "0.4.31"
1919
indexmap = "2.1.0"
2020
nom = "7.1.3"
21-
pyo3 = { version = "0.20.1", features = ["chrono"] }
21+
pyo3 = { version = "0.20.2", features = ["chrono"] }
2222
rayon = "1.8.0"
2323
serde = { version = "1.0.194", features = ["derive"] }
2424
serde_json = "1.0.111"

0 commit comments

Comments
 (0)