mirror of
https://github.com/nushell/nushell
synced 2024-11-15 01:17:07 +00:00
Update Cargo.toml
This commit is contained in:
parent
721a7b159d
commit
a85f2b9fa1
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ dirs = "2.0.2"
|
|||
glob = "0.3.0"
|
||||
ctrlc = "3.1.3"
|
||||
ptree = "0.2"
|
||||
surf = "1.0"
|
||||
surf = { version = "1.0", features = [ "curl-client" ] }
|
||||
url = "2.1.0"
|
||||
roxmltree = "0.7.0"
|
||||
nom5_locate = "0.1.1"
|
||||
|
|
Loading…
Reference in a new issue