build(deps): update pyo3-log requirement from 0.11 to 0.12

---
updated-dependencies:
- dependency-name: pyo3-log
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-25 18:55:53 +00:00 committed by GitHub
parent 491fad686a
commit 1d2bdf628a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ crate-type = ["cdylib"]
[dependencies]
lancelot = { path = "../core", version = "0.9.2" }
pyo3 = { version = "0.22" }
pyo3-log = "0.11"
pyo3-log = "0.12"
anyhow = "1"
sha256 = "1"