update package versions

This commit is contained in:
2025-01-04 21:09:25 -05:00
parent 4dd7cea97d
commit ba74a36705
3 changed files with 28 additions and 28 deletions

View File

@@ -6,18 +6,18 @@ version = "0.1.0"
authors = ["Sergey <me@sergeysav.com>"]
[dependencies]
fern = "0.6.2"
fern = "0.7.1"
log = "0.4.22"
prost = "0.13.3"
prost = "0.13.4"
rand = "0.8.5"
tonic = { version = "0.12.3" }
tokio = { version = "1.40.0", features = ["rt-multi-thread", "signal", "fs"] }
chrono = "0.4.38"
tokio = { version = "1.42.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.12"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.132"
tokio-util = "0.7.13"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
hex = "0.4.3"
papaya = "0.1.7"
thiserror = "2.0.9"