updates dependencies

This commit is contained in:
2025-02-14 20:39:52 -08:00
parent a864c0b41c
commit 69c0b0965d
5 changed files with 147 additions and 65 deletions

View File

@@ -7,21 +7,21 @@ authors = ["Sergey <me@sergeysav.com>"]
[dependencies]
fern = "0.7.1"
log = "0.4.22"
prost = "0.13.4"
rand = "0.8.5"
log = "0.4.25"
prost = "0.13.5"
rand = "0.9.0"
tonic = { version = "0.12.3" }
tokio = { version = "1.42.0", features = ["rt-multi-thread", "signal", "fs"] }
tokio = { version = "1.43.0", features = ["rt-multi-thread", "signal", "fs"] }
chrono = "0.4.39"
actix-web = "4.9.0"
actix-ws = "0.3.0"
tokio-util = "0.7.13"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
serde_json = "1.0.138"
hex = "0.4.3"
papaya = "0.1.7"
thiserror = "2.0.9"
derive_more = { version = "1.0.0", features = ["from"] }
papaya = "0.1.8"
thiserror = "2.0.11"
derive_more = { version = "2.0.1", features = ["from"] }
anyhow = "1.0.95"
[build-dependencies]