Skip to content

Commit 56fa610

Browse files
fix(deps): update pyo3 (#699)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3f1a460 commit 56fa610

2 files changed

Lines changed: 19 additions & 20 deletions

File tree

Cargo.lock

Lines changed: 16 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ 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"
30-
pythonize = "0.24.0"
30+
pythonize = "0.25.0"
3131
schemars = "0.8.21"
3232
serde = "1.0.218"
3333
serde_json = "1.0.138"
@@ -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)