diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-13 07:57:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-13 07:57:31 +0000 |
commit | c5de0a1add536f146409cc4c53280467ddd08ec1 (patch) | |
tree | 9522e716cffeb34cfae6b48e7f45ee7e2de780da | |
parent | Fix lint (diff) | |
download | miniserve-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.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |