mirror of
https://github.com/vacp2p/status-rln-prover.git
synced 2026-01-08 05:03:54 -05:00
Osv scanner required dependencies updates (#50)
* Update tracing-subscriber to 0.3.20 * Update alloy dependency to 1.0.38 * Update tonic, rustls & zeroize dependencies * Update clap to 4.5.49 * Update opentelemetry to 0.31.0
This commit is contained in:
646
Cargo.lock
generated
646
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
18
Cargo.toml
18
Cargo.toml
@@ -23,9 +23,9 @@ ark-groth16 = { version = "0.5.0", default-features = false, features = [] }
|
||||
# ark-serialize = { version = "0.5.0", features = ["parallel"] }
|
||||
ark-serialize = { version = "0.5.0", default-features = false, features = [] }
|
||||
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
|
||||
clap = { version = "4.5.46", features = ["derive", "wrap_help"] }
|
||||
clap = { version = "4.5.49", features = ["derive", "wrap_help"] }
|
||||
url = { version = "2.5.7", features = ["serde"] }
|
||||
alloy = { version = "1.0.27", features = [
|
||||
alloy = { version = "1.0.38", features = [
|
||||
"getrandom",
|
||||
"sol-types",
|
||||
"contract",
|
||||
@@ -34,17 +34,17 @@ alloy = { version = "1.0.27", features = [
|
||||
] }
|
||||
async-trait = "0.1.89"
|
||||
derive_more = "2.0.1"
|
||||
thiserror = "2.0.16"
|
||||
rustls = "0.23.31"
|
||||
zeroize = "1.8"
|
||||
tonic = "0.14.1"
|
||||
thiserror = "2.0.17"
|
||||
rustls = "0.23.32"
|
||||
zeroize = "1.8.2"
|
||||
tonic = "0.14.2"
|
||||
prost = "0.14.1"
|
||||
tonic-prost = "0.14.1"
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
||||
tonic-prost = "0.14.2"
|
||||
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
|
||||
tracing = "0.1.41"
|
||||
|
||||
#[build-dependencies]
|
||||
tonic-prost-build = "0.14.1"
|
||||
tonic-prost-build = "0.14.2"
|
||||
|
||||
#[dev.dependencies]
|
||||
criterion = { version = "0.7.0", features = ["async_tokio"] }
|
||||
|
||||
@@ -35,4 +35,9 @@ RUST_LOG=debug cargo run -p prover_cli -- --ip 127.0.0.1 --metrics-ip 127.0.0.1
|
||||
|
||||
## Bench
|
||||
|
||||
* SUBSCRIBER_COUNT=2 SUBSCRIBER_IP=10.235.185.198 RAYON_NUM_THREADS=4 PROOF_SERVICE_COUNT=4 PROOF_COUNT=6 cargo bench -p prover --bench prover_many_subscribers
|
||||
* SUBSCRIBER_COUNT=2 SUBSCRIBER_IP=10.235.185.198 RAYON_NUM_THREADS=4 PROOF_SERVICE_COUNT=4 PROOF_COUNT=6 cargo bench -p prover --bench prover_many_subscribers
|
||||
|
||||
## Unit tests
|
||||
|
||||
* cargo test
|
||||
* cargo test --features anvil
|
||||
@@ -43,7 +43,6 @@ claims = "0.8.0"
|
||||
clap_config = "0.1"
|
||||
metrics = "0.24"
|
||||
metrics-exporter-prometheus = "0.17"
|
||||
metrics-util = "0.20"
|
||||
rayon = "1.10"
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
@@ -11,11 +11,11 @@ rustls.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
tracing.workspace = true
|
||||
toml = "0.9.5"
|
||||
opentelemetry = { version = "0.30.0", default-features = false, features = [
|
||||
opentelemetry = { version = "0.31.0", default-features = false, features = [
|
||||
"trace",
|
||||
] }
|
||||
opentelemetry_sdk = { version = "0.30.0", features = ["rt-tokio"] }
|
||||
opentelemetry-otlp = { version = "0.30.0", features = [
|
||||
opentelemetry_sdk = { version = "0.31.0", features = ["rt-tokio"] }
|
||||
opentelemetry-otlp = { version = "0.31.0", features = [
|
||||
"grpc-tonic",
|
||||
"reqwest-client",
|
||||
"reqwest-rustls",
|
||||
@@ -23,5 +23,5 @@ opentelemetry-otlp = { version = "0.30.0", features = [
|
||||
"tls",
|
||||
"tls-roots",
|
||||
] }
|
||||
tracing-opentelemetry = "0.31.0"
|
||||
anyhow = "1.0.99"
|
||||
tracing-opentelemetry = "0.32.0"
|
||||
anyhow = "1.0.100"
|
||||
|
||||
@@ -23,8 +23,7 @@ alloy.workspace = true
|
||||
async-trait.workspace = true
|
||||
thiserror.workspace = true
|
||||
rustls.workspace = true
|
||||
zeroize.workspace = true
|
||||
log = "0.4.27"
|
||||
log = "0.4.28"
|
||||
|
||||
[dev-dependencies]
|
||||
claims = "0.8"
|
||||
|
||||
Reference in New Issue
Block a user