chiark / gitweb /
rename User from Client
[hippotat.git] / Cargo.lock
index 792e1e75f6bb476765cb21f8279ce1a3df4edae9..9b65d3e7c6a3ea31d51d19f6b86cdc5b36fb745f 100644 (file)
@@ -426,11 +426,15 @@ dependencies = [
  "ipnet",
  "itertools",
  "lazy-regex",
+ "lazy_static",
  "log",
+ "memchr",
+ "mime",
  "parking_lot",
  "regex",
  "sha2",
  "structopt",
+ "subtle",
  "thiserror",
  "tokio",
  "void",
@@ -628,6 +632,12 @@ version = "2.4.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
 
+[[package]]
+name = "mime"
+version = "0.3.16"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
+
 [[package]]
 name = "miniz_oxide"
 version = "0.4.4"
@@ -1048,6 +1058,12 @@ dependencies = [
  "syn",
 ]
 
+[[package]]
+name = "subtle"
+version = "2.4.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
+
 [[package]]
 name = "syn"
 version = "1.0.73"