Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump metrics version from 0.20 to 0.21
  • Loading branch information
aumetra committed Apr 19, 2023
commit e64372ab9523e96ac5c38b0b7bfc291b0217e96e
2 changes: 1 addition & 1 deletion autometrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ autometrics-macros = { version = "0.3.0", path = "../autometrics-macros" }
opentelemetry_api = { version = "0.18", default-features = false, features = ["metrics"], optional = true }

# Use for metrics feature
metrics = { version = "0.20", default-features = false, optional = true }
metrics = { version = "0.21", default-features = false, optional = true }

# Used for prometheus-exporter feature
metrics-exporter-prometheus = { version = "0.12", default-features = false, optional = true }
Expand Down