mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
bump reqwest to 0.10.0 (#3567)
This commit is contained in:
parent
011d485ce5
commit
05dce90165
2 changed files with 5 additions and 5 deletions
|
@ -44,7 +44,7 @@ log = "0.4.8"
|
|||
rand = "0.7.2"
|
||||
regex = "1.3.1"
|
||||
remove_dir_all = "0.5.2"
|
||||
reqwest = { git = "https://github.com/seanmonstar/reqwest.git", rev = "0ab5df3", features = ["rustls-tls", "stream"] }
|
||||
reqwest = { version = "0.10.0", features = ["rustls-tls", "stream"] }
|
||||
ring = "0.16.9"
|
||||
rustyline = "5.0.4"
|
||||
serde = { version = "1.0.102", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue