From: Nicolas Luck Date: Thu, 22 Aug 2024 10:55:32 +0000 (+0200) Subject: Fix spelling of reqWest X-Git-Tag: v0.10.0~116^2 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=808ea9fc7958f1e2220b09341431ddb5e3810a34;p=scryer-prolog.git Fix spelling of reqWest Co-authored-by: Bennet Bleßmann --- diff --git a/Cargo.toml b/Cargo.toml index 2216ad0a..ddb6f239 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ hostname = { version = "0.4.0", optional = true } libffi = { version = "3.2.0", optional = true } native-tls = { version = "0.2.12", optional = true } # the version requirement of reqwest is kept low for compatibility with old deno versions -# that pin request to 0.11.20 +# that pin reqwest to 0.11.20 reqwest = { version = "0.11.0", optional = true } rustyline = { version = "14.0.0", optional = true } tokio = { version = "1.39.2", features = ["full"] }