Skip to content

Commit

Permalink
Upgrade Prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
xnuter committed Mar 20, 2022
1 parent 8711465 commit b439dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "perf-gauge"
version = "0.1.12"
version = "0.1.13"
authors = ["Eugene Retunsky"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand Down Expand Up @@ -32,7 +32,7 @@ regex = "1.3"
rand = "0.8"
futures-util = "0.3"
hyper = { version = "0.14", features = ["full"] }
prometheus = { version = "0.11", features = ["push"], default-features = false, optional = true }
prometheus = { version = "0.13", features = ["push"], default-features = false, optional = true }
hyper-tls = {version = "0.5", default-features = false, optional = true }
native-tls = {version = "0.2", default-features = false, optional = true }
tokio-native-tls = {version = "0.3", default-features = false, optional = true }
Expand Down

0 comments on commit b439dc9

Please sign in to comment.