diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-08-06 22:37:13 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-06 22:37:13 +0000 |
| commit | 520c8eefaf2434c9214d9da733f7990db2cc30fe (patch) | |
| tree | 30ada701b5eddd353797caed92b7eb3d02b02aed | |
| parent | chore(mergify): drop auto-merge to one review (diff) | |
| parent | fix(deps): update rust crate axum to 0.1.3 (diff) | |
| download | whirl-520c8eefaf2434c9214d9da733f7990db2cc30fe.tar.xz whirl-520c8eefaf2434c9214d9da733f7990db2cc30fe.zip | |
Merge pull request #68 from Whirlsplash/renovate/axum-0.x
fix(deps): update rust crate axum to 0.1.3
| -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 df989cc..686b32a 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -16,7 +16,7 @@ publish = false # Web-server actix-web = { version = "3.3.2", features = ["rustls"] } actix-cors = "0.5.4" -axum = "0.1.2" +axum = "0.1.3" hyper = "0.14.11" # Utility |