mirror of
https://github.com/vacp2p/status-rln-prover.git
synced 2026-01-08 21:18:05 -05:00
Secu/update dependencies 20251021 (#56)
* Update alloy-dyn-abi (to 1.4.1) && alloy-trie (to 0.9.1) * Update clap dependency to 4.5.50 * Cargo update
This commit is contained in:
@@ -20,30 +20,30 @@ derive_more.workspace = true
|
||||
thiserror.workspace = true
|
||||
zeroize.workspace = true
|
||||
tonic.workspace = true
|
||||
tonic-reflection.workspace = true
|
||||
tonic-web.workspace = true
|
||||
prost.workspace = true
|
||||
tonic-prost.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
tracing.workspace = true
|
||||
tonic-reflection = "0.14.1"
|
||||
tonic-web = "0.14.1"
|
||||
tower-http = { version = "0.6.6", features = ["cors"] }
|
||||
futures = "0.3"
|
||||
bytesize = "2.0.1"
|
||||
chrono = "0.4.41"
|
||||
parking_lot = "0.12"
|
||||
futures = "0.3.31"
|
||||
bytesize = "2.1.0"
|
||||
chrono = "0.4.42"
|
||||
parking_lot = "0.12.5"
|
||||
http = "1.3.1"
|
||||
async-channel = "2.3.1"
|
||||
rand = "0.9.2"
|
||||
# rand = "0.9.2"
|
||||
num-bigint = "0.4.6"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.142"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.145"
|
||||
rocksdb = { git = "https://github.com/tillrohrmann/rust-rocksdb", branch = "issues/836" }
|
||||
nom = "8.0.0"
|
||||
claims = "0.8.0"
|
||||
clap_config = "0.1"
|
||||
metrics = "0.24"
|
||||
metrics-exporter-prometheus = "0.17"
|
||||
rayon = "1.10"
|
||||
clap_config = "0.1.1"
|
||||
metrics = "0.24.2"
|
||||
metrics-exporter-prometheus = "0.17.2"
|
||||
rayon = "1.11"
|
||||
|
||||
[build-dependencies]
|
||||
tonic-prost-build.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user