mirror of
https://github.com/danbulant/nushell
synced 2026-05-24 12:35:59 +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"
|
glob = "0.3.0"
|
||||||
ctrlc = "3.1.3"
|
ctrlc = "3.1.3"
|
||||||
ptree = "0.2"
|
ptree = "0.2"
|
||||||
surf = "1.0"
|
surf = { version = "1.0", features = [ "curl-client" ] }
|
||||||
url = "2.1.0"
|
url = "2.1.0"
|
||||||
roxmltree = "0.7.0"
|
roxmltree = "0.7.0"
|
||||||
nom5_locate = "0.1.1"
|
nom5_locate = "0.1.1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue