Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenlib committed Aug 4, 2024
1 parent 19bc00c commit 31292e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lgbm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ description = "Unofficial Rust bindings for LightGBM"
lgbm-sys = { version = "0.0.1", path = "../lgbm-sys" }
derive-ex = "0.1.8"
text-grid = "0.4.1"
parse-display = "0.9.0"
serde = { version = "1.0.202", features = ["derive"] }
parse-display = "0.10.0"
serde = { version = "1.0.204", features = ["derive"] }

[dev-dependencies]
anyhow = "1.0.86"

0 comments on commit 31292e8

Please sign in to comment.