chiark / gitweb /
update versions in lockfile too
[hippotat.git] / Cargo.lock
index 792e1e75f6bb476765cb21f8279ce1a3df4edae9..db9a23da18652ca483a847677dcab1f203e3f44c 100644 (file)
@@ -409,7 +409,7 @@ dependencies = [
 
 [[package]]
 name = "hippotat"
-version = "0.0.0"
+version = "0.0.1"
 dependencies = [
  "backtrace",
  "base64",
@@ -426,11 +426,16 @@ dependencies = [
  "ipnet",
  "itertools",
  "lazy-regex",
+ "lazy_static",
  "log",
+ "memchr",
+ "mime",
  "parking_lot",
+ "pin-project-lite",
  "regex",
  "sha2",
  "structopt",
+ "subtle",
  "thiserror",
  "tokio",
  "void",
@@ -438,7 +443,7 @@ dependencies = [
 
 [[package]]
 name = "hippotat-macros"
-version = "0.0.0"
+version = "0.0.1"
 dependencies = [
  "itertools",
  "proc-macro2",
@@ -628,6 +633,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 +1059,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"