aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-13 07:57:31 +0000
committerGitHub <noreply@github.com>2022-06-13 07:57:31 +0000
commitc5de0a1add536f146409cc4c53280467ddd08ec1 (patch)
tree9522e716cffeb34cfae6b48e7f45ee7e2de780da
parentFix lint (diff)
downloadminiserve-c5de0a1add536f146409cc4c53280467ddd08ec1.tar.gz
miniserve-c5de0a1add536f146409cc4c53280467ddd08ec1.zip
Bump actix-web from 4.0.1 to 4.1.0 (#815)
Bumps [actix-web](https://github.com/actix/actix-web) from 4.0.1 to 4.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-v4.0.1...web-v4.1.0) --- updated-dependencies: - dependency-name: actix-web dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f385bbc..126b717 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -191,9 +191,9 @@ dependencies = [
[[package]]
name = "actix-web"
-version = "4.0.1"
+version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f4e5ebffd51d50df56a3ae0de0e59487340ca456f05dd0b90c0a7a6dd6a74d31"
+checksum = "a27e8fe9ba4ae613c21f677c2cfaf0696c3744030c6f485b34634e502d6bb379"
dependencies = [
"actix-codec",
"actix-http",