diff pam-http/Cargo.toml @ 34:ec70822cbdef

Overhaul
author Andy Caldwell <andrew.caldwell@metaswitch.com>
date Sun, 24 Apr 2022 03:42:11 +0100
parents 27730595f1ea
children d1f0c1cf3c6e
line wrap: on
line diff
--- a/pam-http/Cargo.toml	Thu Jul 11 19:13:19 2019 -0700
+++ b/pam-http/Cargo.toml	Sun Apr 24 03:42:11 2022 +0100
@@ -9,4 +9,4 @@
 
 [dependencies]
 pam = { path = "../pam/" }
-reqwest = "0.7"
+reqwest = { version = "0.11.3", features = ["blocking"] }