aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6edfccd..34bc156 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ windmark = { version = "0.2.0", features = [
"logger",
"auto-deduce-mime"
] } # Gemini Server Framework
-reqwest = { version = "0.11.10", features = ["blocking", "json"] } # HTTP Client
+reqwest = { version = "0.10.10", features = ["blocking", "json"] } # HTTP Client
serde_json = "1.0.79" # JSON Serialization
log = "0.4.16" # Logging Macros
pretty_env_logger = "0.4.0" # Pretty Log Printing