aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-03-02 08:42:40 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2022-03-02 08:42:40 +0000
commit33793e2939fe176a65507ef274a5d6ea2e98a960 (patch)
treec1b5a759df85cf9ac957346b0f2f58912a2bb2dd
parentMerge pull request #745 from svenstaro/dependabot/cargo/clap-3.1.3 (diff)
downloadminiserve-33793e2939fe176a65507ef274a5d6ea2e98a960.tar.gz
miniserve-33793e2939fe176a65507ef274a5d6ea2e98a960.zip
Bump deps
-rw-r--r--Cargo.lock72
-rw-r--r--Cargo.toml8
2 files changed, 32 insertions, 48 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 24b7b49..f340122 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,23 +4,6 @@ version = 3
[[package]]
name = "actix-codec"
-version = "0.4.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a36c014a3e811624313b51a227b775ecba55d36ef9462bbaac7d4f13e54c9271"
-dependencies = [
- "bitflags",
- "bytes",
- "futures-core",
- "futures-sink",
- "log",
- "memchr",
- "pin-project-lite",
- "tokio",
- "tokio-util 0.6.9",
-]
-
-[[package]]
-name = "actix-codec"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe"
@@ -38,9 +21,9 @@ dependencies = [
[[package]]
name = "actix-files"
-version = "0.6.0-beta.16"
+version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0b49f1b48724a52605ba40b67ede24f5a6cbc246817f9278d280d393a28e8b0e"
+checksum = "d81bde9a79336aa51ebed236e91fc1a0528ff67cfdf4f68ca4c61ede9fd26fb5"
dependencies = [
"actix-http",
"actix-service",
@@ -61,11 +44,11 @@ dependencies = [
[[package]]
name = "actix-http"
-version = "3.0.0-rc.3"
+version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a8b5ba038f3bb4aa29ad9bdd7eba09955ff04503263c497fc61a389d6412f4e8"
+checksum = "0f3fdd63b9cfeaf92eeeece719dabbddddb420a57d3fd171ce1490ecfb7086b1"
dependencies = [
- "actix-codec 0.5.0",
+ "actix-codec",
"actix-rt",
"actix-service",
"actix-tls",
@@ -109,9 +92,9 @@ dependencies = [
[[package]]
name = "actix-multipart"
-version = "0.4.0-beta.13"
+version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c59b1f14a8b2bc14df9be544d173f5390da5b62d531e406fd0f0ce9b825fea5a"
+checksum = "c9edfb0e7663d7fe18c8d5b668c9c1bcf79176b1dcc9d4da9592503209a6bfb0"
dependencies = [
"actix-utils",
"actix-web",
@@ -127,9 +110,9 @@ dependencies = [
[[package]]
name = "actix-router"
-version = "0.5.0-rc.3"
+version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cb6506dbef336634ff35d994d58daa0a412ea23751f15f9b4dcac4d594b1ed1f"
+checksum = "eb60846b52c118f2f04a56cc90880a274271c489b2498623d58176f8ca21fa80"
dependencies = [
"bytestring",
"firestorm",
@@ -184,7 +167,7 @@ version = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fde0cf292f7cdc7f070803cb9a0d45c018441321a78b1042ffbbb81ec333297"
dependencies = [
- "actix-codec 0.5.0",
+ "actix-codec",
"actix-rt",
"actix-service",
"actix-utils",
@@ -208,11 +191,11 @@ dependencies = [
[[package]]
name = "actix-web"
-version = "4.0.0-rc.3"
+version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "83e3c85bc4116b69913b03f16cff8cade1212508fcd321847d9cfe3d3e41f991"
+checksum = "f4e5ebffd51d50df56a3ae0de0e59487340ca456f05dd0b90c0a7a6dd6a74d31"
dependencies = [
- "actix-codec 0.4.2",
+ "actix-codec",
"actix-http",
"actix-macros",
"actix-router",
@@ -224,6 +207,7 @@ dependencies = [
"actix-web-codegen",
"ahash",
"bytes",
+ "bytestring",
"cfg-if",
"cookie",
"derive_more",
@@ -248,9 +232,9 @@ dependencies = [
[[package]]
name = "actix-web-codegen"
-version = "0.5.0-rc.2"
+version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4d0976042e6ddc82c7d0dedd64d39959bc26d9bba098b2f6c32a73fbef784eaf"
+checksum = "7525bedf54704abb1d469e88d7e7e9226df73778798a69cea5022d53b2ae91bc"
dependencies = [
"actix-router",
"proc-macro2",
@@ -260,9 +244,9 @@ dependencies = [
[[package]]
name = "actix-web-httpauth"
-version = "0.6.0-beta.8"
+version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d818f2220aab365d18a1b67c53121e6a656f0b742eee5de7bd20e75338377a5f"
+checksum = "08c25a48b4684f90520183cd1a688e5f4f7e9905835fa75d02c0fe4f60fcdbe6"
dependencies = [
"actix-service",
"actix-utils",
@@ -291,7 +275,7 @@ version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
- "getrandom 0.2.4",
+ "getrandom 0.2.5",
"once_cell",
"version_check",
]
@@ -607,9 +591,9 @@ dependencies = [
[[package]]
name = "clap_derive"
-version = "3.1.0"
+version = "3.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5fd1122e63869df2cb309f449da1ad54a7c6dfeb7c7e6ccd8e0825d9eb93bb72"
+checksum = "01d42c94ce7c2252681b5fed4d3627cc807b13dfc033246bd05d5b252399000e"
dependencies = [
"heck",
"proc-macro-error",
@@ -969,9 +953,9 @@ dependencies = [
[[package]]
name = "getrandom"
-version = "0.2.4"
+version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
+checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"
dependencies = [
"cfg-if",
"libc",
@@ -1956,7 +1940,7 @@ version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [
- "getrandom 0.2.4",
+ "getrandom 0.2.5",
]
[[package]]
@@ -1979,9 +1963,9 @@ dependencies = [
[[package]]
name = "redox_syscall"
-version = "0.2.10"
+version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
+checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"
dependencies = [
"bitflags",
]
@@ -2186,9 +2170,9 @@ dependencies = [
[[package]]
name = "semver"
-version = "1.0.5"
+version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0486718e92ec9a68fbed73bb5ef687d71103b142595b406835649bebd33f72c7"
+checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d"
[[package]]
name = "serde"
diff --git a/Cargo.toml b/Cargo.toml
index 80f89f1..a3f4650 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,10 +17,10 @@ codegen-units = 1
panic = 'abort'
[dependencies]
-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.8"
+actix-web = "4"
+actix-files = "0.6"
+actix-multipart = "0.4"
+actix-web-httpauth = "0.6"
maud = "0.23"
yansi = "0.5"
simplelog = "0.11"