chiark / gitweb /
change type of route_packet etc.
[hippotat.git] / Cargo.lock
index 0c05f7d8d8d3d46e25c1e3b3caf2424dd9f9b269..9b65d3e7c6a3ea31d51d19f6b86cdc5b36fb745f 100644 (file)
@@ -426,12 +426,15 @@ dependencies = [
  "ipnet",
  "itertools",
  "lazy-regex",
+ "lazy_static",
  "log",
+ "memchr",
  "mime",
  "parking_lot",
  "regex",
  "sha2",
  "structopt",
+ "subtle",
  "thiserror",
  "tokio",
  "void",
@@ -1055,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"