Skip to content

Commit bd7a65f

Browse files
Update pyo3-log requirement from 0.8.2 to 0.9.0
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](vorner/pyo3-log@v0.8.2...v0.9.0) --- updated-dependencies: - dependency-name: pyo3-log dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 311a015 commit bd7a65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ lazy_static = "1.4.0"
5757
approx = "0.5"
5858
rand_pcg = "0.3"
5959
pyo3 = { version = "0.19.0", optional = true, features = ["extension-module"] }
60-
pyo3-log = { version = "0.8.2", optional = true }
60+
pyo3-log = { version = "0.9.0", optional = true }
6161
numpy = { version = "0.19", optional = true }
6262
indicatif = { version = "0.17", features = ["rayon"] }
6363
rstats = "2.0.1"

0 commit comments

Comments
 (0)