Skip to content

Commit

Permalink
chore(deps): update rust crate actix-http to 3.5.1
Browse files Browse the repository at this point in the history
renovate[bot] authored Jan 10, 2024
1 parent 39df717 commit ef180f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ version = "16.1.0"

[dependencies]
actix-cors = "0.6.5"
actix-http = { version = "3.4.0", features = ["compress-zstd", "rustls-0_21"] }
actix-http = { version = "3.5.1", features = ["compress-zstd", "rustls-0_21"] }
actix-middleware-etag = "0.3.0"
actix-service = "2.0.2"
actix-web = { version = "4.4.1", features = ["rustls-0_21", "compress-zstd"] }
@@ -77,7 +77,7 @@ unleash-yggdrasil = { version = "0.8.0" }
utoipa = { version = "4.1.0", features = ["actix_extras", "chrono"] }
utoipa-swagger-ui = { version = "5", features = ["actix-web"] }
[dev-dependencies]
actix-http = "3.4.0"
actix-http = "3.5.1"
actix-http-test = "3.1.0"
actix-service = "2.0.2"
env_logger = "0.10.1"

0 comments on commit ef180f4

Please sign in to comment.