diff options
| -rw-r--r-- | crates/whirl/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_api/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index 133d43d..3e2a95c 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -47,7 +47,7 @@ tokio-util = { version = "0.6.9", features = ["codec"] } tokio-stream = "0.1.8" # Web-server -actix-web = { version = "3.3.2", features = ["rustls"] } +actix-web = { version = "3.3.3", features = ["rustls"] } actix-cors = "0.5.4" whirl_api = { path = "../whirl_api" } diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 58bccb3..ef8ac44 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -14,7 +14,7 @@ publish = false [dependencies] # Web-server -actix-web = { version = "3.3.2", features = ["rustls"] } +actix-web = { version = "3.3.3", features = ["rustls"] } actix-cors = "0.5.4" axum = "0.1.3" hyper = "0.14.13" |