Skip to content

Commit

Permalink
build(deps): bump project dependencies (#55)
Browse files Browse the repository at this point in the history
- [x] update cargo dependencies;
  • Loading branch information
rfprod authored Jan 6, 2024
1 parent ec39de8 commit d10344b
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
78 changes: 39 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1.35.1", features = ["full"] }
meval = "0.2"
rand = "0.8.5"
sysinfo = "0.30.3"
sysinfo = "0.30.5"
# ML Packages for Model Training
linfa = "0.7.0"
linfa-logistic = { version = "0.7.0", features = ["serde"] }
Expand All @@ -21,7 +21,7 @@ ndarray = "0.15.6"
ciborium = "0.2.1"
# GitHub data pipeline
octorust = "0.7.0"
serde_json = "1.0.108"
serde_json = "1.0.111"
regex = "1.10.2"
mongodb = { version = "2.8.0", default-features = false, features = ["tokio-sync"] }

Expand Down

0 comments on commit d10344b

Please sign in to comment.