Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Bump pyo3 (0.20), pythonize (0.20), pyo3-log (0.9) (#16673)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai A. Hiller <V02460@gmail.com>
  • Loading branch information
V02460 committed Nov 22, 2023
1 parent c432d8f commit f2430b1
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 35 deletions.
60 changes: 28 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions changelog.d/16673.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump pyo3 (0.19.2→0.20.0), pythonize (0.19.0→0.20.0) and pyo3-log (0.8.1→0.9.0).
6 changes: 3 additions & 3 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ name = "synapse.synapse_rust"
anyhow = "1.0.63"
lazy_static = "1.4.0"
log = "0.4.17"
pyo3 = { version = "0.19.2", features = [
pyo3 = { version = "0.20.0", features = [
"macros",
"anyhow",
"abi3",
"abi3-py38",
] }
pyo3-log = "0.8.1"
pythonize = "0.19.0"
pyo3-log = "0.9.0"
pythonize = "0.20.0"
regex = "1.6.0"
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
Expand Down

0 comments on commit f2430b1

Please sign in to comment.