aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Cui <krazycavin@gmail.com>2020-09-16 09:34:21 +0000
committerKevin Cui <krazycavin@gmail.com>2020-09-16 09:34:21 +0000
commit40953025833ac67961c1dbfd001427441dea0cda (patch)
tree9c77167db9aa19da8a1604a737a36e42268c7fca
parentFix cargo fmt check (diff)
parentMerge pull request #376 from svenstaro/dependabot/cargo/chrono-humanize-0.1.1 (diff)
downloadminiserve-40953025833ac67961c1dbfd001427441dea0cda.tar.gz
miniserve-40953025833ac67961c1dbfd001427441dea0cda.zip
Merge branch 'master' of github.com:svenstaro/miniserve
-rw-r--r--Cargo.lock16
-rw-r--r--Cargo.toml2
2 files changed, 9 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c962fa9..01f3e96 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.2",
"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.2",
"bytes",
"derive_more",
"futures-util",
@@ -400,9 +400,9 @@ dependencies = [
[[package]]
name = "actix-web"
-version = "3.0.0"
+version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2e665de333edabd0421799822dac3e7d8a25a63bb995ae1f60cd99619d8ddda8"
+checksum = "36de80175eb1f0a5c518024ce0d23646b54a23008279e090ca1848f6f1448bf4"
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.2",
"base64 0.12.3",
"bytes",
"futures-util",
@@ -809,9 +809,9 @@ dependencies = [
[[package]]
name = "chrono-humanize"
-version = "0.0.11"
+version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "eb2ff48a655fe8d2dae9a39e66af7fd8ff32a879e8c4e27422c25596a8b5e90d"
+checksum = "f0a4c32145b4db85fe1c4f2b125a4f9493769df424f5f84baf6b04ea8eaf33c9"
dependencies = [
"chrono",
]
@@ -1638,7 +1638,7 @@ dependencies = [
"actix-files",
"actix-multipart",
"actix-rt",
- "actix-web 3.0.0",
+ "actix-web 3.0.2",
"actix-web-httpauth",
"alphanumeric-sort",
"assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index 3fcb4f1..f0da1ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ nanoid = "0.3"
alphanumeric-sort = "1.4.0"
structopt = "0.3"
chrono = "0.4.15"
-chrono-humanize = "0.0.11"
+chrono-humanize = "0.1.1"
maud = { version = "0.22.0", features = ["actix-web"] }
serde = { version = "1.0.115", features = ["derive"] }
tar = "0.4.30"