aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-08-06 10:01:48 +0000
committerRenovate Bot <[email protected]>2021-08-06 10:01:48 +0000
commite02fd99057ab75878d928ce2db90ab9fe1b69ab9 (patch)
tree6634a098646c116489d91eb2ad28095b276aaa6f /crates/whirl_api
parentchore(mergify): drop auto-merge to one review (diff)
downloadwhirl-e02fd99057ab75878d928ce2db90ab9fe1b69ab9.tar.xz
whirl-e02fd99057ab75878d928ce2db90ab9fe1b69ab9.zip
fix(deps): update rust crate axum to 0.1.3
Diffstat (limited to 'crates/whirl_api')
-rw-r--r--crates/whirl_api/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml
index 50d3e52..52e6b57 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