Skip to content

Commit

Permalink
fix(deps): update rust crate prometheus to 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent 8479839 commit 7ae9595
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 @@ -23,7 +23,7 @@ name = "echo"
axum = { version = "0.6.20", features = ["json", "macros"] }
clap = { version = "4", features = ["derive", "env"] }
once_cell = "1.18"
prometheus = "0.13"
prometheus = "0.13.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.32", features = ["full"] }
Expand Down

0 comments on commit 7ae9595

Please sign in to comment.