Skip to content

Commit 709624a

Browse files
fix(deps): update pyo3 to 0.27.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d5c50af commit 709624a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ k8s-openapi = { version = "0.25.0", features = ["schemars", "v1_30"] }
2626
kube = { version = "1.0.0", features = ["runtime", "derive"] }
2727
log = "0.4.27"
2828
maplit = "1.0.2"
29-
pyo3-async-runtimes = { version = "0.26.0", features = ["tokio-runtime"] }
29+
pyo3-async-runtimes = { version = "0.27.0", features = ["tokio-runtime"] }
3030
pyo3-log = "0.13.0"
3131
pythonize = "0.26.0"
3232
schemars = "0.8.21"
@@ -40,7 +40,7 @@ tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
4040
typed-builder = "0.22.0"
4141

4242
[dependencies.pyo3]
43-
version = "0.26.0"
43+
version = "0.27.0"
4444
features = ["abi3-py38", "serde"]
4545

4646
[features]

0 commit comments

Comments
 (0)