Merge pull request 'Update Rust crate actix to 0.13.1' (#92) from renovate/actix-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #92
This commit is contained in:
2023-12-13 08:46:08 +00:00
2 changed files with 16 additions and 9 deletions

View File

@ -8,7 +8,7 @@ description = "TCP-over-HTTP solution"
clap = { version = "4.4.0", features = ["derive", "env"] }
log = "0.4.20"
env_logger = "0.10.0"
actix = "0.13.0"
actix = "0.13.1"
actix-web = { version = "4", features = ["rustls"] }
actix-web-actors = "4.2.0"
actix-tls = "3.1.1"