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 | 07a5894649db6805279a1269215f33e95f5e2388 (patch) | |
| tree | 7dc6a4f6492fbaa7505d656a945ddba0f38deab9 /crates/whirl_api | |
| parent | feat(server): indicate which server type accepted client (diff) | |
| download | whirl-07a5894649db6805279a1269215f33e95f5e2388.tar.xz whirl-07a5894649db6805279a1269215f33e95f5e2388.zip | |
fix(deps): update rust crate actix-web to 3.3.3
Diffstat (limited to 'crates/whirl_api')
| -rw-r--r-- | crates/whirl_api/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 1590431..c6052d8 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" |