aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-25 04:14:41 +0000
committerGitHub <noreply@github.com>2020-11-25 04:14:41 +0000
commitc38fa1b9dcc4da1f2a41678a49894a1788be97a4 (patch)
tree955a43b891a496f9175d333870d0172a0d8db8df
parentMerge pull request #410 from svenstaro/dependabot/cargo/assert_cmd-1.0.2 (diff)
downloadminiserve-c38fa1b9dcc4da1f2a41678a49894a1788be97a4.tar.gz
miniserve-c38fa1b9dcc4da1f2a41678a49894a1788be97a4.zip
Bump actix-files from 0.4.0 to 0.4.1
Bumps [actix-files](https://github.com/actix/actix-web) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/v0.4.1/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/v0.4.0...v0.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock58
-rw-r--r--Cargo.toml2
2 files changed, 33 insertions, 27 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5be64c6..14d3717 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -7,7 +7,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78d1833b3838dbe990df0f1f87baf640cf6146e898166afe401839d1b001e570"
dependencies = [
"bitflags",
- "bytes",
+ "bytes 0.5.6",
"futures-core",
"futures-sink",
"log",
@@ -37,14 +37,14 @@ dependencies = [
[[package]]
name = "actix-files"
-version = "0.4.0"
+version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5fc0a9181e93c91dc7eb401a0debaed5c8294e12019c307c72fd7a1731b672fc"
+checksum = "d031468a7859f71674e5531bd05137e0ea5de05ec9a917314330b88c582e2e0a"
dependencies = [
"actix-service",
"actix-web",
"bitflags",
- "bytes",
+ "bytes 0.5.6",
"derive_more",
"futures-core",
"futures-util",
@@ -70,7 +70,7 @@ dependencies = [
"base64 0.13.0",
"bitflags",
"brotli2",
- "bytes",
+ "bytes 0.5.6",
"cookie",
"copyless",
"derive_more",
@@ -121,7 +121,7 @@ dependencies = [
"actix-service",
"actix-utils",
"actix-web",
- "bytes",
+ "bytes 0.5.6",
"derive_more",
"futures-util",
"httparse",
@@ -239,7 +239,7 @@ dependencies = [
"actix-rt",
"actix-service",
"bitflags",
- "bytes",
+ "bytes 0.5.6",
"either",
"futures-channel",
"futures-sink",
@@ -268,7 +268,7 @@ dependencies = [
"actix-utils",
"actix-web-codegen",
"awc",
- "bytes",
+ "bytes 0.5.6",
"derive_more",
"encoding_rs",
"futures-channel",
@@ -308,7 +308,7 @@ dependencies = [
"actix-service",
"actix-web",
"base64 0.12.3",
- "bytes",
+ "bytes 0.5.6",
"futures-util",
]
@@ -435,7 +435,7 @@ dependencies = [
"actix-rt",
"actix-service",
"base64 0.13.0",
- "bytes",
+ "bytes 0.5.6",
"cfg-if 1.0.0",
"derive_more",
"futures-core",
@@ -547,11 +547,11 @@ dependencies = [
[[package]]
name = "buf-min"
-version = "0.1.1"
+version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b6ae7069aad07c7cdefe6a22a671f00650728bd2331a4cc62e1e5d0becdf9ca4"
+checksum = "881e704e61d0fb41d7c6c9ae2bd790eb8c13dc974ae102fb98c788b4fdea4349"
dependencies = [
- "bytes",
+ "bytes 0.6.0",
]
[[package]]
@@ -573,6 +573,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
[[package]]
+name = "bytes"
+version = "0.6.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e0dcbc35f504eb6fc275a6d20e4ebcda18cf50d40ba6fabff8c711fa16cb3b16"
+
+[[package]]
name = "bytesize"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -584,7 +590,7 @@ version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7c05fa5172da78a62d9949d662d2ac89d4cc7355d7b49adee5163f1fb3f363"
dependencies = [
- "bytes",
+ "bytes 0.5.6",
]
[[package]]
@@ -1110,7 +1116,7 @@ version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
dependencies = [
- "bytes",
+ "bytes 0.5.6",
"fnv",
"futures-core",
"futures-sink",
@@ -1195,7 +1201,7 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
dependencies = [
- "bytes",
+ "bytes 0.5.6",
"fnv",
"itoa",
]
@@ -1206,7 +1212,7 @@ version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
dependencies = [
- "bytes",
+ "bytes 0.5.6",
"http",
]
@@ -1228,7 +1234,7 @@ version = "0.13.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf"
dependencies = [
- "bytes",
+ "bytes 0.5.6",
"futures-channel",
"futures-core",
"futures-util",
@@ -1252,7 +1258,7 @@ version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6"
dependencies = [
- "bytes",
+ "bytes 0.5.6",
"futures-util",
"hyper",
"log",
@@ -2255,7 +2261,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb15d6255c792356a0f578d8a645c677904dc02e862bebe2ecc18e0c01b9a0ce"
dependencies = [
"base64 0.13.0",
- "bytes",
+ "bytes 0.5.6",
"encoding_rs",
"futures-core",
"futures-util",
@@ -2886,7 +2892,7 @@ version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd"
dependencies = [
- "bytes",
+ "bytes 0.5.6",
"fnv",
"futures-core",
"iovec",
@@ -2920,7 +2926,7 @@ version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
dependencies = [
- "bytes",
+ "bytes 0.5.6",
"futures-core",
"futures-sink",
"log",
@@ -3110,9 +3116,9 @@ checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
[[package]]
name = "v_escape"
-version = "0.13.2"
+version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "039a44473286eb84e4e74f90165feff67c802dbeced7ee4c5b00d719b0d0475e"
+checksum = "1149bf849a1ee988044875b53cd3180541def332fa6f8eb6769135fad2bdb138"
dependencies = [
"buf-min",
"v_escape_derive",
@@ -3132,9 +3138,9 @@ dependencies = [
[[package]]
name = "v_htmlescape"
-version = "0.10.4"
+version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "11d7c2a33ed7cf0dc1b42bcf39e01b6512f9df08f09e1cd8a49d9dc49a6a9482"
+checksum = "db00c903248abee8499af60bf20d242e7882335bbbffd2614915184cbb207402"
dependencies = [
"cfg-if 1.0.0",
"v_escape",
diff --git a/Cargo.toml b/Cargo.toml
index bb9c894..04c7d5d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ sha2 = "0.9"
hex = "0.4.2"
zip = "0.5.5"
qrcodegen = "1.6.0"
-actix-files = "0.4.0"
+actix-files = "0.4.1"
actix-multipart = "0.3.0"
actix-web-httpauth = "0.5.0"
mime = "0.3"