Skip to content

Commit

Permalink
Stop pulling in unnecessary features/dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobz committed Jul 30, 2019
1 parent b2e87d7 commit 6566647
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion metrics-observer-json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ keywords = ["metrics", "telemetry", "json"]
[dependencies]
metrics-core = { path = "../metrics-core", version = "^0.5" }
metrics-util = { path = "../metrics-util", version = "^0.3" }
hdrhistogram = "^6.1"
hdrhistogram = { version = "^6.3", default-features = false }
serde_json = "^1.0"
2 changes: 1 addition & 1 deletion metrics-observer-prometheus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ keywords = ["metrics", "telemetry", "prometheus"]
[dependencies]
metrics-core = { path = "../metrics-core", version = "^0.5" }
metrics-util = { path = "../metrics-util", version = "^0.3" }
hdrhistogram = "^6.1"
hdrhistogram = { version = "^6.3", default-features = false }
2 changes: 1 addition & 1 deletion metrics-observer-yaml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ keywords = ["metrics", "telemetry", "yaml"]
[dependencies]
metrics-core = { path = "../metrics-core", version = "^0.5" }
metrics-util = { path = "../metrics-util", version = "^0.3" }
hdrhistogram = "^6.1"
hdrhistogram = { version = "^6.3", default-features = false }
serde_yaml = "^0.8"

0 comments on commit 6566647

Please sign in to comment.