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 | 80d2cb22d2ba37ae25093542ace4d26e1cb096f5 (patch) | |
| tree | 466c14c0e0153249adc37c7507322d261fe47bbc | |
| 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-80d2cb22d2ba37ae25093542ace4d26e1cb096f5.tar.xz whirl-80d2cb22d2ba37ae25093542ace4d26e1cb096f5.zip | |
Merge pull request #127 from Whirlsplash/renovate/actix-web-3.x
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 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" |