Skip to content

Commit

Permalink
deps: update the metrics crates
Browse files Browse the repository at this point in the history
Signed-off-by: ljedrz <[email protected]>
  • Loading branch information
ljedrz committed Jul 22, 2022
1 parent 1a32323 commit 69dbfbf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,18 @@ categories = [ "cryptography", "operating-systems" ]
license = "GPL-3.0"
edition = "2021"


[features]
prometheus = [ "metrics-exporter-prometheus" ]
test = []

[dependencies.metrics]
version = "0.19"
version = "0.20"

[dependencies.metrics-util]
version = "0.13"
version = "0.14"

[dependencies.metrics-exporter-prometheus]
version = "0.10"
version = "0.11"
optional = true

[dependencies.tokio]
Expand Down

0 comments on commit 69dbfbf

Please sign in to comment.