Skip to content

Commit

Permalink
penumbra: update metrics crate
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Feb 2, 2024
1 parent 8a3733e commit 6f9cc10
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion crates/bin/pclientd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ bytes = { version = "1", features = ["serde"] }
prost = "0.12.3"
futures = "0.3"
hex = "0.4"
metrics = "0.19.0"
metrics = "0.22"
async-stream = "0.2"
parking_lot = "0.12"
clap = { version = "3", features = ["derive", "env"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/bin/pd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ hex = "0.4"
rand = "0.8"
rand_chacha = "0.3.1"
rand_core = { version = "0.6.3", features = ["getrandom"] }
metrics = "0.19.0"
metrics = "0.22"
metrics-exporter-prometheus = { version = "0.10.0", features = [
"http-listener",
] }
Expand Down
2 changes: 1 addition & 1 deletion crates/cnidarium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tracing = "0.1"
rocksdb = "0.21.0"
futures = "0.3"
hex = "0.4"
metrics = { version = "0.19.0", optional = true }
metrics = { version = "0.22", optional = true }
parking_lot = "0.12"
pin-project = "1.0.12"
smallvec = { version = "1.10", features = ["union", "const_generics"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/core/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ blake2b_simd = "0.5"
bincode = "1.3.3"
serde = { version = "1", features = ["derive"] }
serde_with = "2.2"
metrics = "0.19.0"
metrics = "0.22"
sha2 = "0.9"
serde_json = "1"
serde_unit_struct = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/component/community-pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ anyhow = "1"
tracing = "0.1"
prost = "0.12.3"
serde = { version = "1", features = ["derive"] }
metrics = "0.19.0"
metrics = "0.22"
pbjson-types = "0.6.0"
tendermint = "0.34.0"
tendermint-light-client-verifier = "0.34.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/component/compact-block/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ penumbra-sct = { path = "../sct", default-features = false }
# Crates.io dependencies
ark-ff = { version = "0.4", default_features = false }
decaf377-rdsa = { version = "0.7" }
metrics = "0.19.0"
metrics = "0.22"
serde = { version = "1", features = ["derive"] }
tracing = "0.1"
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/component/dex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ tracing = "0.1"
prost = "0.12.3"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.96"
metrics = "0.19.0"
metrics = "0.22"
pbjson-types = "0.6.0"
tendermint = "0.34.0"
tendermint-light-client-verifier = "0.34.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/component/fee/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ decaf377 = { version = "0.5" }

# Crates.io dependencies
ark-ff = { version = "0.4", default_features = false }
metrics = "0.19.0"
metrics = "0.22"
serde = { version = "1", features = ["derive"] }
tracing = "0.1"
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/component/governance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ark-serialize = "0.4"
ark-groth16 = { version = "0.4", default-features = false }
ark-snark = "0.4"
async-stream = "0.2"
metrics = "0.19.0"
metrics = "0.22"
serde = { version = "1", features = ["derive"] }
tracing = "0.1"
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/component/ibc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tracing = "0.1"
prost = "0.12.3"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
metrics = "0.19.0"
metrics = "0.22"
pbjson-types = "0.6.0"
tendermint = "0.34.0"
tendermint-light-client-verifier = "0.34.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/component/sct/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ark-r1cs-std = { version = "0.4", default-features = false }
ark-relations = "0.4"
ark-ff = { version = "0.4", default_features = false }
ark-serialize = "0.4"
metrics = "0.19.0"
metrics = "0.22"
serde = { version = "1", features = ["derive"] }
tracing = "0.1"
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/component/shielded-pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ark-ff = { version = "0.4", default_features = false }
ark-serialize = "0.4"
ark-groth16 = { version = "0.4", default-features = false }
ark-snark = "0.4"
metrics = "0.19.0"
metrics = "0.22"
prost = "0.12.3"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/component/stake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ tokio = { version = "1.21.1", features = ["full", "tracing"], optional = true }
tonic = { version = "0.10", optional = true }
im = { version = "15.1.0", optional = true }
futures = { version = "0.3", optional = true }
metrics = { version = "0.19.0", optional = true }
metrics = { version = "0.22", optional = true }
async-stream = { version = "0.3.5", optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/util/tendermint-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ chrono = { version = "0.4", default-features = false, features = ["serde"] }
futures = "0.3"
hex = "0.4"
http = "0.2"
metrics = "0.19.0"
metrics = "0.22"
pbjson-types = "0.6"
pin-project = "1"
pin-project-lite = "0.2.9"
Expand Down
2 changes: 1 addition & 1 deletion crates/view/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ bytes = { version = "1", features = ["serde"] }
prost = "0.12.3"
futures = "0.3"
hex = "0.4"
metrics = "0.19.0"
metrics = "0.22"
async-stream = "0.2"
parking_lot = "0.12"
camino = "1"
Expand Down

0 comments on commit 6f9cc10

Please sign in to comment.