Skip to content

Commit 70c5ec9

Browse files
fix(deps): update pyo3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 046e15c commit 70c5ec9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ json-patch = "4.0.0"
2525
k8s-openapi = { version = "0.24.0", features = ["schemars", "latest"] }
2626
kube = { version = "0.99.0", features = ["runtime", "derive"] }
2727
maplit = "1.0.2"
28-
pyo3-async-runtimes = { version = "0.24.0", features = ["tokio-runtime"] }
28+
pyo3-async-runtimes = { version = "0.25.0", features = ["tokio-runtime"] }
2929
pyo3-log = "0.12.1"
3030
pythonize = "0.24.0"
3131
schemars = "0.8.21"
@@ -38,7 +38,7 @@ tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
3838
typed-builder = "0.21.0"
3939

4040
[dependencies.pyo3]
41-
version = "0.24.0"
41+
version = "0.25.0"
4242
features = ["abi3-py38", "serde"]
4343

4444
[features]

0 commit comments

Comments
 (0)