diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-12-02 04:13:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-02 04:13:54 +0000 |
commit | 7bf525584bec03abe7c5c675d5b0e24161047445 (patch) | |
tree | 807cf9c998e73d06d0e385518c6e6b3b91438a28 | |
parent | Merge pull request #414 from svenstaro/dependabot/cargo/structopt-0.3.21 (diff) | |
download | miniserve-7bf525584bec03abe7c5c675d5b0e24161047445.tar.gz miniserve-7bf525584bec03abe7c5c675d5b0e24161047445.zip |
Bump actix-web from 3.3.1 to 3.3.2
Bumps [actix-web](https://github.com/actix/actix-web) from 3.3.1 to 3.3.2.
- [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.3.1...web-v3.3.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -251,9 +251,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "3.3.1" +version = "3.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d6d0a6ae7ff7290372b3f636b9fc38b76dfbfc395187ce21e5b95471f7ccab9" +checksum = "e641d4a172e7faa0862241a20ff4f1f5ab0ab7c279f00c2d4587b77483477b86" dependencies = [ "actix-codec", "actix-http", @@ -2535,11 +2535,11 @@ checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252" [[package]] name = "socket2" -version = "0.3.15" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44" +checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "libc", "redox_syscall", "winapi 0.3.9", |