Skip to content

Commit

Permalink
fix(deps): update rust crate actix-web-prom to 0.9.0 (#1562)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 3743895 commit cf76baa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "src/main.rs"

[dependencies]
# logging/obeservability
actix-web-prom = { version = "0.8.0", default-features = false, features = [] }
actix-web-prom = { version = "0.9.0", default-features = false, features = [] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json", "fmt"] }
tracing = "0.1.40"
tracing-log = { version = "0.2.0", features = ["std", "log-tracer", "interest-cache"] }
Expand Down

0 comments on commit cf76baa

Please sign in to comment.