aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-03-02 08:42:40 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2022-03-02 08:42:40 +0000
commit33793e2939fe176a65507ef274a5d6ea2e98a960 (patch)
treec1b5a759df85cf9ac957346b0f2f58912a2bb2dd /Cargo.toml
parentMerge pull request #745 from svenstaro/dependabot/cargo/clap-3.1.3 (diff)
downloadminiserve-33793e2939fe176a65507ef274a5d6ea2e98a960.tar.gz
miniserve-33793e2939fe176a65507ef274a5d6ea2e98a960.zip
Bump deps
Diffstat (limited to '')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 80f89f1..a3f4650 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,10 +17,10 @@ codegen-units = 1
panic = 'abort'
[dependencies]
-actix-web = "=4.0.0-rc.3"
-actix-files = "=0.6.0-beta.16"
-actix-multipart = "=0.4.0-beta.13"
-actix-web-httpauth = "=0.6.0-beta.8"
+actix-web = "4"
+actix-files = "0.6"
+actix-multipart = "0.4"
+actix-web-httpauth = "0.6"
maud = "0.23"
yansi = "0.5"
simplelog = "0.11"