Bump pyo3 (0.20), pythonize (0.20), pyo3-log (0.9) (#16673)

Signed-off-by: Kai A. Hiller <V02460@gmail.com>
This commit is contained in:
V02460
2023-11-22 15:55:43 +01:00
committed by GitHub
parent c432d8f18f
commit f2430b16d1
3 changed files with 32 additions and 35 deletions

View File

@@ -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"