Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit bac123c

Browse files
authored
Update pyo3-log to v0.8.1 (#15043)
Signed-off-by: Kai A. Hiller <[email protected]>
1 parent bdccfd2 commit bac123c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog.d/15043.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update pyo3-log to v0.8.1.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ anyhow = "1.0.63"
2424
lazy_static = "1.4.0"
2525
log = "0.4.17"
2626
pyo3 = { version = "0.17.1", features = ["macros", "anyhow", "abi3", "abi3-py37"] }
27-
pyo3-log = "0.7.0"
27+
pyo3-log = "0.8.1"
2828
pythonize = "0.17.0"
2929
regex = "1.6.0"
3030
serde = { version = "1.0.144", features = ["derive"] }

0 commit comments

Comments
 (0)