Skip to content

Commit 01cc2bc

Browse files
Merge pull request #241 from nyx-space/dependabot/cargo/pyo3-log-0.9.0
Update pyo3-log requirement from 0.8.2 to 0.9.0
2 parents 69447cc + 4b2fd19 commit 01cc2bc

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)