Skip to content

Commit

Permalink
build(deps): bump project dependencies
Browse files Browse the repository at this point in the history
- [x] update cargo dependencies;
  • Loading branch information
rfprod committed Apr 27, 2024
1 parent d638a91 commit b940bf7
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
54 changes: 27 additions & 27 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[package]
name = "rust-workspace"
version = "0.8.3"
version = "0.8.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
colored = "2.1.0"
hyper = { version = "1.2.0", features = ["full"] }
hyper = { version = "1.3.1", features = ["full"] }
hyper-util = { version = "0.1.3", features = ["full"] }
http-body-util = "0.1.1"
tokio = { version = "1.36.0", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
meval = "0.2"
rand = "0.8.5"
sysinfo = "0.30.7"
sysinfo = "0.30.11"
# ML Packages for Model Training
linfa = "0.7.0"
linfa-logistic = { version = "0.7.0", features = ["serde"] }
Expand All @@ -24,9 +24,9 @@ ciborium = "0.2.2"
plotters = "0.3.5"
# GitHub data pipeline
octorust = "0.7.0"
serde_json = "1.0.114"
regex = "1.10.3"
mongodb = { version = "2.8.1", default-features = false, features = ["tokio-sync"] }
serde_json = "1.0.116"
regex = "1.10.4"
mongodb = { version = "2.8.2", default-features = false, features = ["tokio-sync"] }

[dev-dependencies]

Expand Down

0 comments on commit b940bf7

Please sign in to comment.