aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2020-07-17 00:22:26 +0200
committerTeddy Wing2020-07-17 00:22:26 +0200
commiteda49deb67195b0348b013222bb077ac7d381e31 (patch)
tree9a02c0d8dbed8991f3ffc25cac10c663bfdeef30 /Cargo.toml
parentcb431ca122262e6ef4e3fea11d0efb094ab3a8a2 (diff)
downloadfastcgi-conduit-eda49deb67195b0348b013222bb077ac7d381e31.tar.bz2
FastCgiRequest: Implement `conduit::RequestExt::path_mut`
The latest version of Conduit, 0.9.0-alpha.3, adds a new `path_mut` method.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 833c9e8..1beb6cd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.1"
edition = "2018"
[dependencies]
-conduit = "0.9.0-alpha.2"
+conduit = "0.9.0-alpha.3"
fastcgi = "1.0.0"
http = "0.2.1"
Inflector = "0.11.4"
@@ -12,4 +12,4 @@ log = "0.4.8"
snafu = "0.6.8"
[dev-dependencies]
-conduit-router = "0.9.0-alpha.2"
+conduit-router = "0.9.0-alpha.3"