aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-12-02 04:28:30 +0000
committerGitHub <noreply@github.com>2020-12-02 04:28:30 +0000
commitf008c9cd06caa8f957de5d3bef321cb307505c3f (patch)
tree807cf9c998e73d06d0e385518c6e6b3b91438a28
parentMerge pull request #414 from svenstaro/dependabot/cargo/structopt-0.3.21 (diff)
parentBump actix-web from 3.3.1 to 3.3.2 (diff)
downloadminiserve-f008c9cd06caa8f957de5d3bef321cb307505c3f.tar.gz
miniserve-f008c9cd06caa8f957de5d3bef321cb307505c3f.zip
Merge pull request #415 from svenstaro/dependabot/cargo/actix-web-3.3.2
-rw-r--r--Cargo.lock10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 44d0fa4..acb8c09 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",