Skip to content

Commit

Permalink
Merge pull request #11 from dizda/patch-1
Browse files Browse the repository at this point in the history
Update Cargo.toml to fix "stats" feature issue
  • Loading branch information
Hanaasagi committed Nov 28, 2023
2 parents 9eb5863 + de2f50e commit 9c29953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rt = ["tokio"]
[dependencies]
lazy_static = "1.4.0"
prometheus = "0.13.3"
tokio-metrics = "0.3.0"
tokio-metrics = "0.3.1"
tokio = { version = "1.26.0", features = ["rt"], optional = true }
parking_lot = "0.12.1"

Expand Down

0 comments on commit 9c29953

Please sign in to comment.