Skip to content

Commit b67d8f7

Browse files
committed
Update Cargo.toml
1 parent f10b35e commit b67d8f7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@ version = "0.1.5"
44
edition = "2021"
55

66
[dependencies]
7-
anyhow = "1.0.97"
7+
anyhow = "1.0.98"
88
colored = "3.0.0"
99
derive_more = { version = "2.0.1", features = ["full"] }
1010
serde = { version = "1.0.219", features = ["derive"] }
1111
serde_json = "1.0.140"
12-
tempfile = "3.19.1"
13-
tokio = { version = "1.44.1", features = ["macros", "parking_lot", "rt", "rt-multi-thread"] }
14-
chrono = "0.4.40"
12+
tempfile = "3.20.0"
13+
tokio = { version = "1.45.1", features = ["macros", "parking_lot", "rt", "rt-multi-thread"] }
14+
chrono = "0.4.41"
1515
debug_print = "1.0.0"
1616
ez_logging = "0.1.4"
1717
rocket = { version = "0.5.1", features = ["json"] }
18-
libomni = "0.2.3"
19-
reqwest = { version = "0.12.15", features = ["blocking"] }
18+
libomni = { path = "../LibOmni" }
19+
reqwest = { version = "0.12.18", features = ["blocking"] }
2020
regex = "1.11.1"
2121
lazy_static = "1.5.0"
2222
thiserror = "2.0.12"
23-
log = "0.4.26"
24-
once_cell = "1.21.1"
23+
log = "0.4.27"
24+
once_cell = "1.21.3"
2525
dashmap = "6.1.0"
2626
rayon = "1.10.0"
2727
run_script = "0.11.0"
2828
indicatif = "0.17.11"
29-
ssh2 = { version = "0.9.0" }
30-
libloading = { version = "0.8.6" }
31-
lib_cpi = "0.1.0"
29+
ssh2 = { version = "0.9.5" }
30+
libloading = { version = "0.8.8" }
31+
lib_cpi = "0.5.0"
3232
dirs = "6.0.0"
3333

3434
[profile.dev]

0 commit comments

Comments
 (0)