diff options
author | V02460 <V02460@gmail.com> | 2023-11-22 15:55:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-22 14:55:43 +0000 |
commit | f2430b16d19211d2f067c2eebddd412a8f177d7c (patch) | |
tree | cf0fbe214fa155eb2043e519f01daece5ba583ce /rust/Cargo.toml | |
parent | Admin API for server notice: consistently bypass rate limits (#16670) (diff) | |
download | synapse-f2430b16d19211d2f067c2eebddd412a8f177d7c.tar.xz |
Bump pyo3 (0.20), pythonize (0.20), pyo3-log (0.9) (#16673)
Signed-off-by: Kai A. Hiller <V02460@gmail.com>
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r-- | rust/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
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" |