aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-02 04:25:24 +0000
committerGitHub <noreply@github.com>2020-10-02 04:25:24 +0000
commita55a72c35f8dc062b333cf3aa5b005fa8589e50a (patch)
treed5c9bfa5749b6a8e8ea8b3a0a76aec770b40f694 /Cargo.toml
parent(cargo-release) start next development iteration 0.10.1-alpha.0 (diff)
parentBump actix-web from 3.0.2 to 3.1.0 (diff)
downloadminiserve-a55a72c35f8dc062b333cf3aa5b005fa8589e50a.tar.gz
miniserve-a55a72c35f8dc062b333cf3aa5b005fa8589e50a.zip
Merge pull request #386 from svenstaro/dependabot/cargo/actix-web-3.1.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 e7b88dd..18d47f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ panic = 'abort'
[dependencies]
yansi = "0.5"
-actix-web = "3.0"
+actix-web = "3.1"
simplelog = "0.8"
percent-encoding = "2.1"
port_check = "0.1"