Fix spelling of reqWest

Co-authored-by: Bennet Bleßmann <bennet.blessmann+github@googlemail.com>
This commit is contained in:
Nicolas Luck
2024-08-22 12:55:32 +02:00
committed by GitHub
parent e1d830d680
commit 808ea9fc79

View File

@@ -88,7 +88,7 @@ hostname = { version = "0.4.0", optional = true }
libffi = { version = "3.2.0", optional = true } libffi = { version = "3.2.0", optional = true }
native-tls = { version = "0.2.12", optional = true } native-tls = { version = "0.2.12", optional = true }
# the version requirement of reqwest is kept low for compatibility with old deno versions # 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 } reqwest = { version = "0.11.0", optional = true }
rustyline = { version = "14.0.0", optional = true } rustyline = { version = "14.0.0", optional = true }
tokio = { version = "1.39.2", features = ["full"] } tokio = { version = "1.39.2", features = ["full"] }