X-Git-Url: http://git.scottworley.com/voter/blobdiff_plain/dd0a124698a0ded987f7b5b426607308b0e79ffc..5570102a27b87b4c0b5a3e82a1753e7c100e2b5c:/Cargo.lock diff --git a/Cargo.lock b/Cargo.lock index e029d95..e6c8c05 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#c0372efb89d60c8e91a66d0a5aaebae4b583c986" dependencies = [ "http", ] @@ -175,7 +174,7 @@ dependencies = [ [[package]] name = "voter" -version = "0.1.0" +version = "0.2.2" dependencies = [ "cgi", "fd-lock",