Update Rust crate futures to 0.3.29
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2023-10-27 00:32:09 +00:00
parent 965c235169
commit 50c88074f8
2 changed files with 19 additions and 19 deletions

View File

@ -14,7 +14,7 @@ actix-web-actors = "4.2.0"
actix-tls = "3.1.1"
serde = { version = "1.0.185", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
futures = "0.3.25"
futures = "0.3.29"
webpki = "0.22.4"
x509-parser = "0.15.1"
pem = "3.0.2"