updates dependencies
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user