]> git.scottworley.com Git - voter/blobdiff - Cargo.lock
Try a cgi with PATH_INFO in the uri
[voter] / Cargo.lock
index b7676f2504db869023b43eefaf57d04673cd6a06..81a2c4e23668b8729da38c8a153706761c1610ec 100644 (file)
@@ -28,9 +28,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 
 [[package]]
 name = "cgi"
-version = "0.6.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a71d44b66aa4d9229907c0126271215210037fc179437a2e92746ba6bc6e0a00"
+version = "0.6.1-rc1"
+source = "git+https://github.com/chkno/rust-cgi.git?branch=issue18#8b5ef9e48f3073419952cff8f4e01baa9ef851e3"
 dependencies = [
  "http",
 ]
@@ -175,7 +174,7 @@ dependencies = [
 
 [[package]]
 name = "voter"
-version = "0.2.1"
+version = "0.2.2"
 dependencies = [
  "cgi",
  "fd-lock",