chore(deps): update rust crate actix-web to 4.5.1

This commit is contained in:
renovate[bot] 2024-05-01 13:43:32 +00:00 committed by GitHub
parent 77c7d3628b
commit 75755fadd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ homepage = "https://github.com/matter-labs/teepot"
[workspace.dependencies] [workspace.dependencies]
actix-http = "3" actix-http = "3"
actix-tls = "3" actix-tls = "3"
actix-web = { version = "4.5", features = ["rustls-0_22"] } actix-web = { version = "4.5.1", features = ["rustls-0_22"] }
anyhow = "1.0.82" anyhow = "1.0.82"
awc = { version = "3.4", features = ["rustls-0_22-webpki-roots"] } awc = { version = "3.4", features = ["rustls-0_22-webpki-roots"] }
base64 = "0.22.0" base64 = "0.22.0"