X-Git-Url: http://git.scottworley.com/voter/blobdiff_plain/4464527340a975ce999a01d8142dcfc2fbbbb669..46e2889f066b65e66592d6ab6d901589d9ea5c84:/Cargo.lock diff --git a/Cargo.lock b/Cargo.lock index b7676f2..f285169 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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.4" dependencies = [ "cgi", "fd-lock",