Update pyo3-log to v0.8.1 (#15043)

Signed-off-by: Kai A. Hiller <V02460@gmail.com>
This commit is contained in:
V02460 2023-02-13 13:25:56 +01:00 committed by GitHub
parent bdccfd2477
commit bac123c9d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -24,7 +24,7 @@ anyhow = "1.0.63"
lazy_static = "1.4.0"
log = "0.4.17"
pyo3 = { version = "0.17.1", features = ["macros", "anyhow", "abi3", "abi3-py37"] }
pyo3-log = "0.7.0"
pyo3-log = "0.8.1"
pythonize = "0.17.0"
regex = "1.6.0"
serde = { version = "1.0.144", features = ["derive"] }