Skip to content

Commit

Permalink
build(deps): update pyo3-log requirement from 0.11 to 0.12
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: pyo3-log
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 491fad6 commit 1d2bdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylancelot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 1d2bdf6

Please sign in to comment.