diff options
| author | Renovate Bot <[email protected]> | 2022-01-11 22:11:16 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-01-11 22:11:16 +0000 |
| commit | 9c7b711870567621734878c7253ba8cdea25c91d (patch) | |
| tree | 23f57ebe14a8a55b563bf8c33ee1d440488edce0 | |
| parent | feat(server): indicate which server type accepted client (diff) | |
| download | whirl-9c7b711870567621734878c7253ba8cdea25c91d.tar.xz whirl-9c7b711870567621734878c7253ba8cdea25c91d.zip | |
fix(deps): update rust crate actix-web to 3.3.3
| -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 c1d67ea..bd981b7 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -47,7 +47,7 @@ tokio-util = { version = "0.6.8", features = ["codec"] } tokio-stream = "0.1.7" # 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 b851053..756a688 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" |