From f2430b16d19211d2f067c2eebddd412a8f177d7c Mon Sep 17 00:00:00 2001 From: V02460 Date: Wed, 22 Nov 2023 15:55:43 +0100 Subject: Bump pyo3 (0.20), pythonize (0.20), pyo3-log (0.9) (#16673) Signed-off-by: Kai A. Hiller --- rust/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rust') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index f62da35a6f..cf70a879f6 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -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" -- cgit 1.4.1