aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-30 04:25:44 +0000
committerGitHub <noreply@github.com>2020-10-30 04:25:44 +0000
commitca6d8e7bb94feeac1908fe47bd40106bcd553ca4 (patch)
tree304cf5acf79e62af90f0637bc4e56ecf6073bdcf /Cargo.toml
parentMerge pull request #398 from svenstaro/dependabot/cargo/futures-0.3.7 (diff)
parentBump actix-web from 3.1.0 to 3.2.0 (diff)
downloadminiserve-ca6d8e7bb94feeac1908fe47bd40106bcd553ca4.tar.gz
miniserve-ca6d8e7bb94feeac1908fe47bd40106bcd553ca4.zip
Merge pull request #400 from svenstaro/dependabot/cargo/actix-web-3.2.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a851239..cfa3561 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ panic = 'abort'
[dependencies]
yansi = "0.5"
-actix-web = "3.1"
+actix-web = "3.2"
simplelog = "0.8"
percent-encoding = "2.1"
port_check = "0.1"