Skip to content

Commit 6ace712

Browse files
fix(deps): update pyo3 to 0.29.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 615da84 commit 6ace712

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
@@ -29,8 +29,8 @@ kube = { version = "3.0.0", features = ["runtime", "derive", "http-proxy"] }
2929
log = "0.4.27"
3030
env_logger = { version = "0.11.6", default-features = false, features = ["auto-color", "humantime"] }
3131
maplit = "1.0.2"
32-
pyo3-async-runtimes = { version = "0.28.0", features = ["tokio-runtime"] }
33-
pythonize = "0.28.0"
32+
pyo3-async-runtimes = { version = "0.29.0", features = ["tokio-runtime"] }
33+
pythonize = "0.29.0"
3434
schemars = "1.0"
3535
semver = "1.0.26"
3636
serde = "1.0.218"

0 commit comments

Comments
 (0)