Skip to content

Commit

Permalink
fix(deps): update rust crate actix-web to 4.3.1 (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
  • Loading branch information
renovate[bot] and Christopher Kolstad authored Feb 28, 2023
1 parent 176ef57 commit 2020281
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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 @@ -18,7 +18,7 @@ version = "0.1.1"
actix-cors = "0.6.4"
actix-middleware-etag = "0.2.0"
actix-service = "2.0.2"
actix-web = {version = "4.3.0", features = ["rustls"]}
actix-web = {version = "4.3.1", features = ["rustls"]}
actix-web-opentelemetry = {version = "0.13.0", features = ["metrics", "metrics-prometheus"]}

anyhow = "1.0.69"
Expand Down

0 comments on commit 2020281

Please sign in to comment.