Skip to content

Commit 77df6e0

Browse files
Update rstats requirement from 1.2.50 to 2.0.1
Updates the requirements on [rstats](https://github.com/liborty/rstats) to permit the latest version. - [Commits](https://github.com/liborty/rstats/commits) --- updated-dependencies: - dependency-name: rstats dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8855b15 commit 77df6e0

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
@@ -60,7 +60,7 @@ pyo3 = { version = "0.19.0", optional = true, features = ["extension-module"] }
6060
pyo3-log = { version = "0.8.2", optional = true }
6161
numpy = { version = "0.19", optional = true }
6262
indicatif = { version = "0.17", features = ["rayon"] }
63-
rstats = "1.2.50"
63+
rstats = "2.0.1"
6464
thiserror = "1.0"
6565
parquet = { version = "47.0.0", default-features = false, features = [
6666
"arrow",

0 commit comments

Comments
 (0)