aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock17
-rw-r--r--Cargo.toml28
2 files changed, 22 insertions, 23 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 028ea33..8b37154 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -618,7 +618,7 @@ dependencies = [
"libc",
"num-integer",
"num-traits",
- "time 0.1.44",
+ "time 0.1.43",
"winapi 0.3.9",
]
@@ -1009,7 +1009,7 @@ checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
dependencies = [
"cfg-if 1.0.0",
"libc",
- "wasi 0.10.0+wasi-snapshot-preview1",
+ "wasi 0.10.2+wasi-snapshot-preview1",
]
[[package]]
@@ -2859,12 +2859,11 @@ dependencies = [
[[package]]
name = "time"
-version = "0.1.44"
+version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
+checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
dependencies = [
"libc",
- "wasi 0.10.0+wasi-snapshot-preview1",
"winapi 0.3.9",
]
@@ -3268,9 +3267,9 @@ checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasi"
-version = "0.10.0+wasi-snapshot-preview1"
+version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
+checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
[[package]]
name = "wasm-bindgen"
@@ -3464,7 +3463,7 @@ dependencies = [
"log",
"mac",
"markup5ever",
- "time 0.1.44",
+ "time 0.1.43",
]
[[package]]
@@ -3484,5 +3483,5 @@ dependencies = [
"crc32fast",
"flate2",
"thiserror",
- "time 0.1.44",
+ "time 0.1.43",
]
diff --git a/Cargo.toml b/Cargo.toml
index 2bc1481..0c685c5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,31 +22,31 @@ actix-web = "3"
simplelog = "0.10"
percent-encoding = "2"
port_check = "0.1"
-bytesize = "1.0.0"
+bytesize = "1"
nanoid = "0.3"
alphanumeric-sort = "1"
structopt = "0.3"
-chrono = "0.4.19"
-chrono-humanize = "0.1.2"
-maud = { version = "0.22.2", features = ["actix-web"] }
+chrono = "0.4"
+chrono-humanize = "0.1"
+maud = { version = "0.22", features = ["actix-web"] }
serde = { version = "1", features = ["derive"] }
-tar = "0.4.33"
-futures = "0.3.13"
+tar = "0.4"
+futures = "0.3"
libflate = "1"
thiserror = "1"
-log = "0.4.14"
-strum = "0.20.0"
-strum_macros = "0.20.1"
+log = "0.4"
+strum = "0.20"
+strum_macros = "0.20"
sha2 = "0.9"
-hex = "0.4.3"
+hex = "0.4"
zip = "0.5.11"
qrcodegen = "1"
actix-files = "0.5"
-actix-multipart = "0.3.0"
-actix-web-httpauth = "0.5.1"
+actix-multipart = "0.3"
+actix-web-httpauth = "0.5"
mime = "0.3"
httparse = "1"
-http = "0.2.3"
+http = "0.2"
bytes = "1"
atty = "0.2"
@@ -61,4 +61,4 @@ pretty_assertions = "0.7"
url = "2"
[build-dependencies]
-grass = "0.10.4"
+grass = "0.10"