Skip to content

Commit 4cd15ce

Browse files
authored
build(deps): bump project dependencies (#66)
- [x] update cargo dependencies;
1 parent d638a91 commit 4cd15ce

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

Cargo.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[package]
22
name = "rust-workspace"
3-
version = "0.8.3"
3+
version = "0.8.4"
44
edition = "2021"
55

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

88
[dependencies]
99
colored = "2.1.0"
10-
hyper = { version = "1.2.0", features = ["full"] }
10+
hyper = { version = "1.3.1", features = ["full"] }
1111
hyper-util = { version = "0.1.3", features = ["full"] }
1212
http-body-util = "0.1.1"
13-
tokio = { version = "1.36.0", features = ["full"] }
13+
tokio = { version = "1.37.0", features = ["full"] }
1414
meval = "0.2"
1515
rand = "0.8.5"
16-
sysinfo = "0.30.7"
16+
sysinfo = "0.30.11"
1717
# ML Packages for Model Training
1818
linfa = "0.7.0"
1919
linfa-logistic = { version = "0.7.0", features = ["serde"] }
@@ -24,9 +24,9 @@ ciborium = "0.2.2"
2424
plotters = "0.3.5"
2525
# GitHub data pipeline
2626
octorust = "0.7.0"
27-
serde_json = "1.0.114"
28-
regex = "1.10.3"
29-
mongodb = { version = "2.8.1", default-features = false, features = ["tokio-sync"] }
27+
serde_json = "1.0.116"
28+
regex = "1.10.4"
29+
mongodb = { version = "2.8.2", default-features = false, features = ["tokio-sync"] }
3030

3131
[dev-dependencies]
3232

0 commit comments

Comments
 (0)