From 1f3a54ab1c001ad4e56076b6b9ec8680d4e11cba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 07:27:13 +0000 Subject: [PATCH] chore(deps): update pyo3-log requirement from 0.11 to 0.13 Updates the requirements on [pyo3-log](https://github.com/vorner/pyo3-log) to permit the latest version. - [Changelog](https://github.com/vorner/pyo3-log/blob/main/CHANGELOG.md) - [Commits](https://github.com/vorner/pyo3-log/commits) --- updated-dependencies: - dependency-name: pyo3-log dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/taskito-python/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/taskito-python/Cargo.toml b/crates/taskito-python/Cargo.toml index ca9c4cb..f949c93 100644 --- a/crates/taskito-python/Cargo.toml +++ b/crates/taskito-python/Cargo.toml @@ -28,5 +28,5 @@ serde_json = { workspace = true } serde = { workspace = true } base64 = "0.22" log = { workspace = true } -pyo3-log = "0.11" +pyo3-log = "0.13" gethostname = "1.1.0"