From 2487fe70473abf0434311c78e99c1e1adeda9f48 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Sun, 20 Nov 2022 00:45:43 -0800 Subject: [PATCH] Try a cgi with PATH_INFO in the uri --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index e6c8c05..81a2c4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -29,7 +29,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cgi" version = "0.6.1-rc1" -source = "git+https://github.com/chkno/rust-cgi.git?branch=issue18#c0372efb89d60c8e91a66d0a5aaebae4b583c986" +source = "git+https://github.com/chkno/rust-cgi.git?branch=issue18#8b5ef9e48f3073419952cff8f4e01baa9ef851e3" dependencies = [ "http", ] -- 2.44.1