aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-14 04:15:01 +0000
committerGitHub <noreply@github.com>2020-09-14 04:15:01 +0000
commitddb1810161e729f8a5fb0a4faacc9417f1e72292 (patch)
treece0e8ce664e3227d0ac0e506768c527581f7a914
parentUpgrade to actix-web 3.0.0 (diff)
downloadminiserve-ddb1810161e729f8a5fb0a4faacc9417f1e72292.tar.gz
miniserve-ddb1810161e729f8a5fb0a4faacc9417f1e72292.zip
Bump actix-web from 3.0.0 to 3.0.1
Bumps [actix-web](https://github.com/actix/actix-web) from 3.0.0 to 3.0.1. - [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.0...web-v3.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c962fa9..ed736a6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -77,7 +77,7 @@ checksum = "8035f08f194893b199f4928b40425bd727c0257cf0fcf36f4ac214968d649ec7"
dependencies = [
"actix-http 2.0.0",
"actix-service",
- "actix-web 3.0.0",
+ "actix-web 3.0.1",
"bitflags",
"bytes",
"derive_more",
@@ -199,7 +199,7 @@ checksum = "774bfeb11b54bf9c857a005b8ab893293da4eaff79261a66a9200dab7f5ab6e3"
dependencies = [
"actix-service",
"actix-utils 2.0.0",
- "actix-web 3.0.0",
+ "actix-web 3.0.1",
"bytes",
"derive_more",
"futures-util",
@@ -400,9 +400,9 @@ dependencies = [
[[package]]
name = "actix-web"
-version = "3.0.0"
+version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2e665de333edabd0421799822dac3e7d8a25a63bb995ae1f60cd99619d8ddda8"
+checksum = "cd7fc56022da91a4dc00ccae7d7bb82e539749ca36df181695f4efdf5d413b2e"
dependencies = [
"actix-codec 0.3.0",
"actix-http 2.0.0",
@@ -466,7 +466,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "536a75d767c5c2b3e64d3f569621f38ed7609359a0c82d149c88290a6ba41b22"
dependencies = [
"actix-service",
- "actix-web 3.0.0",
+ "actix-web 3.0.1",
"base64 0.12.3",
"bytes",
"futures-util",
@@ -1638,7 +1638,7 @@ dependencies = [
"actix-files",
"actix-multipart",
"actix-rt",
- "actix-web 3.0.0",
+ "actix-web 3.0.1",
"actix-web-httpauth",
"alphanumeric-sort",
"assert_cmd",