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:14:49 +0000
committerGitHub <noreply@github.com>2020-10-02 04:14:49 +0000
commitad077ddefcf87ee1447e05005181a849f355fe1d (patch)
treed5c9bfa5749b6a8e8ea8b3a0a76aec770b40f694 /Cargo.toml
parent(cargo-release) start next development iteration 0.10.1-alpha.0 (diff)
downloadminiserve-ad077ddefcf87ee1447e05005181a849f355fe1d.tar.gz
miniserve-ad077ddefcf87ee1447e05005181a849f355fe1d.zip
Bump actix-web from 3.0.2 to 3.1.0
Bumps [actix-web](https://github.com/actix/actix-web) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/web-v3.0.2...web-v3.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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"