Upgrade deps to avoid multiple versions of transitive deps

* env_logger
* prost-build
* bindgen
This commit is contained in:
Max Brunsfeld 2022-06-02 17:24:57 -07:00
parent d45db1718e
commit 724affc442
13 changed files with 61 additions and 67 deletions

View file

@ -30,5 +30,5 @@ gpui = { path = "../gpui", features = ["test-support"] }
util = { path = "../util", features = ["test-support"] }
async-pipe = { git = "https://github.com/zed-industries/async-pipe-rs", rev = "82d00a04211cf4e1236029aa03e6b6ce2a74c553" }
ctor = "0.1"
env_logger = "0.8"
env_logger = "0.9"
unindent = "0.1.7"