aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-26 09:26:03 +0000
committerGitHub <noreply@github.com>2021-03-26 09:26:03 +0000
commit45023b97f5193804b21b90a20e04f0f9a7b6d8d2 (patch)
tree88dc10c1312f1061a821b0887f68d07811f56954
parentMerge pull request #481 from rouge8/fix-ci (diff)
downloadminiserve-45023b97f5193804b21b90a20e04f0f9a7b6d8d2.tar.gz
miniserve-45023b97f5193804b21b90a20e04f0f9a7b6d8d2.zip
Bump actix-web-httpauth from 0.5.0 to 0.5.1
Bumps [actix-web-httpauth](https://github.com/actix/actix-extras) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/actix/actix-extras/releases) - [Commits](https://github.com/actix/actix-extras/compare/cors-0.5.0...cors-v0.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock22
-rw-r--r--Cargo.toml2
2 files changed, 8 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock
index df9edf5..725caa5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -69,7 +69,7 @@ dependencies = [
"actix-service",
"actix-threadpool",
"actix-utils",
- "base64 0.13.0",
+ "base64",
"bitflags",
"brotli2",
"bytes 0.5.6",
@@ -303,14 +303,12 @@ dependencies = [
[[package]]
name = "actix-web-httpauth"
-version = "0.5.0"
+version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "536a75d767c5c2b3e64d3f569621f38ed7609359a0c82d149c88290a6ba41b22"
+checksum = "0c3b11a07a3df3f7970fd8bd38cc66998b5549f507c54cc64c6e843bc82d6358"
dependencies = [
- "actix-service",
"actix-web",
- "base64 0.12.3",
- "bytes 0.5.6",
+ "base64",
"futures-util",
]
@@ -431,7 +429,7 @@ dependencies = [
"actix-http",
"actix-rt",
"actix-service",
- "base64 0.13.0",
+ "base64",
"bytes 0.5.6",
"cfg-if 1.0.0",
"derive_more",
@@ -453,12 +451,6 @@ checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
[[package]]
name = "base64"
-version = "0.12.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
-
-[[package]]
-name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
@@ -2295,7 +2287,7 @@ version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf12057f289428dbf5c591c74bf10392e4a8003f993405a902f20117019022d4"
dependencies = [
- "base64 0.13.0",
+ "base64",
"bytes 1.0.1",
"encoding_rs",
"futures-core",
@@ -2384,7 +2376,7 @@ version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "064fd21ff87c6e87ed4506e68beb42459caa4a0e2eb144932e6776768556980b"
dependencies = [
- "base64 0.13.0",
+ "base64",
"log",
"ring",
"sct",
diff --git a/Cargo.toml b/Cargo.toml
index 956ede4..90fc580 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@ zip = "0.5.11"
qrcodegen = "1"
actix-files = "0.5"
actix-multipart = "0.3.0"
-actix-web-httpauth = "0.5.0"
+actix-web-httpauth = "0.5.1"
mime = "0.3"
httparse = "1"
http = "0.2.3"