Skip to content

Commit

Permalink
Merge pull request #32 from hit-box/dependabot/cargo/prometheus-0.13
Browse files Browse the repository at this point in the history
Update prometheus requirement from 0.12 to 0.13
  • Loading branch information
singulared committed Oct 1, 2021
2 parents af352d3 + d5c585e commit c3eea33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde_qs = { version = "0.8" }
serde = { version = "1", features = ["derive"] }
chrono = { version = "0.4", features = ["serde"] }
thiserror = "1"
prometheus = { version = "0.12" }
prometheus = { version = "0.13" }
env_logger = "0.9"
actix_derive = "0.6"
actix-web = "4.0.0-beta"
Expand Down
2 changes: 1 addition & 1 deletion hitbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde_qs = { version = "0.8", optional = true }
serde = { version = "1", features = ["derive"] }
chrono = { version = "0.4", features = ["serde"] }
thiserror = "1"
prometheus = { version = "0.12", optional = true }
prometheus = { version = "0.13", optional = true }
lazy_static = { version = "1", optional = true }
tracing = "0.1"

Expand Down

0 comments on commit c3eea33

Please sign in to comment.