aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b66d722..9e46d99 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -260,9 +260,9 @@ dependencies = [
[[package]]
name = "actix-web-httpauth"
-version = "0.6.0-beta.7"
+version = "0.6.0-beta.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "95ff332baee0f5ce55d94c690acb33a390d04a458d4bbd40a593cf847ac74ba4"
+checksum = "d818f2220aab365d18a1b67c53121e6a656f0b742eee5de7bd20e75338377a5f"
dependencies = [
"actix-service",
"actix-utils",
diff --git a/Cargo.toml b/Cargo.toml
index 5251d85..7f45b56 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ panic = 'abort'
actix-web = "=4.0.0-rc.3"
actix-files = "=0.6.0-beta.16"
actix-multipart = "=0.4.0-beta.13"
-actix-web-httpauth = "=0.6.0-beta.7"
+actix-web-httpauth = "=0.6.0-beta.8"
maud = "0.23"
yansi = "0.5"
simplelog = "0.11"