]> Repositorios git - scryer-prolog.git/commitdiff
More precise comment mentioning Deno
authorNicolas Luck <[email protected]>
Tue, 20 Aug 2024 20:08:11 +0000 (22:08 +0200)
committerGitHub <[email protected]>
Tue, 20 Aug 2024 20:08:11 +0000 (22:08 +0200)
Co-authored-by: Bennet Bleßmann <[email protected]>
Cargo.toml

index dda4e74ce846f763add6fcbc618d8dac21161ace..d4c3ab7be1be769c54e4b255d1233fcdf72e8e98 100644 (file)
@@ -89,7 +89,9 @@ libffi = { version = "3.2.0", optional = true }
 native-tls = { version = "0.2.12", optional = true }
 # allow dependent crates to pick the patch version that works with other
 # dependencies, while also updating to latest when possible
-reqwest = { version = "0.11.*", optional = true }
+# the version requirement of reqwest is kept low for compatibility with old deno versions 
+# that pin request 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"] }
 warp = { version = "0.3.7", features = ["tls"], optional = true }