Skip to content

Commit

Permalink
Fix spelling of reqWest
Browse files Browse the repository at this point in the history
Co-authored-by: Bennet Bleßmann <bennet.blessmann+github@googlemail.com>
  • Loading branch information
lucksus and Skgland authored Aug 22, 2024
1 parent e1d830d commit 808ea9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 808ea9f

Please sign in to comment.