chore(deps): update rust crate actix-tls to 3.3.0

This commit is contained in:
renovate[bot] 2024-05-01 10:11:48 +00:00 committed by GitHub
parent 77c7d3628b
commit 5e2f53cf86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ homepage = "https://github.com/matter-labs/teepot"
[workspace.dependencies] [workspace.dependencies]
actix-http = "3" actix-http = "3"
actix-tls = "3" actix-tls = "3.3.0"
actix-web = { version = "4.5", features = ["rustls-0_22"] } actix-web = { version = "4.5", 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"] }