Skip to content

Commit

Permalink
fix(deps): update rust crate actix-web-opentelemetry to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent c0edf75 commit 5afedcc
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 @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
actix-tls = { version = "3.0.3", features = ["rustls"] }
actix-web = { version = "4.2.1", features = ["rustls", "secure-cookies"] }
actix-web-opentelemetry = { version = "0.13.0", features = ["metrics", "metrics-prometheus"] }
actix-web-opentelemetry = { version = "0.19.0", features = ["metrics", "metrics-prometheus"] }
anyhow = "1.0.68"
chrono = { version = "0.4.23", features = ["serde"] }
clap = { version = "4.0.32", features = ["derive", "env"] }
Expand Down

0 comments on commit 5afedcc

Please sign in to comment.