diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-01-12 18:44:07 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-12 18:44:07 +0000 |
| commit | 601440f302e202261f3e4d5c8bb4524927f14eec (patch) | |
| tree | b3f9d3928abced1b97de07a72002db0d69fe7963 /crates/whirl_api | |
| parent | Merge pull request #128 from Whirlsplash/renovate/major-commitlint-monorepo (diff) | |
| parent | fix(deps): update rust crate actix-web to 3.3.3 (diff) | |
| download | whirl-601440f302e202261f3e4d5c8bb4524927f14eec.tar.xz whirl-601440f302e202261f3e4d5c8bb4524927f14eec.zip | |
Merge pull request #127 from Whirlsplash/renovate/actix-web-3.x
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 5f6d128..662e3d9 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" |